CurveMatching
CurveMatching copied to clipboard
Matching 2D curves in OpenCV
The original link [http://www.morethantechnical.com/2012/12/26/2d-curve-matching-w-code/](http://www.morethantechnical.com/2012/12/26/2d-curve-matching-w-code/) seems to be outdated, this link might be the correct one: [https://www.morethantechnical.com/2012/12/27/2d-curve-matching-in-opencv-w-code/](https://www.morethantechnical.com/2012/12/27/2d-curve-matching-in-opencv-w-code/)
I tried to run the code with my curve (target). In order to create a source, I just rotated the curve with an angle. The algorithm will return correct result...