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
ConstructorDescriptionEstimateNto1ofPnP
(GeoModelEstimatorN<Se3_F64, Point2D3D> alg, DogArray<Se3_F64> solutions, int numTest) -
Method Summary
Methods inherited from class boofcv.abst.geo.GeoModelEstimatorNto1
getMinimumPoints, process
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:GeoModelEstimatorNto1
Copies src into dst- Specified by:
copy
in classGeoModelEstimatorNto1<Se3_F64,
Point2D3D>
-