Package boofcv.alg.geo.robust
Class GenerateSe2_AssociatedPair
java.lang.Object
boofcv.alg.geo.robust.GenerateSe2_AssociatedPair
- All Implemented Interfaces:
ModelGenerator<Se2_F64,AssociatedPair>
public class GenerateSe2_AssociatedPair
extends Object
implements ModelGenerator<Se2_F64,AssociatedPair>
Uses
MotionTransformPoint to estimate the rigid body motion in 2D between two sets of points-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleangenerate(List<AssociatedPair> dataSet, Se2_F64 output) int
-
Constructor Details
-
GenerateSe2_AssociatedPair
-
-
Method Details
-
generate
- Specified by:
generatein interfaceModelGenerator<Se2_F64,AssociatedPair>
-
getMinimumPoints
public int getMinimumPoints()- Specified by:
getMinimumPointsin interfaceModelGenerator<Se2_F64,AssociatedPair>
-