public class EstimateNto1ofPnP extends GeoModelEstimatorNto1<georegression.struct.se.Se3_F64,Point2D3D> implements Estimate1ofPnP
GeoModelEstimatorNto1 for PnP problem.| Constructor and Description |
|---|
EstimateNto1ofPnP(GeoModelEstimatorN<georegression.struct.se.Se3_F64,Point2D3D> alg,
org.ddogleg.struct.FastQueue<georegression.struct.se.Se3_F64> solutions,
int numTest) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copy(georegression.struct.se.Se3_F64 src,
georegression.struct.se.Se3_F64 dst)
Copies src into dst
|
getMinimumPoints, processclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMinimumPoints, processpublic EstimateNto1ofPnP(GeoModelEstimatorN<georegression.struct.se.Se3_F64,Point2D3D> alg, org.ddogleg.struct.FastQueue<georegression.struct.se.Se3_F64> solutions, int numTest)
protected void copy(georegression.struct.se.Se3_F64 src,
georegression.struct.se.Se3_F64 dst)
GeoModelEstimatorNto1copy in class GeoModelEstimatorNto1<georegression.struct.se.Se3_F64,Point2D3D>