Skeleton structure

Characteristics

Converting local to global frames/joint coordinates

- With 4x4 matrices \(M\)
  • \(M^i_{global} = M^{i-1}_{global}\;M^{i}_{local}\)
- With translation \(t\), rotation \(R\)
  • \(R^i_{global} = R^{i-1}_{global}\;R^{i}_{local}\)
  • \(t^i_{global} = t^{i-1}_{global}+ R^{i-1}_{global}\,t^{i}_{local}\)
pictures/root.jpg
pictures/local_to_global.svg
6/41