Class MotionAffinePoint2D_F32

java.lang.Object
georegression.fitting.affine.MotionAffinePoint2D_F32
All Implemented Interfaces:
MotionTransformPoint<Affine2D_F32,Point2D_F32>

@Generated("georegression.fitting.affine.MotionAffinePoint2D_F64") public class MotionAffinePoint2D_F32 extends Object implements MotionTransformPoint<Affine2D_F32,Point2D_F32>
Finds the best fit model parameters in the least squares sense which can describe the transform from the 'fromPts' list to the 'toPts' list.
  • Field Details

    • x

      protected org.ejml.data.FMatrixRMaj x
  • Constructor Details

    • MotionAffinePoint2D_F32

      public MotionAffinePoint2D_F32()
  • Method Details