public class WrapPnPLepetitEPnP extends java.lang.Object implements Estimate1ofPnP
PnPLepetitEPnP for Estimate1ofPnP.| Constructor and Description |
|---|
WrapPnPLepetitEPnP(PnPLepetitEPnP alg) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMinimumPoints()
Minimum number of points required to estimate the model.
|
boolean |
process(java.util.List<Point2D3D> inputs,
georegression.struct.se.Se3_F64 solution)
Estimates the model given a set of observations.
|
public WrapPnPLepetitEPnP(PnPLepetitEPnP alg)
public boolean process(java.util.List<Point2D3D> inputs, georegression.struct.se.Se3_F64 solution)
GeoModelEstimator1process in interface GeoModelEstimator1<georegression.struct.se.Se3_F64,Point2D3D>inputs - Input: Set of observations. Not modified.solution - Output: Storage for the estimated model. Modified.public int getMinimumPoints()
GeoModelEstimator1getMinimumPoints in interface GeoModelEstimator1<georegression.struct.se.Se3_F64,Point2D3D>