I'm trying to write bvh files to animate models using Kinect. So far, I managed to build the hierarchy of the skeleton, but I have problems understanding how to get the Motion part. Since it's a bvh file, I only need to retrieve the rotation matrix (Rz, Rx, Ry) for each bone, but I have to take into account the relative angles of the parent bones. I'm a bit lost in this part, any help would be appreciated.
Asked
Active
Viewed 1,686 times
1 Answers
1
You can find several implementation for BVH files such as http://kinect-bvh-mocap.software.informer.com/.

snake plissken
- 2,649
- 10
- 43
- 64