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
gaussian_elimination.h File Reference
#include <utility>
#include <cmath>
#include "TooN.h"

Go to the source code of this file.

Classes

struct  TooN::Internal::Size3< i, j, k >
 

Namespaces

 TooN
 Everything lives inside this namespace.
 
 TooN::Internal
 

Functions

template<int N, typename Precision >
Vector< N, Precision > TooN::gaussian_elimination (Matrix< N, N, Precision > A, Vector< N, Precision > b)
 
template<int R1, int C1, int R2, int C2, typename Precision >
Matrix< Internal::Size3< R1, C1, R2 >::s, C2, Precision > TooN::gaussian_elimination (Matrix< R1, C1, Precision > A, Matrix< R2, C2, Precision > b)