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 | List of all members
TooN::Internal::StrideHolder< s > Struct Template Reference

#include <allocator.hh>

Public Member Functions

 StrideHolder ()
 
 StrideHolder (int)
 
template<class Op >
 StrideHolder (const Operator< Op > &)
 
int stride () const
 

Detailed Description

template<int s>
struct TooN::Internal::StrideHolder< s >

Definition at line 638 of file allocator.hh.

Constructor & Destructor Documentation

template<int s>
TooN::Internal::StrideHolder< s >::StrideHolder ( )
inline

Definition at line 641 of file allocator.hh.

template<int s>
TooN::Internal::StrideHolder< s >::StrideHolder ( int  )
inline

Definition at line 642 of file allocator.hh.

template<int s>
template<class Op >
TooN::Internal::StrideHolder< s >::StrideHolder ( const Operator< Op > &  )
inline

Definition at line 645 of file allocator.hh.

Member Function Documentation

template<int s>
int TooN::Internal::StrideHolder< s >::stride ( ) const
inline

Definition at line 647 of file allocator.hh.


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