Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for an Image Comparison/Pattern Recognition Library

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.

like image 443
josh Avatar asked Aug 09 '11 16:08

josh


1 Answers

You should probably take a look at OpenCV and VLfeat.

like image 171
carlosdc Avatar answered Oct 11 '22 19:10

carlosdc