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 | Typedefs | Variables
TooN.h File Reference
#include <iostream>
#include <cstdlib>
#include <limits>
#include <new>
#include <utility>
#include <vector>
#include <complex>
#include "config.hh"
#include "typeof.hh"
#include "deprecated.hh"
#include "dchecktest.hh"
#include "allocator.hh"
#include "size_mismatch.hh"
#include "overfill_error.hh"
#include "slice_error.hh"
#include "debug.hh"
#include "comma.hh"
#include "vbase.hh"
#include "vector.hh"
#include "mbase.hh"
#include "matrix.hh"
#include "reference.hh"
#include "make_vector.hh"
#include "operators.hh"
#include "objects.h"
#include "diagmatrix.h"
#include "data.hh"
#include "data_functions.hh"
#include "helpers.h"

Go to the source code of this file.

Classes

struct  TooN::IsField< C >
 
struct  TooN::IsField< std::complex< C > >
 
struct  TooN::IsField< const C >
 
struct  TooN::These_Types_Do_Not_Form_A_Field< C, D >
 
struct  TooN::Internal::Slicing
 
struct  TooN::Internal::Slice< RowStride, ColStride >
 
struct  TooN::Internal::GenericVBase< Size, Precision, Stride, Mem >
 
class  TooN::Vector< Size, Precision, Base >
 
struct  TooN::Matrix< Rows, Cols, Precision, Layout >
 
class  TooN::DiagonalMatrix< Size, Precision, Base >
 
struct  TooN::Operator< Op >
 
struct  TooN::Internal::SimpleSizer< i, j >
 
struct  TooN::Internal::SimpleSizer< Dynamic, i >
 
struct  TooN::Internal::SimpleSizer< i, Dynamic >
 
struct  TooN::Internal::SimpleSizer< Dynamic, Dynamic >
 
struct  TooN::Internal::IsStatic< i >
 
struct  TooN::Internal::Sizer< i, j >
 
struct  TooN::Internal::Sizer< i, i >
 

Namespaces

 TooN
 Everything lives inside this namespace.
 
 TooN::Internal
 

Typedefs

typedef double TooN::DefaultPrecision
 All TooN classes default to using this precision for computations and storage. More...
 

Variables

static const unsigned int TooN::Internal::max_bytes_on_stack =1000
 
static const int TooN::Dynamic = -1
 Template size value used to indicate dynamically sized vectors and matrices. More...
 
static const int TooN::Resizable = -0x7fffffff