chamfer matching in opencv 3.0 removed
The chamfer matching algorithm had been removed completely in version 3.0. What are other algorithms that I can use to match hand drawn images vs contour or edge maps. I would like to get the similarity scores of the matched result. And I also want this to run on android. thanks'
Hi do you know when the chamfer matching was removed? at the moment I think compare contours would be the closest second best to to the chamfer matching.