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 | Public Types | Static Public Member Functions | List of all members
CVD::Internal::placement_delete< T, N > Struct Template Reference

#include <aligned_mem.h>

Classes

struct  Array
 

Public Types

enum  { Size = (1<<N) }
 

Static Public Member Functions

static void destruct (T *buf)
 
static void free (T *buf, size_t M)
 

Detailed Description

template<class T, int N = 20>
struct CVD::Internal::placement_delete< T, N >

Definition at line 8 of file aligned_mem.h.

Member Enumeration Documentation

template<class T , int N = 20>
anonymous enum
Enumerator
Size 

Definition at line 10 of file aligned_mem.h.

Member Function Documentation

template<class T , int N = 20>
static void CVD::Internal::placement_delete< T, N >::destruct ( T *  buf)
inlinestatic

Definition at line 16 of file aligned_mem.h.

template<class T , int N = 20>
static void CVD::Internal::placement_delete< T, N >::free ( T *  buf,
size_t  M 
)
inlinestatic

Definition at line 21 of file aligned_mem.h.


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