-
Notifications
You must be signed in to change notification settings - Fork 36
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
New features #3
Comments
Possibly a comparison between this hash and https://github.com/dlau/mineye |
Possibly. I haven't done any work on this and off the top of my head I can't think of a way of doing it. My algorithm can be used together with other algorithms to handle colour shifts (So after the triangles have been transformed to equilateral triangles you can then run another algorithm to handle differences in colour shifts. like, for example, convert it to greyscale but that probably wouldn't be very effective). But I'm not sure how easy it would be to change my algorithm to handle colorspace affine transformations. Thanks for the links, they're an interesting read.
These projects looks really interesting. I always wanted to try computing SURF descriptors for the image. These methods would also handle non-affine transformations and 3d affine transformations which is a big improvement over my algorithm but I would need to run some tests to see if they out perform my algorithm for 2d-affine transformations. I won't be doing any comparisons for the foreseeable future, I'm too busy for the moment.
This is using PHASH, which is the hashing algorithm I already use. I used this code here: |
@pippy360 I would wish that this software can deal with hue (from HSV) affine transformation. |
Is it possible to add colorspace affine transformations?
For example, making the whole image redder or greener,
or rotating the wheel so red => green => blue => red?
The text was updated successfully, but these errors were encountered: