problem with hand tracking, opencv

Posted by JP Talusan on Stack Overflow See other posts from Stack Overflow or by JP Talusan
Published on 2010-05-23T08:43:33Z Indexed on 2010/05/23 8:50 UTC
Read the original article Hit count: 634

Filed under:
|
|

I am currently creating an opencv program that identifies a hand in an image and then gets the contour of the hand only, in order for us to get the center (x,y)m in pixels, of the hand.

The problem is that whenever the image or video includes an arm or a face, we can't split or separate the hand from the contours of the arm or the face. We are currently using an HSV flesh colored histogram to get the contours of the hand.

is there a way to separate them, i just need the hand. also if the picture includes only a hand and some part of the arm. How can we isolate the palm itself from the rest of the picture. all we need is a clear center of the palm.

thanks in advanced.

© Stack Overflow or respective owner

Related posts about opencv

Related posts about tracking