Can anyone help me out in coding of hand detection ?
조회 수: 1 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
채택된 답변
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
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!