ProcrustesAbstand
ProcrustesAbstand, commonly called Procrustes distance, is a measure of dissimilarity between two configurations of corresponding landmarks after optimal geometric superimposition. It is widely used in shape analysis to compare shapes while removing effects of location, orientation and, in some variants, size.
Formally, let X and Y be two matrices in R^{n×k}, representing n-dimensional coordinates of k corresponding points.
- Non-scaling variant: d = inf_{R ∈ O(n)} ||X − YR||_F, where R is an orthogonal matrix (rotations and reflections
- General (full) Procrustes variant: d = inf_{s>0, R ∈ O(n)} ||X − s YR||_F, which additionally optimizes a uniform
The minimizers are obtained from the singular value decomposition of X^T Y = UΣV^T, yielding the optimal
Origins and usage: the concept stems from Procrustes, the mythological figure, and is central in Procrustes