Comment on Image Compression with Singular Value DecompositionparentComments−nighthawk4543yI think you're looking for the Procrustes transform, which uses SVD to optimize a minimal transform for rotation, translation, _and_ scale.https://en.wikipedia.org/wiki/Orthogonal_Procrustes_problem−foooobaba3yWow, yes this looks like it will do the job!
Comments
I think you're looking for the Procrustes transform, which uses SVD to optimize a minimal transform for rotation, translation, _and_ scale.
https://en.wikipedia.org/wiki/Orthogonal_Procrustes_problem
Wow, yes this looks like it will do the job!