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::ApplyScalarM< R, C, P1, B1, P2, Op > > Struct Template Reference

#include <operators.hh>

Public Member Functions

 Operator (const Matrix< R, C, P1, B1 > &m, const P2 &s)
 
template<int R0, int C0, typename P0 , typename Ba0 >
void eval (Matrix< R0, C0, P0, Ba0 > &m) const
 
int num_rows () const
 
int num_cols () const
 

Public Attributes

const Matrix< R, C, P1, B1 > & lhs
 
const P2 & rhs
 

Detailed Description

template<int R, int C, typename P1, typename B1, typename P2, typename Op>
struct TooN::Operator< Internal::ApplyScalarM< R, C, P1, B1, P2, Op > >

Definition at line 532 of file operators.hh.

Constructor & Destructor Documentation

template<int R, int C, typename P1 , typename B1 , typename P2 , typename Op >
TooN::Operator< Internal::ApplyScalarM< R, C, P1, B1, P2, Op > >::Operator ( const Matrix< R, C, P1, B1 > &  m,
const P2 &  s 
)
inline

Definition at line 536 of file operators.hh.

Member Function Documentation

template<int R, int C, typename P1 , typename B1 , typename P2 , typename Op >
template<int R0, int C0, typename P0 , typename Ba0 >
void TooN::Operator< Internal::ApplyScalarM< R, C, P1, B1, P2, Op > >::eval ( Matrix< R0, C0, P0, Ba0 > &  m) const
inline

Definition at line 539 of file operators.hh.

template<int R, int C, typename P1 , typename B1 , typename P2 , typename Op >
int TooN::Operator< Internal::ApplyScalarM< R, C, P1, B1, P2, Op > >::num_cols ( ) const
inline

Definition at line 550 of file operators.hh.

template<int R, int C, typename P1 , typename B1 , typename P2 , typename Op >
int TooN::Operator< Internal::ApplyScalarM< R, C, P1, B1, P2, Op > >::num_rows ( ) const
inline

Definition at line 547 of file operators.hh.

Member Data Documentation

template<int R, int C, typename P1 , typename B1 , typename P2 , typename Op >
const Matrix<R,C,P1,B1>& TooN::Operator< Internal::ApplyScalarM< R, C, P1, B1, P2, Op > >::lhs

Definition at line 533 of file operators.hh.

template<int R, int C, typename P1 , typename B1 , typename P2 , typename Op >
const P2& TooN::Operator< Internal::ApplyScalarM< R, C, P1, B1, P2, Op > >::rhs

Definition at line 534 of file operators.hh.


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