-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advanced image obfuscation techniques #42
Comments
Hi @DonaldTsang,
Since the underlying algorithm works with luminance averages in regions, you could visualize it as looking at two images while squinting. What is "the same" image here means spatially-wise, not "featuring the same contents". Have a nice day |
@Lucassifoni let's see how this could be fixed
|
I feel that the rotation/color inversion cases could be handled outside this library. Conceptually, an inverted image's hash is the complement of the original's hash because of the luminance sampling technique, so you could test for inversion with Rotation, the same way, could be handled by rotating the hash itself, since the hash translates to a spatial representation :
But this feels beyond the scope of this library, since the question it tries to solve is "are those two images roughly the same", and an inverted or rotated image is visually not the same as the original... |
Would like to ask if imagehash can handle these types of edited images
Goal: Update on https://github.com/pippy360/transformationInvariantImageSearch
Comparison: https://github.com/kennethrapp/phasher
The text was updated successfully, but these errors were encountered: