Possible Duplicate:
Algorithm to compare two images
I am looking for solution to find similar images.
I need lib which will take image then build “map” which i will write to database then on next upload i will build the same map and then look for similar images.
Also would be awesome if it work with MONO.
you should use .Net (dotNet) wrappers for OpenCV?
and try to teach yourself image processing the trivail solution is to make a correlation between both of them, the is pyramids
try to read these two posts:
Algorithm to compare two images
Image comparison – fast algorithm