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::MNegate< R, C, P, A > > Struct Template Reference

#include <operators.hh>

Public Member Functions

 Operator (const Matrix< R, C, P, A > &in)
 
template<int R0, int C0, typename P0 , typename A0 >
void eval (Matrix< R0, C0, P0, A0 > &res) const
 
int num_rows () const
 
int num_cols () const
 

Public Attributes

const Matrix< R, C, P, A > & input
 

Detailed Description

template<int R, int C, typename P, typename A>
struct TooN::Operator< Internal::MNegate< R, C, P, A > >

Definition at line 264 of file operators.hh.

Constructor & Destructor Documentation

template<int R, int C, typename P , typename A >
TooN::Operator< Internal::MNegate< R, C, P, A > >::Operator ( const Matrix< R, C, P, A > &  in)
inline

Definition at line 266 of file operators.hh.

Member Function Documentation

template<int R, int C, typename P , typename A >
template<int R0, int C0, typename P0 , typename A0 >
void TooN::Operator< Internal::MNegate< R, C, P, A > >::eval ( Matrix< R0, C0, P0, A0 > &  res) const
inline

Definition at line 269 of file operators.hh.

template<int R, int C, typename P , typename A >
int TooN::Operator< Internal::MNegate< R, C, P, A > >::num_cols ( ) const
inline

Definition at line 274 of file operators.hh.

template<int R, int C, typename P , typename A >
int TooN::Operator< Internal::MNegate< R, C, P, A > >::num_rows ( ) const
inline

Definition at line 273 of file operators.hh.

Member Data Documentation

template<int R, int C, typename P , typename A >
const Matrix<R,C,P,A>& TooN::Operator< Internal::MNegate< R, C, P, A > >::input

Definition at line 265 of file operators.hh.


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