Image comparison libraries?

  • Thread starter Thread starter Doug996
  • Start date Start date
D

Doug996

Guest
Howdy. Question for any C# gurus.. are there any libraries or something with functionality to allow me to compare images and determine if there are duplicates (with a certain range of error)? I have an app and it's an image selection system. The user scrolls through hundreds of thumbnails, clicking each one they want to mark for download. It builds a queue list which is a blank form where it adds pictureboxes for each image clicked so the user can quickly see what they marked. When a new image is clicked to be added, I'd like to iterate though the pictureboxes and check them against the clicked picturebox to see if it is a match or a close match. By close match I mean same picture at different resolution or a very slight modification of the image (i.e. someone Photoshopped a car from one color to another or added sunglasses to a person's face, etc)


Writing my own image comparator is likely beyond my skillset, so I'm hoping maybe there exists a library I can use to do this. Any ideas? Thanks!

Continue reading...
 
Back
Top