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::SE2VMult< S, P, PV, A > > Struct Template Reference

#include <se2.h>

Public Member Functions

 Operator (const SE2< P > &l, const Vector< S, PV, A > &r)
 
template<int S0, typename P0 , typename A0 >
void eval (Vector< S0, P0, A0 > &res) const
 
int size () const
 

Public Attributes

const SE2< P > & lhs
 
const Vector< S, PV, A > & rhs
 

Detailed Description

template<int S, typename P, typename PV, typename A>
struct TooN::Operator< Internal::SE2VMult< S, P, PV, A > >

Definition at line 179 of file se2.h.

Constructor & Destructor Documentation

template<int S, typename P , typename PV , typename A >
TooN::Operator< Internal::SE2VMult< S, P, PV, A > >::Operator ( const SE2< P > &  l,
const Vector< S, PV, A > &  r 
)
inline

Definition at line 183 of file se2.h.

Member Function Documentation

template<int S, typename P , typename PV , typename A >
template<int S0, typename P0 , typename A0 >
void TooN::Operator< Internal::SE2VMult< S, P, PV, A > >::eval ( Vector< S0, P0, A0 > &  res) const
inline

Definition at line 186 of file se2.h.

template<int S, typename P , typename PV , typename A >
int TooN::Operator< Internal::SE2VMult< S, P, PV, A > >::size ( ) const
inline

Definition at line 192 of file se2.h.

Member Data Documentation

template<int S, typename P , typename PV , typename A >
const SE2<P>& TooN::Operator< Internal::SE2VMult< S, P, PV, A > >::lhs

Definition at line 180 of file se2.h.

template<int S, typename P , typename PV , typename A >
const Vector<S,PV,A>& TooN::Operator< Internal::SE2VMult< S, P, PV, A > >::rhs

Definition at line 181 of file se2.h.


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