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?
I think it's unlikely that you'll be able to get this to work without understanding the math, and the way to understand the math is to work through the paper from the beginning; if you jump to the last equation and try to code it, naturally it won't make sense. Here are the answers to your specific questions, for what they're worth: