1

Can anyone recommend a method to compare an image taken from a web cam to images stored in a database and display the ones that nearly match?

Eric
  • 11
  • 1

1 Answers1

0

You might take a look at this SO question where several options are discussed about how to compare images. It would seem to me that a histogram approach might provide a quick comparison. Obviously it isn't perfect but it can reduce the candidate set down considerably.

Community
  • 1
  • 1
itsmatt
  • 31,265
  • 10
  • 100
  • 164