Skip to content

Latest commit

 

History

History
executable file
·
20 lines (17 loc) · 867 Bytes

README.md

File metadata and controls

executable file
·
20 lines (17 loc) · 867 Bytes

A C++ library for Affine transformation

This library contains procedures handling 3D affine transformations. In particular, it implements

  • Fast logarithm and exponential for 3D transformations ( rotational and shearing transformations )
  • Euclidean parametrisation map for 3D affine transformation (see [1])
  • Fast polar decomposition ( without SVD )

Demo codes

References

  • [1] S. Kaji and H. Ochiai, A concise parametrisation of affine transformation, to appear in SIAM J. on Imaging Sciences, arXiv:1507.05290, http://arxiv.org/abs/1507.05290
  • [2] S.Kaji, S.Hirose, H. Ochiai, and K.Anjyo, A Lie Theoretic Parameterization of Affine Transformation, Proceedings of MEIS2013 (Mathematical Progress in Expressive Image Synthesis 2013), MI Lecture Notes Vol.50, pp. 134--140.

TODO

  • instructive sample codes