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.
List of all members
TooN::Operator< Internal::SizedZero > Struct Template Reference

#include <objects.h>

Inheritance diagram for TooN::Operator< Internal::SizedZero >:
TooN::Operator< Internal::Zero >

Operator members determining the size for vectors and square matrices.

const int my_size
 
 Operator (int s)
 
int size () const
 
int num_rows () const
 
int num_cols () const
 

Additional Inherited Members

- Public Member Functions inherited from TooN::Operator< Internal::Zero >
Operator< Internal::SizedZero > operator() (int s)
 Generate a sized Zero object for constructing dynamic vectors. More...
 
Operator< Internal::RCZero > operator() (int r, int c)
 Generate a sized Zero object for constructing dynamic matrices. More...
 
template<int Size, class Precision , class Base >
void eval (Vector< Size, Precision, Base > &v) const
 
template<int R, int C, class P , class B >
void eval (Matrix< R, C, P, B > &m) const
 

Detailed Description

template<>
struct TooN::Operator< Internal::SizedZero >

Definition at line 175 of file objects.h.

Constructor & Destructor Documentation

TooN::Operator< Internal::SizedZero >::Operator ( int  s)
inline

Definition at line 179 of file objects.h.

Member Function Documentation

int TooN::Operator< Internal::SizedZero >::num_cols ( ) const
inline

Definition at line 185 of file objects.h.

int TooN::Operator< Internal::SizedZero >::num_rows ( ) const
inline

Definition at line 184 of file objects.h.

int TooN::Operator< Internal::SizedZero >::size ( ) const
inline

Definition at line 183 of file objects.h.

Member Data Documentation

const int TooN::Operator< Internal::SizedZero >::my_size

Definition at line 181 of file objects.h.


The documentation for this struct was generated from the following file: