Chamfer Matching Example

asked 2015-05-07 17:42:07 -0600

ferretnt gravatar image

updated 2018-10-04 23:43:33 -0600

I see the chamfer matching example and chamfer class (in samples/cpp/chamfer.cpp) seems to have been removed in opencv 3.0. A quick search shows no modification to chamfer.cpp since June 2011.

Previous versions of this sample had a double-free of memory.

Is there a modern, recommended chamfer matching example, or do I just have to roll my own out of the distance transform (which is not difficult)

edit retag flag offensive close merge delete

Comments

1

i don't think, there is a modern replacement.

but if you can come up with one here, i'm sure , you'd make some people happy !

berak gravatar imageberak ( 2015-05-07 23:53:02 -0600 )edit