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::Operator< Internal::SE2MMult< R, Cols, PM, A, P > > Struct Template Reference

#include <se2.h>

Public Member Functions

 Operator (const SE2< P > &l, const Matrix< R, Cols, PM, A > &r)
 
template<int R0, int C0, typename P0 , typename A0 >
void eval (Matrix< R0, C0, P0, A0 > &res) const
 
int num_cols () const
 
int num_rows () const
 

Public Attributes

const SE2< P > & lhs
 
const Matrix< R, Cols, PM, A > & rhs
 

Detailed Description

template<int R, int Cols, typename PM, typename A, typename P>
struct TooN::Operator< Internal::SE2MMult< R, Cols, PM, A, P > >

Definition at line 254 of file se2.h.

Constructor & Destructor Documentation

template<int R, int Cols, typename PM , typename A , typename P >
TooN::Operator< Internal::SE2MMult< R, Cols, PM, A, P > >::Operator ( const SE2< P > &  l,
const Matrix< R, Cols, PM, A > &  r 
)
inline

Definition at line 258 of file se2.h.

Member Function Documentation

template<int R, int Cols, typename PM , typename A , typename P >
template<int R0, int C0, typename P0 , typename A0 >
void TooN::Operator< Internal::SE2MMult< R, Cols, PM, A, P > >::eval ( Matrix< R0, C0, P0, A0 > &  res) const
inline

Definition at line 261 of file se2.h.

template<int R, int Cols, typename PM , typename A , typename P >
int TooN::Operator< Internal::SE2MMult< R, Cols, PM, A, P > >::num_cols ( ) const
inline

Definition at line 266 of file se2.h.

template<int R, int Cols, typename PM , typename A , typename P >
int TooN::Operator< Internal::SE2MMult< R, Cols, PM, A, P > >::num_rows ( ) const
inline

Definition at line 267 of file se2.h.

Member Data Documentation

template<int R, int Cols, typename PM , typename A , typename P >
const SE2<P>& TooN::Operator< Internal::SE2MMult< R, Cols, PM, A, P > >::lhs

Definition at line 255 of file se2.h.

template<int R, int Cols, typename PM , typename A , typename P >
const Matrix<R,Cols,PM,A>& TooN::Operator< Internal::SE2MMult< R, Cols, PM, A, P > >::rhs

Definition at line 256 of file se2.h.


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