algorithm for image comparison
Posted
by Rajnikant
on Stack Overflow
See other posts from Stack Overflow
or by Rajnikant
Published on 2010-04-22T07:43:02Z
Indexed on
2010/04/22
7:53 UTC
Read the original article
Hit count: 406
Please consider following use case,
- I have one bigger image, lets called is master image.
- Now from some where else, I am getting one small image. I want to check whether this small image is subset of master image or not.
important points are, smaller image might have different file format, smaller image might captured from comparatively different view. smaller image may have different light intensity.
At this stage of algorithm/computation advancement, which level of accuracy I could expect?
Any algorithm/open source implementation that would have such implementation?
Thanks, Rajnikant
© Stack Overflow or respective owner