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::VPairwise< Op, S1, P1, B1, S2, P2, B2 > > Struct Template Reference

#include <operators.hh>

Public Member Functions

 Operator (const Vector< S1, P1, B1 > &lhs_in, const Vector< S2, P2, B2 > &rhs_in)
 
template<int S0, typename P0 , typename Ba0 >
void eval (Vector< S0, P0, Ba0 > &res) const
 
int size () const
 

Public Attributes

const Vector< S1, P1, B1 > & lhs
 
const Vector< S2, P2, B2 > & rhs
 

Detailed Description

template<typename Op, int S1, typename P1, typename B1, int S2, typename P2, typename B2>
struct TooN::Operator< Internal::VPairwise< Op, S1, P1, B1, S2, P2, B2 > >

Definition at line 115 of file operators.hh.

Constructor & Destructor Documentation

template<typename Op , int S1, typename P1 , typename B1 , int S2, typename P2 , typename B2 >
TooN::Operator< Internal::VPairwise< Op, S1, P1, B1, S2, P2, B2 > >::Operator ( const Vector< S1, P1, B1 > &  lhs_in,
const Vector< S2, P2, B2 > &  rhs_in 
)
inline

Definition at line 119 of file operators.hh.

Member Function Documentation

template<typename Op , int S1, typename P1 , typename B1 , int S2, typename P2 , typename B2 >
template<int S0, typename P0 , typename Ba0 >
void TooN::Operator< Internal::VPairwise< Op, S1, P1, B1, S2, P2, B2 > >::eval ( Vector< S0, P0, Ba0 > &  res) const
inline

Definition at line 122 of file operators.hh.

template<typename Op , int S1, typename P1 , typename B1 , int S2, typename P2 , typename B2 >
int TooN::Operator< Internal::VPairwise< Op, S1, P1, B1, S2, P2, B2 > >::size ( ) const
inline

Definition at line 127 of file operators.hh.

Member Data Documentation

template<typename Op , int S1, typename P1 , typename B1 , int S2, typename P2 , typename B2 >
const Vector<S1, P1, B1>& TooN::Operator< Internal::VPairwise< Op, S1, P1, B1, S2, P2, B2 > >::lhs

Definition at line 116 of file operators.hh.

template<typename Op , int S1, typename P1 , typename B1 , int S2, typename P2 , typename B2 >
const Vector<S2, P2, B2>& TooN::Operator< Internal::VPairwise< Op, S1, P1, B1, S2, P2, B2 > >::rhs

Definition at line 117 of file operators.hh.


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