Uses of Interface
boofcv.abst.geo.Estimate1ofPnP
Packages that use Estimate1ofPnP
-
Uses of Estimate1ofPnP in boofcv.abst.geo.fitting
Constructors in boofcv.abst.geo.fitting with parameters of type Estimate1ofPnP -
Uses of Estimate1ofPnP in boofcv.abst.geo.pose
Classes in boofcv.abst.geo.pose that implement Estimate1ofPnPModifier and TypeClassDescriptionclassImplementation ofGeoModelEstimatorNto1for PnP problem.classWrapper aroundPnPInfinitesimalPlanePoseEstimationforEstimate1ofPnP.classWrapper aroundPnPLepetitEPnPforEstimate1ofPnP. -
Uses of Estimate1ofPnP in boofcv.factory.geo
Methods in boofcv.factory.geo that return Estimate1ofPnPModifier and TypeMethodDescriptionstatic Estimate1ofPnPFactoryMultiView.computePnPwithEPnP(int numIterations, double magicNumber) Returns a solution to the PnP problem for 4 or more points using EPnP.static Estimate1ofPnPCreated an estimator for the P3P problem that selects a single solution by considering additional observations.