-
This hashing method provides less negative effects to good users and prevents repetition spam
-
Currently images are referenced by hashing its content with sha-1 which gives totally different id to very similar images. In difference, I think perceptual image hashing is better alternative here.
…
-
Closed beta for perceptual hashing of image uploads feature.
**_*This is not a guaranteed feature... Any new or existing requirements must be completed before entering public beta._**
# Requiremen…
-
Since OpenCV is integrated into the diamond-android build,
a perceptual hash OpenCV implementation can easily
be created by using [ls64/cvhash](https://github.com/ls64/cvhash) as
a reference for OpenC…
bamos updated
10 years ago
-
Related to the latest censorship scandal around Apple and its image scanning efforts I came across this topic:
https://en.wikipedia.org/wiki/Perceptual_hashing
IMHO it is a nice mechanism in gener…
-
it would be really neat to be able to search for ads that use an image (e.g. a news photo or a meme) OR group ads that use the same image.
The way to do this would likely be to -- at some point -- …
-
Thanks and congrats on `pytest-mpl`. It's really lovely :+1:
Over on [SciTools/iris](https://github.com/SciTools/iris) we've been using a very similar framework to perform graphical testing, but r…
-
https://lvngd.com/blog/determining-how-similar-two-images-are-python-perceptual-hashing/
https://medium.com/analytics-vidhya/image-search-engine-using-image-hashing-technique-in-python-e6749dacc8f7…
-
In #155 @Leopere mentioned "FFMPEG Perceptual Fingerprinting".
After reading https://americanarchivepb.wordpress.com/2017/04/20/adventures-in-perceptual-hashing/ I thought: Couldn't we use this to …
-
For finding duplicates, it would be nice if Pillow would include some perceptual hashing algorithm:
https://en.wikipedia.org/wiki/Perceptual_hashing
The real use case for me is that my in my photo…