Package boofcv.abst.geo.pose
Class WrapPnPLepetitEPnP
java.lang.Object
boofcv.abst.geo.pose.WrapPnPLepetitEPnP
- All Implemented Interfaces:
Estimate1ofPnP
,GeoModelEstimator1<Se3_F64,
Point2D3D>
Wrapper around
PnPLepetitEPnP
for Estimate1ofPnP
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Minimum number of points required to estimate the model.boolean
Estimates the model given a set of observations.
-
Constructor Details
-
WrapPnPLepetitEPnP
-
-
Method Details
-
process
Description copied from interface:GeoModelEstimator1
Estimates the model given a set of observations.- Specified by:
process
in interfaceGeoModelEstimator1<Se3_F64,
Point2D3D> - Parameters:
inputs
- Input: Set of observations. Not modified.solution
- Output: Storage for the estimated model. Modified.- Returns:
- true if successful
-
getMinimumPoints
public int getMinimumPoints()Description copied from interface:GeoModelEstimator1
Minimum number of points required to estimate the model.- Specified by:
getMinimumPoints
in interfaceGeoModelEstimator1<Se3_F64,
Point2D3D> - Returns:
- Minimum number of points.
-