public class WrapP3PLineDistance extends java.lang.Object implements EstimateNofPnP
| Constructor and Description |
|---|
WrapP3PLineDistance(P3PLineDistance alg,
georegression.fitting.MotionTransformPoint<georegression.struct.se.Se3_F64,georegression.struct.point.Point3D_F64> motionFit) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMinimumPoints()
Minimum number of points required to estimate the model.
|
boolean |
process(java.util.List<Point2D3D> inputs,
org.ddogleg.struct.FastQueue<georegression.struct.se.Se3_F64> solutions)
Estimates a set of models which fit the given a set of observations.
|
public WrapP3PLineDistance(P3PLineDistance alg, georegression.fitting.MotionTransformPoint<georegression.struct.se.Se3_F64,georegression.struct.point.Point3D_F64> motionFit)
public boolean process(java.util.List<Point2D3D> inputs, org.ddogleg.struct.FastQueue<georegression.struct.se.Se3_F64> solutions)
GeoModelEstimatorNprocess in interface GeoModelEstimatorN<georegression.struct.se.Se3_F64,Point2D3D>inputs - Input: Set of observations. Not modified.solutions - Output: Storage for the set of estimated models. Modified.public int getMinimumPoints()
GeoModelEstimatorNgetMinimumPoints in interface GeoModelEstimatorN<georegression.struct.se.Se3_F64,Point2D3D>