Can anyone help me out in coding of hand detection ?

1 回表示 (過去 30 日間)
Explorer
Explorer 2013 年 12 月 25 日
コメント済み: Image Analyst 2016 年 3 月 22 日
I am trying to code for REGION EXTRACTION as mentioned in statement on page # 3 of research paper attached. But do not know from how to do that.

採用された回答

Image Analyst
Image Analyst 2013 年 12 月 25 日
See my Image Segmentation Tutorial for an example of how to do image segmentation (what you call REGION EXTRACTION): http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
  8 件のコメント
Explorer
Explorer 2016 年 3 月 21 日
1. Capture image using webcam of laptop.
2. Detect skin (You will get hand and face)
3. Make hand and face image binary
4. detect small blob to detect hand as big one will be face.
Image Analyst
Image Analyst 2016 年 3 月 22 日
You might want to look at motion if you have a video. The hand most likely will move but the background won't. So any blobs you detect that are the same from image to image are most likely background, not a hand.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by