I need shape (object contour) descriptors that are invariant to scaling and parallel wrapping, but not invariant to rotation. Something like Fourier descriptors. I want to make machine learning classifier (like SVM or ANN) that can automatically detect angle of object rotation. Object is simple binary blob, like human hand (binarized). Rotation angles interval is like (-45,45). 

Similar questions and discussions