Package boofcv.alg.distort.mls
Class ImageDeformPointMLS_F32.SimilarityModel
java.lang.Object
boofcv.alg.distort.mls.ImageDeformPointMLS_F32.SimilarityModel
- Direct Known Subclasses:
ImageDeformPointMLS_F32.RigidModel
- Enclosing class:
- ImageDeformPointMLS_F32
See paper section 2.2
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
allocate
(DogArray_F32 weights, DogArray_F32 A, DogArray<FMatrix2x2> matrices) void
computeDeformed
(float v_x, float v_y, Point2D_F32 deformed) void
computeIntermediate
(float v_x, float v_y)
-
Constructor Details
-
SimilarityModel
public SimilarityModel()
-
-
Method Details
-
allocate
-
computeIntermediate
public void computeIntermediate(float v_x, float v_y) -
computeDeformed
-