2

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.

Community
  • 1
  • 1
Vova Bilyachat
  • 18,765
  • 4
  • 55
  • 80

1 Answers1

2

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

Community
  • 1
  • 1
0x90
  • 39,472
  • 36
  • 165
  • 245
  • http://coolthingoftheday.blogspot.co.il/2008/08/opencv-open-source-computer-vision-for.html – 0x90 Aug 30 '12 at 21:46