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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintMinimum number of points required to estimate the model.booleanEstimates the model given a set of observations.
-
Constructor Details
-
WrapPnPLepetitEPnP
-
-
Method Details
-
process
Description copied from interface:GeoModelEstimator1Estimates the model given a set of observations.- Specified by:
processin 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:GeoModelEstimator1Minimum number of points required to estimate the model.- Specified by:
getMinimumPointsin interfaceGeoModelEstimator1<Se3_F64,Point2D3D> - Returns:
- Minimum number of points.
-