Class MotionSe3PointSVD_F32

java.lang.Object
georegression.fitting.se.MotionSe3PointSVD_F32
All Implemented Interfaces:
MotionTransformPoint<Se3_F32,Point3D_F32>

@Generated("georegression.fitting.se.MotionSe3PointSVD_F64") public class MotionSe3PointSVD_F32 extends Object implements MotionTransformPoint<Se3_F32,Point3D_F32>

Finds the rigid body motion which minimizes the different between the two sets of associated points in 3D. Computes the SVD of the covariance and extracts the motion from the mean of the two sets of points and the U and V components of SVD.

No paper to cite. If anyone has one let me know.

  • Constructor Details

    • MotionSe3PointSVD_F32

      public MotionSe3PointSVD_F32()
  • Method Details