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

#include <allocator.hh>

Public Member Functions

 StackOrHeap ()
 

Public Attributes

Precision my_data [Size]
 

Detailed Description

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

Definition at line 64 of file allocator.hh.

Constructor & Destructor Documentation

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

Definition at line 67 of file allocator.hh.

Member Data Documentation

template<int Size, class Precision >
Precision TooN::Internal::StackOrHeap< Size, Precision, 0 >::my_data[Size]

Definition at line 71 of file allocator.hh.


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