I am looking to implement shape recognition/matching of similar curves (discreet point arrays) in 2D.
I have found a paper on the subject but Im somewhat lost when it comes to implementing this in code.
I have figured out that this function needs to be minimized:
But where do I start?
- μ seem to be the measurement of distortion, which I want to minimize allright.
- ψ seem to be some argument that is restricted to be between 0 and π/2
- "R is a parameter", which means?
- κ is the curvature, ?
- ξ is yet another parameter...
- gahhh
Can somebody please outline an approach to this in english? And perhaps in some pseudo-code?