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::ApplyScalarV< Size, P1, B1, P2, Op > > Struct Template Reference

#include <operators.hh>

Public Member Functions

 Operator (const Vector< Size, P1, B1 > &v, const P2 &s)
 
template<int S0, typename P0 , typename Ba0 >
void eval (Vector< S0, P0, Ba0 > &v) const
 
int size () const
 

Public Attributes

const Vector< Size, P1, B1 > & lhs
 
const P2 & rhs
 

Detailed Description

template<int Size, typename P1, typename B1, typename P2, typename Op>
struct TooN::Operator< Internal::ApplyScalarV< Size, P1, B1, P2, Op > >

Definition at line 477 of file operators.hh.

Constructor & Destructor Documentation

template<int Size, typename P1 , typename B1 , typename P2 , typename Op >
TooN::Operator< Internal::ApplyScalarV< Size, P1, B1, P2, Op > >::Operator ( const Vector< Size, P1, B1 > &  v,
const P2 &  s 
)
inline

Definition at line 481 of file operators.hh.

Member Function Documentation

template<int Size, typename P1 , typename B1 , typename P2 , typename Op >
template<int S0, typename P0 , typename Ba0 >
void TooN::Operator< Internal::ApplyScalarV< Size, P1, B1, P2, Op > >::eval ( Vector< S0, P0, Ba0 > &  v) const
inline

Definition at line 484 of file operators.hh.

template<int Size, typename P1 , typename B1 , typename P2 , typename Op >
int TooN::Operator< Internal::ApplyScalarV< Size, P1, B1, P2, Op > >::size ( ) const
inline

Definition at line 490 of file operators.hh.

Member Data Documentation

template<int Size, typename P1 , typename B1 , typename P2 , typename Op >
const Vector<Size,P1,B1>& TooN::Operator< Internal::ApplyScalarV< Size, P1, B1, P2, Op > >::lhs

Definition at line 478 of file operators.hh.

template<int Size, typename P1 , typename B1 , typename P2 , typename Op >
const P2& TooN::Operator< Internal::ApplyScalarV< Size, P1, B1, P2, Op > >::rhs

Definition at line 479 of file operators.hh.


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