I am opencv newbie , i am trying build a Sign language recognition system the training data for the svm has to be set of 2D points.
if I have converted a set of Hand-gestures to contours, and i want to use that as a training data for SVM ?
what is process of converting those contours into training data?