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::Internal::StackOrHeap< Size, double, 0 > Class Template Reference

#include <allocator.hh>

Public Member Functions

 StackOrHeap ()
 

Public Attributes

double my_data[Size] TOON_ALIGN8
 

Detailed Description

template<int Size>
class TooN::Internal::StackOrHeap< Size, double, 0 >

Definition at line 74 of file allocator.hh.

Constructor & Destructor Documentation

template<int Size>
TooN::Internal::StackOrHeap< Size, double, 0 >::StackOrHeap ( )
inline

Definition at line 77 of file allocator.hh.

Member Data Documentation

template<int Size>
double my_data [Size] TooN::Internal::StackOrHeap< Size, double, 0 >::TOON_ALIGN8

Definition at line 81 of file allocator.hh.


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