Class MotionAffinePoint2D_F64

java.lang.Object
georegression.fitting.affine.MotionAffinePoint2D_F64
All Implemented Interfaces:
MotionTransformPoint<Affine2D_F64,Point2D_F64>

public class MotionAffinePoint2D_F64 extends Object implements MotionTransformPoint<Affine2D_F64,Point2D_F64>
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.DMatrixRMaj x
  • Constructor Details

    • MotionAffinePoint2D_F64

      public MotionAffinePoint2D_F64()
  • Method Details