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
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionboolean
generate
(List<AssociatedPair> dataSet, Se2_F64 output) int
-
Constructor Details
-
GenerateSe2_AssociatedPair
-
-
Method Details
-
generate
- Specified by:
generate
in interfaceModelGenerator<Se2_F64,
AssociatedPair>
-
getMinimumPoints
public int getMinimumPoints()- Specified by:
getMinimumPoints
in interfaceModelGenerator<Se2_F64,
AssociatedPair>
-