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

#include <operators.hh>

Public Member Functions

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

Public Attributes

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

Detailed Description

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

Definition at line 505 of file operators.hh.

Constructor & Destructor Documentation

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

Definition at line 509 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::ApplyScalarVL< Size, P1, B1, P2, Op > >::eval ( Vector< S0, P0, Ba0 > &  v) const
inline

Definition at line 512 of file operators.hh.

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

Definition at line 518 of file operators.hh.

Member Data Documentation

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

Definition at line 506 of file operators.hh.

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

Definition at line 507 of file operators.hh.


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