#include <vector>#include <TooN/TooN.h>#include <TooN/se3.h>Include dependency graph for fourpointpose.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | tag |
Classes | |
| struct | tag::Point4SE3Estimation< ImagePlaneZ > |
Functions | |
| TooN::SE3 | fourPointPose (const std::vector< TooN::Vector< 3 > > &points, const std::vector< TooN::Vector< 3 > > &pixels, bool &valid, const double angularError=0.14) |
| TooN::SE3 | fourPointPoseFromCamera (const std::vector< TooN::Vector< 3 > > &points, const std::vector< TooN::Vector< 3 > > &pixels, bool &valid, const double angularError=0.14) |
1.3.9.1