How to detect human body parts in real time?

asked 2016-03-04 01:52:50 -0600

I am currently working on human pose recognition. I want to have bounding boxes over the body parts like hands, legs, torso etc. So that it can be measured.

edit retag flag offensive close merge delete

Comments

1

I am not sure if OpenCV is the best software package to do this. If you are not limited to hardware, I suggest to take the kinect and the dev kit, because it has a very stable skeleton tracking implementation. Otherwise, if your skeleton analysis can be seen as post processing, take a look at a paper of my collegue on automated eye tracker analysis.

StevenPuttemans gravatar imageStevenPuttemans ( 2016-03-04 03:11:36 -0600 )edit