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::VNegate< S, P, A > > Struct Template Reference

#include <operators.hh>

Public Member Functions

 Operator (const Vector< S, P, A > &in)
 
template<int S0, typename P0 , typename A0 >
void eval (Vector< S0, P0, A0 > &res) const
 
int size () const
 

Public Attributes

const Vector< S, P, A > & input
 

Detailed Description

template<int S, typename P, typename A>
struct TooN::Operator< Internal::VNegate< S, P, A > >

Definition at line 156 of file operators.hh.

Constructor & Destructor Documentation

template<int S, typename P , typename A >
TooN::Operator< Internal::VNegate< S, P, A > >::Operator ( const Vector< S, P, A > &  in)
inline

Definition at line 158 of file operators.hh.

Member Function Documentation

template<int S, typename P , typename A >
template<int S0, typename P0 , typename A0 >
void TooN::Operator< Internal::VNegate< S, P, A > >::eval ( Vector< S0, P0, A0 > &  res) const
inline

Definition at line 161 of file operators.hh.

template<int S, typename P , typename A >
int TooN::Operator< Internal::VNegate< S, P, A > >::size ( ) const
inline

Definition at line 165 of file operators.hh.

Member Data Documentation

template<int S, typename P , typename A >
const Vector<S, P, A>& TooN::Operator< Internal::VNegate< S, P, A > >::input

Definition at line 157 of file operators.hh.


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