Detection of arm from depth data.
Hi, Currently, I am working arm extraction from the depth data. I have only single depth data. I have extracted foreground pixels. Now, I want to find the arm from the depth data. I am considering below condition.
1) Arm present at occlusion region such as on stomach.
2) Arm is in the air. Let me know, in case of any information.
Thank You
You should look at openni to be able to track and infer the user skeleton.
Thank you for your response but i am using opencv library with c++.