Uses of Interface
boofcv.abst.geo.EstimateNofPnP
-
Uses of EstimateNofPnP in boofcv.abst.geo.pose
Modifier and TypeClassDescriptionclass
Implementation ofGeoModelEstimator1toN
for PnP.class
Converts solutions generated by P3PLineDistance into rigid body motions. -
Uses of EstimateNofPnP in boofcv.alg.fiducial.square
ModifierConstructorDescriptionQuadPoseEstimator
(EstimateNofPnP p3p, RefinePnP refine) Constructor in which internal estimation algorithms are provided -
Uses of EstimateNofPnP in boofcv.factory.geo
Modifier and TypeMethodDescriptionstatic EstimateNofPnP
Creates an estimator for the PnP problem that uses only three observations, which is the minimal case and known as P3P.