Hi all,
Problem Statement I need to recognize the word when a sign is performed.
I am currently working on a project for Indian Sign Language Recognition. I've segmented the head and hand regions. I've used particle filter to track these 3 regions and I obtaining the trace of each of these gestures as the feature(using centroid of each region). After obtaining the trace , can I use DTW(dynamic Time Warping Algorithm) to classify the gestures?? Or can you suggest some other method?