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