Class ImageDeformPointMLS_F32.AffineModel

java.lang.Object
boofcv.alg.distort.mls.ImageDeformPointMLS_F32.AffineModel
Enclosing class:
ImageDeformPointMLS_F32

public class ImageDeformPointMLS_F32.AffineModel extends Object
See paper section 2.1
  • Constructor Details

    • AffineModel

      public AffineModel()
  • Method Details

    • allocate

      public void allocate(DogArray_F32 weights, DogArray_F32 A, DogArray<FMatrix2x2> matrices)
    • computeIntermediate

      public void computeIntermediate(float v_x, float v_y)
    • computeDeformed

      public void computeDeformed(float v_x, float v_y, Point2D_F32 deformed)