I am currently working on a dynamic gesture recognition system. I opted to go for the curvature feature of the hand shape. At the moment I am able to obtain a list of angles of the hand contour curvature.
The problem is that I am stuck with what should I do next. Little information can be found in the numerous literature I am finding. This set of angles per gesture/posture should be "PROCESSED" before passing the processed output to the Hidden Markov Model for classification.
But what should this process consist of? I encountered: Fourier Transform, B Spline, and a lot of functions yet I do not know how to pass the set of angles (e.g. -23, 90, 45, 156, ...) to such functions.
Thank you for your patience.
The following is a picture showing what stage I have achieved so far: