MVE - Multi-View Environment mve-devel
|
Go to the source code of this file.
Namespaces | |
namespace | sfm |
Structure-from-Motion library. | |
Functions | |
void | sfm::pose_p3p_kneip (math::Vec3d p1, math::Vec3d p2, math::Vec3d p3, math::Vec3d f1, math::Vec3d f2, math::Vec3d f3, std::vector< math::Matrix< double, 3, 4 > > *solutions) |
Implementation of the perspective three point (P3P) algorithm. | |