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 | Public Attributes | List of all members
TooN::Internal::MatrixFiller< N, R, C, P, B > Struct Template Reference

#include <comma.hh>

Public Member Functions

 MatrixFiller (Matrix< R, C, P, B > &m_, MatrixFiller< N-1, R, C, P, B > *p, int r_, int c_)
 
MatrixFiller< N+1, R, C, P, B > operator, (const P &p)
 
 ~MatrixFiller ()
 

Public Attributes

Matrix< R, C, P, B > & m
 
MatrixFiller< N-1, R, C, P, B > * parent
 
int r
 
int c
 
bool underfill
 

Detailed Description

template<int N, int R, int C, class P, class B>
struct TooN::Internal::MatrixFiller< N, R, C, P, B >

Definition at line 58 of file comma.hh.

Constructor & Destructor Documentation

template<int N, int R, int C, class P, class B>
TooN::Internal::MatrixFiller< N, R, C, P, B >::MatrixFiller ( Matrix< R, C, P, B > &  m_,
MatrixFiller< N-1, R, C, P, B > *  p,
int  r_,
int  c_ 
)
inline

Definition at line 65 of file comma.hh.

template<int N, int R, int C, class P, class B>
TooN::Internal::MatrixFiller< N, R, C, P, B >::~MatrixFiller ( )
inline

Definition at line 83 of file comma.hh.

Member Function Documentation

template<int N, int R, int C, class P, class B>
MatrixFiller<N+1, R, C, P, B> TooN::Internal::MatrixFiller< N, R, C, P, B >::operator, ( const P &  p)
inline

Definition at line 69 of file comma.hh.

Member Data Documentation

template<int N, int R, int C, class P, class B>
int TooN::Internal::MatrixFiller< N, R, C, P, B >::c

Definition at line 62 of file comma.hh.

template<int N, int R, int C, class P, class B>
Matrix<R, C, P, B>& TooN::Internal::MatrixFiller< N, R, C, P, B >::m

Definition at line 60 of file comma.hh.

template<int N, int R, int C, class P, class B>
MatrixFiller<N-1, R, C, P, B>* TooN::Internal::MatrixFiller< N, R, C, P, B >::parent

Definition at line 61 of file comma.hh.

template<int N, int R, int C, class P, class B>
int TooN::Internal::MatrixFiller< N, R, C, P, B >::r

Definition at line 62 of file comma.hh.

template<int N, int R, int C, class P, class B>
bool TooN::Internal::MatrixFiller< N, R, C, P, B >::underfill

Definition at line 63 of file comma.hh.


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