FORTH-ModelBasedTracker / HandTracker

3D Hand Tracking using input from a depth sensor.
http://cvrlcode.ics.forth.gr/handtracking/
Other
313 stars 83 forks source link

Get data of the hand pose #74

Closed zhuzilin closed 7 years ago

zhuzilin commented 7 years ago

Hi! Nice work! Thank you for providing such great demo. However, I wonder if there is any interface from which I could extract the specific 3D data of the hand? For example the angle and Cartesian coordinates. Thank you.

zhuzilin commented 7 years ago

Also, is there a way to change the parameter of the hand model? Thank you.

padeler commented 7 years ago

Regarding your first question check #16

For the second, unfortunately the current hand model is described with an xml file which is kind of cumbersome to edit. For example you can change the scale of the hand from here

In a future release we might change this to a more general model format (i.e blender files).

zhuzilin commented 7 years ago

Thank you!