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

#include <operators.hh>

Public Member Functions

 Operator (const P2 &s, const Matrix< R, C, P1, B1 > &m)
 
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 P2 & lhs
 
const Matrix< R, C, P1, B1 > & rhs
 

Detailed Description

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

Definition at line 565 of file operators.hh.

Constructor & Destructor Documentation

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

Definition at line 569 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::ApplyScalarML< R, C, P1, B1, P2, Op > >::eval ( Matrix< R0, C0, P0, Ba0 > &  m) const
inline

Definition at line 572 of file operators.hh.

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

Definition at line 583 of file operators.hh.

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

Definition at line 580 of file operators.hh.

Member Data Documentation

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

Definition at line 566 of file operators.hh.

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

Definition at line 567 of file operators.hh.


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