Package boofcv.abst.geo.pose
Class EstimateNto1ofPnP
- All Implemented Interfaces:
Estimate1ofPnP,GeoModelEstimator1<Se3_F64,Point2D3D>
public class EstimateNto1ofPnP
extends GeoModelEstimatorNto1<Se3_F64,Point2D3D>
implements Estimate1ofPnP
Implementation of
GeoModelEstimatorNto1 for PnP problem.-
Constructor Summary
ConstructorsConstructorDescriptionEstimateNto1ofPnP(GeoModelEstimatorN<Se3_F64, Point2D3D> alg, DogArray<Se3_F64> solutions, int numTest) -
Method Summary
Methods inherited from class boofcv.abst.geo.GeoModelEstimatorNto1
getMinimumPoints, processMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface boofcv.struct.geo.GeoModelEstimator1
getMinimumPoints, process
-
Constructor Details
-
EstimateNto1ofPnP
public EstimateNto1ofPnP(GeoModelEstimatorN<Se3_F64, Point2D3D> alg, DogArray<Se3_F64> solutions, int numTest)
-
-
Method Details
-
copy
Description copied from class:GeoModelEstimatorNto1Copies src into dst- Specified by:
copyin classGeoModelEstimatorNto1<Se3_F64,Point2D3D>
-