Package boofcv.abst.geo.fitting
Class GenerateMotionPnP
java.lang.Object
boofcv.abst.geo.fitting.GenerateMotionPnP
- All Implemented Interfaces:
ModelGenerator<Se3_F64,Point2D3D>
public class GenerateMotionPnP extends Object implements ModelGenerator<Se3_F64,Point2D3D>
Wrapper around
Estimate1ofPnP
for ModelGenerator
.-
Constructor Summary
Constructors Constructor Description GenerateMotionPnP(Estimate1ofPnP alg)
-
Method Summary
Modifier and Type Method Description boolean
generate(List<Point2D3D> dataSet, Se3_F64 model)
int
getMinimumPoints()
-
Constructor Details
-
GenerateMotionPnP
-
-
Method Details
-
generate
- Specified by:
generate
in interfaceModelGenerator<Se3_F64,Point2D3D>
-
getMinimumPoints
public int getMinimumPoints()- Specified by:
getMinimumPoints
in interfaceModelGenerator<Se3_F64,Point2D3D>
-