Skip to content
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

Fuzzy Comparison #8

Open
devpaul opened this issue Apr 4, 2017 · 0 comments
Open

Fuzzy Comparison #8

devpaul opened this issue Apr 4, 2017 · 0 comments

Comments

@devpaul
Copy link
Contributor

devpaul commented Apr 4, 2017

Currently the comparison algorithm requires compared images to be exactly the same size because it uses a dumb pixel-by-pixel comparison with a tolerance to identify differences between two images.

I'd like the ability to compare images of different sizes for variations in color and shape. For this we'd need a fuzzy image comparison algorithm that can determine if variations between two pictures have, overall, the same shape. This can likely be done by checking gradients between to two images to identify the rate of change is similar between two images rather than doing a direct color comparison on a pixel-by-pixel basis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant