Uses of Interface
boofcv.abst.geo.Estimate1ofPnP
-
Uses of Estimate1ofPnP in boofcv.abst.geo.fitting
-
Uses of Estimate1ofPnP in boofcv.abst.geo.pose
Modifier and TypeClassDescriptionclass
Implementation ofGeoModelEstimatorNto1
for PnP problem.class
Wrapper aroundPnPInfinitesimalPlanePoseEstimation
forEstimate1ofPnP
.class
Wrapper aroundPnPLepetitEPnP
forEstimate1ofPnP
. -
Uses of Estimate1ofPnP in boofcv.factory.geo
Modifier and TypeMethodDescriptionstatic Estimate1ofPnP
FactoryMultiView.computePnPwithEPnP
(int numIterations, double magicNumber) Returns a solution to the PnP problem for 4 or more points using EPnP.static Estimate1ofPnP
Created an estimator for the P3P problem that selects a single solution by considering additional observations.