Use Singular Value Decomposition In VTK
Affine transformation can be decomposed to translation, rotation, and scale. As we know, the transformation can be represented by matrix. Related post: https://www.weiy.city/2021/11/the-releationship-between-local-transform-and-pose-transform/ It can be computed by translate matrix and rotate & scale matrix. Example: I try to do decomposition for a matrix. Read more…