How to use Chamfer Matching algorithm for finding 'Similar Images'
I would like to ask for more information on how Chamfer Matching algorithm (an edge matching algorithm) can be used to find 'similar' images. I would like to know if it is possible to place a 'score' for the matched results. Rudi The Chamfer Matching Algorithm basically calculates the distance (dis-similarity) between two images. The basic idea is to: Extract the edge/contours of a query image as well as target image. Take one point/pixel of contour in query image and find the distance of a closest point/pixel of contour in target image. Sum the distances for all edge points/pixels of query