| Package | Description |
|---|---|
| boofcv.abst.geo.pose | |
| boofcv.alg.geo.pose |
| Constructor and Description |
|---|
WrapP3PLineDistance(P3PLineDistance alg,
georegression.fitting.MotionTransformPoint<georegression.struct.se.Se3_F64,georegression.struct.point.Point3D_F64> motionFit) |
| Modifier and Type | Class and Description |
|---|---|
class |
P3PFinsterwalder
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 |
P3PGrunert
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.
|
Copyright © 2013. All Rights Reserved.