Function aikit::umeyama

source ·
pub fn umeyama<const R: usize>(
    src: &[(f32, f32); R],
    dst: &[(f32, f32); R]
) -> Matrix3<f32>
Expand description

The Kabsch-Umeyama algorithm is a method for finding the optimal translation, rotation, and scaling that aligns two sets of points with minimum root-mean-square deviation (RMSD).