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

Go to the source code of this file.

Classes

struct  TooN::Internal::Square< R, C >
 
struct  TooN::Internal::Square< R, R >
 
struct  TooN::Internal::Square< R, Dynamic >
 
struct  TooN::Internal::Square< Dynamic, C >
 
struct  TooN::Internal::Square< Dynamic, Dynamic >
 

Namespaces

 TooN
 Everything lives inside this namespace.
 
 TooN::Internal
 

Functions

template<int R, int C, typename Precision , typename Base >
Precision TooN::determinant_gaussian_elimination (const Matrix< R, C, Precision, Base > &A_)
 
template<int R, int C, class P , class B >
TooN::determinant (const Matrix< R, C, P, B > &A)