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::MatrixStartFill< R, C, P, B > Struct Template Reference

#include <comma.hh>

Public Member Functions

 MatrixStartFill (Matrix< R, C, P, B > &m_)
 
MatrixFiller< 1, R, C, P, B > operator= (const P &p)
 

Public Attributes

Matrix< R, C, P, B > & m
 

Detailed Description

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

Definition at line 101 of file comma.hh.

Constructor & Destructor Documentation

template<int R, int C, class P , class B >
TooN::Internal::MatrixStartFill< R, C, P, B >::MatrixStartFill ( Matrix< R, C, P, B > &  m_)
inline

Definition at line 104 of file comma.hh.

Member Function Documentation

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

Definition at line 107 of file comma.hh.

Member Data Documentation

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

Definition at line 103 of file comma.hh.


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