필터 지우기
필터 지우기

What is the unit of the translation component of the procrustes algorithm/function?

조회 수: 1 (최근 30일)
Anne
Anne 2017년 12월 5일
답변: Div Tiwari 2017년 12월 13일
I use the procrustes function for two matrices and I want to get the translational component. I have the vector for the translational component, but I want to know the unit of the vector? Is it the same is my input? So if I have a matrix with positions in millimeters, my translational component is also in millimeters?

답변 (1개)

Div Tiwari
Div Tiwari 2017년 12월 13일
Yes, the units are the same as that of the input.
I presume that the translational component you are referring to is given by 'transform.c' when executing '[d,Z,transform] = procrustes(X,Y)'. As the documentation shows, Z = b*Y*T + c, which implies that 'c' has the same units as the transformed values in 'Z' and therefore the same units as 'X' and 'Y'.

카테고리

Help CenterFile Exchange에서 Dimensionality Reduction and Feature Extraction에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by