proxy.golang.org : github.com/deepch/imghash
imghash computes the Perceptual Hash for a given input image. The Perceptual Hash is returned as a 64 bit integer. Comparing two images can be done by constructing the hash from each image and counting the number of bit positions that are different. This is a Hamming distance. A distance of zero indicates that it is likely a very similar picture (or a variation of the same picture). A distance of 5 means a few things may be different, but they are probably still close enough to be similar. But a distance of 10 or more? That's probably a very different picture.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/deepch/imghash
License: BSD-1-Clause
Latest release: almost 8 years ago
First release: almost 8 years ago
Namespace: github.com/deepch
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 26 days ago