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 | Private Attributes | List of all members
TooN::Internal::accumulate_element_vertical_functor< Precision, ComparisonFunctor > Class Template Reference

#include <helpers.h>

Public Member Functions

 accumulate_element_vertical_functor ()
 
 accumulate_element_vertical_functor (int nNumCols)
 
std::pair< Vector< Dynamic, Precision >, Vector< Dynamic, Precision > > null ()
 
void initialise (Precision initialVal, int nRow, int nCol)
 
void operator() (Precision curVal, int nRow, int nCol)
 
std::pair< Vector< Dynamic, Precision >, Vector< Dynamic, Precision > > ret ()
 

Private Attributes

Vector< Dynamic, Precision > * bestVal
 
Vector< Dynamic, Precision > * bestIndices
 

Detailed Description

template<typename Precision, typename ComparisonFunctor>
class TooN::Internal::accumulate_element_vertical_functor< Precision, ComparisonFunctor >

Definition at line 533 of file helpers.h.

Constructor & Destructor Documentation

template<typename Precision , typename ComparisonFunctor >
TooN::Internal::accumulate_element_vertical_functor< Precision, ComparisonFunctor >::accumulate_element_vertical_functor ( )
inline

Definition at line 537 of file helpers.h.

template<typename Precision , typename ComparisonFunctor >
TooN::Internal::accumulate_element_vertical_functor< Precision, ComparisonFunctor >::accumulate_element_vertical_functor ( int  nNumCols)
inline

Definition at line 541 of file helpers.h.

Member Function Documentation

template<typename Precision , typename ComparisonFunctor >
void TooN::Internal::accumulate_element_vertical_functor< Precision, ComparisonFunctor >::initialise ( Precision  initialVal,
int  nRow,
int  nCol 
)
inline

Definition at line 549 of file helpers.h.

template<typename Precision , typename ComparisonFunctor >
std::pair<Vector<Dynamic,Precision>,Vector<Dynamic,Precision> > TooN::Internal::accumulate_element_vertical_functor< Precision, ComparisonFunctor >::null ( )
inline

Definition at line 545 of file helpers.h.

template<typename Precision , typename ComparisonFunctor >
void TooN::Internal::accumulate_element_vertical_functor< Precision, ComparisonFunctor >::operator() ( Precision  curVal,
int  nRow,
int  nCol 
)
inline

Definition at line 553 of file helpers.h.

template<typename Precision , typename ComparisonFunctor >
std::pair<Vector<Dynamic,Precision>,Vector<Dynamic,Precision> > TooN::Internal::accumulate_element_vertical_functor< Precision, ComparisonFunctor >::ret ( )
inline

Definition at line 559 of file helpers.h.

Member Data Documentation

template<typename Precision , typename ComparisonFunctor >
Vector<Dynamic,Precision>* TooN::Internal::accumulate_element_vertical_functor< Precision, ComparisonFunctor >::bestIndices
private

Definition at line 535 of file helpers.h.

template<typename Precision , typename ComparisonFunctor >
Vector<Dynamic,Precision>* TooN::Internal::accumulate_element_vertical_functor< Precision, ComparisonFunctor >::bestVal
private

Definition at line 534 of file helpers.h.


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