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: 383

Filed under:
|
|
|

Please consider following use case,

  1. I have one bigger image, lets called is master image.
  2. 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

Related posts about algorithm

Related posts about java