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::ColStrideHolder< S > Struct Template Reference

#include <allocator.hh>

Inheritance diagram for TooN::Internal::ColStrideHolder< S >:
TooN::Internal::StrideHolder< S >

Public Member Functions

 ColStrideHolder (int i)
 
 ColStrideHolder ()
 
template<class Op >
 ColStrideHolder (const Operator< Op > &op)
 
- Public Member Functions inherited from TooN::Internal::StrideHolder< S >
 StrideHolder ()
 
 StrideHolder (int)
 
 StrideHolder (const Operator< Op > &)
 
int stride () const
 

Detailed Description

template<int S>
struct TooN::Internal::ColStrideHolder< S >

Definition at line 683 of file allocator.hh.

Constructor & Destructor Documentation

template<int S>
TooN::Internal::ColStrideHolder< S >::ColStrideHolder ( int  i)
inline

Definition at line 685 of file allocator.hh.

template<int S>
TooN::Internal::ColStrideHolder< S >::ColStrideHolder ( )
inline

Definition at line 688 of file allocator.hh.

template<int S>
template<class Op >
TooN::Internal::ColStrideHolder< S >::ColStrideHolder ( const Operator< Op > &  op)
inline

Definition at line 692 of file allocator.hh.


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