nivin's blog

By nivin, 10 years ago, In English

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?

  • Vote: I like it
  • +1
  • Vote: I do not like it