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

#include <objects.h>

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

Public Member Functions

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...
 
Operator members
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::Zero >

Definition at line 128 of file objects.h.

Member Function Documentation

template<int Size, class Precision , class Base >
void TooN::Operator< Internal::Zero >::eval ( Vector< Size, Precision, Base > &  v) const
inline

Definition at line 132 of file objects.h.

template<int R, int C, class P , class B >
void TooN::Operator< Internal::Zero >::eval ( Matrix< R, C, P, B > &  m) const
inline

Definition at line 139 of file objects.h.

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

Generate a sized Zero object for constructing dynamic vectors.

Definition at line 189 of file objects.h.

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

Generate a sized Zero object for constructing dynamic matrices.

Definition at line 193 of file objects.h.


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