I have a set of sequential points which makes a 2D shape and i have another set which might be making the similar shape but this shape is different in scale and rotation from the last one. What are the best approaches/options to match and calculate the score of similarity of these two shapes .
Share
The Best thing i found after few days of research is $1 gesture recognizer, it is scale and rotation invariant and also has implementation in many languages including C++ .