TooN Algorithm Library - tag  0.2
Classes | Namespaces | Functions
fourpointpose.h File Reference
#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.

Classes

struct  tag::Point4SE3Estimation< ImagePlaneZ >
 

Namespaces

namespace  tag
 

Functions

TooN::SE3 tag::fourPointPose (const std::vector< TooN::Vector< 3 > > &points, const std::vector< TooN::Vector< 3 > > &pixels, bool &valid, const double angularError=0.14)
 
TooN::SE3 tag::fourPointPoseFromCamera (const std::vector< TooN::Vector< 3 > > &points, const std::vector< TooN::Vector< 3 > > &pixels, bool &valid, const double angularError=0.14)