Looking for an Image Comparison/Pattern Recognition Library

josh picture josh · Aug 9, 2011 · Viewed 20.2k times · Source

The end goal would be to see if

image1

contains

image2.

the compare needs to support minor distortion, scaling, color differences, rotation, and brightness differences.

it can be in any language really. i will be running this algorithm as a webservice so its no problem if i have to write this portion in c, c++, python, etc.

Answer

carlosdc picture carlosdc · Aug 9, 2011

You should probably take a look at OpenCV and VLfeat.