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
sl.h File Reference
#include "TooN.h"
#include "helpers.h"
#include "gaussian_elimination.h"
#include "determinant.h"
#include <cassert>

Go to the source code of this file.

Classes

class  TooN::SL< N, Precision >
 
class  TooN::SL< N, Precision >
 
struct  TooN::SL< N, Precision >::Invert
 

Namespaces

 TooN
 Everything lives inside this namespace.
 

Functions

template<int N, typename P >
std::istream & TooN::operator>> (std::istream &, SL< N, P > &)
 
template<int S, typename PV , typename B , int N, typename P >
Vector< N, typename Internal::MultiplyType< P, PV >::type > TooN::operator* (const SL< N, P > &lhs, const Vector< S, PV, B > &rhs)
 
template<int S, typename PV , typename B , int N, typename P >
Vector< N, typename Internal::MultiplyType< PV, P >::type > TooN::operator* (const Vector< S, PV, B > &lhs, const SL< N, P > &rhs)
 
template<int R, int C, typename PM , typename A , int N, typename P >
Matrix< N, C, typename Internal::MultiplyType< P, PM >::type > TooN::operator* (const SL< N, P > &lhs, const Matrix< R, C, PM, A > &rhs)
 
template<int R, int C, typename PM , typename A , int N, typename P >
Matrix< R, N, typename Internal::MultiplyType< PM, P >::type > TooN::operator* (const Matrix< R, C, PM, A > &lhs, const SL< N, P > &rhs)
 
template<int N, typename P >
std::ostream & TooN::operator<< (std::ostream &out, const SL< N, P > &h)