Uses of Interface
boofcv.alg.geo.pose.P3PLineDistance
-
Uses of P3PLineDistance in boofcv.abst.geo.pose
ModifierConstructorDescriptionWrapP3PLineDistance
(P3PLineDistance alg, MotionTransformPoint<Se3_F64, Point3D_F64> motionFit) -
Uses of P3PLineDistance in boofcv.alg.geo.pose
Modifier and TypeClassDescriptionclass
Solves for the 3 unknown distances between camera center and 3 observed points by finding a root of a cubic polynomial and the roots of two quadratic polynomials.class
Solves for the 3 unknown distances between camera center and 3 observed points by finding the roots of a 4th order polynomial, This is probably the first solution to the P3P problem and first proposed in 1841 by Grunert.