boofcv.abst.geo.pose
Class WrapPnPLepetitEPnP
- java.lang.Object
-
- boofcv.abst.geo.pose.WrapPnPLepetitEPnP
-
- All Implemented Interfaces:
- Estimate1ofPnP, GeoModelEstimator1<Se3_F64,Point2D3D>
public class WrapPnPLepetitEPnP extends java.lang.Object implements Estimate1ofPnP
Wrapper aroundPnPLepetitEPnPforEstimate1ofPnP.
-
-
Constructor Summary
Constructors Constructor and Description WrapPnPLepetitEPnP(PnPLepetitEPnP alg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetMinimumPoints()Minimum number of points required to estimate the model.booleanprocess(java.util.List<Point2D3D> inputs, Se3_F64 solution)Estimates the model given a set of observations.
-
-
-
Constructor Detail
-
WrapPnPLepetitEPnP
public WrapPnPLepetitEPnP(PnPLepetitEPnP alg)
-
-
Method Detail
-
process
public boolean process(java.util.List<Point2D3D> inputs, Se3_F64 solution)
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.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG