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
CVD::AlignedMem< T, N > Struct Template Reference

#include <aligned_mem.h>

Public Member Functions

 AlignedMem (size_t c)
 
 ~AlignedMem ()
 
T * data ()
 
const T * data () const
 

Public Attributes

T * mem
 
size_t count
 

Detailed Description

template<class T, int N>
struct CVD::AlignedMem< T, N >

Definition at line 54 of file aligned_mem.h.

Constructor & Destructor Documentation

template<class T, int N>
CVD::AlignedMem< T, N >::AlignedMem ( size_t  c)
inline

Definition at line 57 of file aligned_mem.h.

template<class T, int N>
CVD::AlignedMem< T, N >::~AlignedMem ( )
inline

Definition at line 60 of file aligned_mem.h.

Member Function Documentation

template<class T, int N>
T* CVD::AlignedMem< T, N >::data ( )
inline

Definition at line 63 of file aligned_mem.h.

template<class T, int N>
const T* CVD::AlignedMem< T, N >::data ( ) const
inline

Definition at line 64 of file aligned_mem.h.

Member Data Documentation

template<class T, int N>
size_t CVD::AlignedMem< T, N >::count

Definition at line 56 of file aligned_mem.h.

template<class T, int N>
T* CVD::AlignedMem< T, N >::mem

Definition at line 55 of file aligned_mem.h.


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