I'm doing a project on hand posture recognition with OpenCV.
I've done the segmentation using normalizedRGB
and found the contours using cvFindContours
. Now I need to find the features to be extracted.
What are the best features to extract? What is the best method of classification for this case?
Thanks for the help ...