Ask Your Question
0

Track position hands iOS.

asked 2014-01-25 08:27:34 -0600

updated 2014-01-25 08:27:50 -0600

Well, the title gives the question away. I am trying to track the hand through the camera on iOS. I have been googling and testing around. And I have found that I could use OpenCV for this.

I have OpenCV working (as in, I can capture video from the camera, and display it on my iPhone as wel as blurring / grayscaling the image in the

- (void)processImage:(Mat&)image

delegate method (which is C++, not my strongest point). However, I have no clue how to continue now. I am only trying to track the position of my hands. I don't have to have an exact outline, gestures, or finger recognition.

But I have no idea how to go about this. Any help is appreciated.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-04-09 20:11:30 -0600

Vision gravatar image

it's easy , you could see my example https://github.com/zhoushiwei/FacePoi..., good luck

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-01-25 08:27:34 -0600

Seen: 802 times

Last updated: Jan 25 '14