KevinLTT / video2bvh

Extracts human motion in video and save it as bvh mocap file.
MIT License
579 stars 90 forks source link

finger bvh #26

Closed wangmiaowei closed 3 years ago

wangmiaowei commented 3 years ago

Can you give me some advice about converting finger 3D coordinate to .bvh file.

KevinLTT commented 3 years ago

I haven't implemented finger joint angle calculation, but I think it can be decomposed to these steps 1) solve the palm plane with metacarpophalangeal joints (solve plane with 4 points) 2) calculate the strech and bend angle of proximal interphalangeal joints (angles between vector and plane) 3) calculat the bend angle of the distal interphalangeal joints and finger tip joint (angle between vectors)