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_functor_vector< Precision, ComparisonFunctor > Class Template Reference

#include <helpers.h>

Public Member Functions

std::pair< Precision, int > null ()
 
void initialise (Precision initialVal, int nIndex)
 
void operator() (Precision curVal, int nIndex)
 
std::pair< Precision, int > ret ()
 

Private Attributes

Precision bestVal
 
int nBestIndex
 

Detailed Description

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

Definition at line 438 of file helpers.h.

Member Function Documentation

template<typename Precision , typename ComparisonFunctor >
void TooN::Internal::accumulate_element_functor_vector< Precision, ComparisonFunctor >::initialise ( Precision  initialVal,
int  nIndex 
)
inline

Definition at line 445 of file helpers.h.

template<typename Precision , typename ComparisonFunctor >
std::pair<Precision,int> TooN::Internal::accumulate_element_functor_vector< Precision, ComparisonFunctor >::null ( )
inline

Definition at line 442 of file helpers.h.

template<typename Precision , typename ComparisonFunctor >
void TooN::Internal::accumulate_element_functor_vector< Precision, ComparisonFunctor >::operator() ( Precision  curVal,
int  nIndex 
)
inline

Definition at line 449 of file helpers.h.

template<typename Precision , typename ComparisonFunctor >
std::pair<Precision,int> TooN::Internal::accumulate_element_functor_vector< Precision, ComparisonFunctor >::ret ( )
inline

Definition at line 455 of file helpers.h.

Member Data Documentation

template<typename Precision , typename ComparisonFunctor >
Precision TooN::Internal::accumulate_element_functor_vector< Precision, ComparisonFunctor >::bestVal
private

Definition at line 439 of file helpers.h.

template<typename Precision , typename ComparisonFunctor >
int TooN::Internal::accumulate_element_functor_vector< Precision, ComparisonFunctor >::nBestIndex
private

Definition at line 440 of file helpers.h.


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