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.
Classes | Namespaces | Functions
aligned_mem.h File Reference
#include <cassert>

Go to the source code of this file.

Classes

struct  CVD::Internal::placement_delete< T, N >
 
struct  CVD::Internal::placement_delete< T, N >::Array
 
struct  CVD::Internal::placement_delete< T,-1 >
 
struct  CVD::AlignedMem< T, N >
 

Namespaces

 CVD
 
 CVD::Internal
 

Functions

void * CVD::Internal::aligned_alloc (size_t count, size_t alignment)
 
void CVD::Internal::aligned_free (void *memory)
 
template<class T >
void CVD::Internal::aligned_free (T *memory, size_t count)