First time here? Check out the FAQ!
answered 2015-04-21 01:30:32 -0600
to solve the problem with the chamerMatching() function, you can remove the following line in chamfermatching.h
delete templates[i];
however, I'm not sure if you get memory leaks, but it works.