B
bcutting
I am looking for a way to take a large number of images and find
matches among them. These images may not be exact replicas. Images
may have been resized, cropped, faded, color corrected, etc.
Approach 1
Programmatically extract the information (such as Eigen Vectors/Eigen
Spaces) and store them in a database. Then apply a comparison
algorithm between the database entries to find like images.
Approach 2
Store all the images and run the comparison tool against the individual
images
Approach 1 is preferred since I believe the comparison could be
performed much more rapidly once the comparison information has been
extracted. However, this requires a library capable of independent
extraction and comparison.
Does anybody have and suggestions for a dll library that can perform
the above stated tasks?
Any suggestions on how to store the information in the database? More
specifically, what would the schema look like.
Any help is appreciated
matches among them. These images may not be exact replicas. Images
may have been resized, cropped, faded, color corrected, etc.
Approach 1
Programmatically extract the information (such as Eigen Vectors/Eigen
Spaces) and store them in a database. Then apply a comparison
algorithm between the database entries to find like images.
Approach 2
Store all the images and run the comparison tool against the individual
images
Approach 1 is preferred since I believe the comparison could be
performed much more rapidly once the comparison information has been
extracted. However, this requires a library capable of independent
extraction and comparison.
Does anybody have and suggestions for a dll library that can perform
the above stated tasks?
Any suggestions on how to store the information in the database? More
specifically, what would the schema look like.
Any help is appreciated