SLAMflex SE  0.1.0
SLAMflex provides detection and tracking of dominant planes for smartphone devices. This plane can then be used to show AR content relative to the plane orientation. The detection of plane is performed in the field of view of the smartphone camera. In subsequent frames it is tracked. The interface returns the plane position and orientation.
Classes | Namespaces | Functions
reference.hh File Reference

Go to the source code of this file.

Classes

struct  TooN::Reference
 
struct  TooN::Reference::VLayout< Size, Precision >
 
struct  TooN::Reference::RowMajor
 
struct  TooN::Reference::RowMajor::MLayout< Rows, Cols, Precision >
 
struct  TooN::Reference::ColMajor
 
struct  TooN::Reference::ColMajor::MLayout< Rows, Cols, Precision >
 

Namespaces

 TooN
 Everything lives inside this namespace.
 

Functions

Vector< Dynamic, double, Reference > TooN::wrapVector (double *data, int size)
 
const Vector< Dynamic, const double, Reference > TooN::wrapVector (const double *data, int size)
 
template<int Size>
Vector< Size, double, Reference > TooN::wrapVector (double *data)
 
template<int Size>
const Vector< Size, const double, Reference > TooN::wrapVector (const double *data)
 
template<class Precision >
Vector< Dynamic, Precision, Reference > TooN::wrapVector (Precision *data, int size)
 
template<class Precision >
const Vector< Dynamic, const Precision, Reference > TooN::wrapVector (const Precision *data, int size)
 
template<int Size, class Precision >
Vector< Size, Precision, Reference > TooN::wrapVector (Precision *data)
 
template<int Size, class Precision >
const Vector< Size, const Precision, Reference > TooN::wrapVector (const Precision *data)
 
template<int Rows, int Cols>
Matrix< Rows, Cols, double, Reference::RowMajor > TooN::wrapMatrix (double *data)
 
template<int Rows, int Cols>
const Matrix< Rows, Cols, const double, Reference::RowMajor > TooN::wrapMatrix (const double *data)
 
template<int Rows, int Cols, class Precision >
Matrix< Rows, Cols, Precision, Reference::RowMajor > TooN::wrapMatrix (Precision *data)
 
template<int Rows, int Cols, class Precision >
const Matrix< Rows, Cols, const Precision, Reference::RowMajor > TooN::wrapMatrix (const Precision *data)
 
template<int Rows, int Cols>
Matrix< Rows, Cols, double, Reference::RowMajor > TooN::wrapMatrix (double *data, int rows, int cols)
 
template<int Rows, int Cols>
const Matrix< Rows, Cols, const double, Reference::RowMajor > TooN::wrapMatrix (const double *data, int rows, int cols)
 
template<int Rows, int Cols, class Precision >
Matrix< Rows, Cols, Precision, Reference::RowMajor > TooN::wrapMatrix (Precision *data, int rows, int cols)
 
template<int Rows, int Cols, class Precision >
const Matrix< Rows, Cols, const Precision, Reference::RowMajor > TooN::wrapMatrix (const Precision *data, int rows, int cols)
 
template<class Precision >
Matrix< Dynamic, Dynamic, Precision, Reference::RowMajor > TooN::wrapMatrix (Precision *data, int rows, int cols)
 
template<class Precision >
const Matrix< Dynamic, Dynamic, const Precision, Reference::RowMajor > TooN::wrapMatrix (const Precision *data, int rows, int cols)