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::RCZero > Struct Template Reference

#include <objects.h>

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

Operator members determining the size.

const int my_rows
 
const int my_cols
 
 Operator (int r, int c)
 
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::RCZero >

Definition at line 158 of file objects.h.

Constructor & Destructor Documentation

TooN::Operator< Internal::RCZero >::Operator ( int  r,
int  c 
)
inline

Definition at line 162 of file objects.h.

Member Function Documentation

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

Definition at line 168 of file objects.h.

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

Definition at line 167 of file objects.h.

Member Data Documentation

const int TooN::Operator< Internal::RCZero >::my_cols

Definition at line 165 of file objects.h.

const int TooN::Operator< Internal::RCZero >::my_rows

Definition at line 164 of file objects.h.


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