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 Attributes | List of all members
TooN::Operator< Internal::ScalarsVector< S, P, B, Precision > > Struct Template Reference

#include <objects.h>

Public Member Functions

Constructors
 Operator (Precision s_, const Vector< S, P, B > &v_, bool inv)
 
Operator members
template<int S1, class P1 , class B1 >
void eval (Vector< S1, P1, B1 > &vv) const
 
Sized operator members
int size () const
 

Public Attributes

const Precision s
 Scalar to add. More...
 
const Vector< S, P, B > & v
 Vector to be added to. More...
 
const bool invert_v
 Whether to use + or - v. More...
 

Detailed Description

template<int S, class P, class B, class Precision>
struct TooN::Operator< Internal::ScalarsVector< S, P, B, Precision > >

Definition at line 368 of file objects.h.

Constructor & Destructor Documentation

template<int S, class P , class B , class Precision >
TooN::Operator< Internal::ScalarsVector< S, P, B, Precision > >::Operator ( Precision  s_,
const Vector< S, P, B > &  v_,
bool  inv 
)
inline

Definition at line 376 of file objects.h.

Member Function Documentation

template<int S, class P , class B , class Precision >
template<int S1, class P1 , class B1 >
void TooN::Operator< Internal::ScalarsVector< S, P, B, Precision > >::eval ( Vector< S1, P1, B1 > &  vv) const
inline

Definition at line 383 of file objects.h.

template<int S, class P , class B , class Precision >
int TooN::Operator< Internal::ScalarsVector< S, P, B, Precision > >::size ( ) const
inline

Definition at line 394 of file objects.h.

Member Data Documentation

template<int S, class P , class B , class Precision >
const bool TooN::Operator< Internal::ScalarsVector< S, P, B, Precision > >::invert_v

Whether to use + or - v.

Definition at line 372 of file objects.h.

template<int S, class P , class B , class Precision >
const Precision TooN::Operator< Internal::ScalarsVector< S, P, B, Precision > >::s

Scalar to add.

Definition at line 370 of file objects.h.

template<int S, class P , class B , class Precision >
const Vector<S,P,B>& TooN::Operator< Internal::ScalarsVector< S, P, B, Precision > >::v

Vector to be added to.

Definition at line 371 of file objects.h.


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