hand motion detection

hi. can i know izit can detect the hand motion and return rgb colour of hand???

2 Comments

Which research papers, textbooks, demos and file exchange contributions have you looked at so far?
Kok Hong
Kok Hong on 13 Oct 2011
i had read many papers and download imaqmotion from mathwork. it seems that the motion need to convert into 1 and the background is in black ('0')

Sign in to comment.

Answers (3)

Fangjun Jiang
Fangjun Jiang on 13 Oct 2011

0 votes

I believe it was this April, Google announced Gmail Motion BETA.
Be discreet !

1 Comment

Microsoft has an SDK that you can use to tinker with the Kinect to do gesture recognition. http://research.microsoft.com/en-us/um/redmond/projects/kinectsdk/

Sign in to comment.

Walter Roberson
Walter Roberson on 13 Oct 2011

0 votes

Use regionprops to find the bounding box of the selection mask. Extract the region corresponding to the bounding box coordinates from the original color image.

2 Comments

Kok Hong
Kok Hong on 17 Oct 2011
can i have some example code?? cause im a beginner of matlab. thx in advanced.
Explorer
Explorer on 25 Dec 2013
It would be great if any one could provide us demo code.

Sign in to comment.

Asked:

on 13 Oct 2011

Commented:

on 25 Dec 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!