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 | Functions
CVD::Internal Namespace Reference

Classes

class  ImagePromise
 
struct  ImagePromise< twoThirdsSampler< C > >
 
struct  is_POD
 
struct  is_POD< C * >
 
struct  is_POD< C[i]>
 
struct  is_POD< La< C > >
 
struct  is_POD< Rgb8 >
 
struct  is_POD< Rgb< C > >
 
struct  is_POD< Rgba< C > >
 
struct  placement_delete
 
struct  placement_delete< T,-1 >
 
class  twoThirdsSampler
 

Functions

void * aligned_alloc (size_t count, size_t alignment)
 
void aligned_free (void *memory)
 
template<class T >
void aligned_free (T *memory, size_t count)
 
void convolveSeparableGray (unsigned char *I, unsigned int width, unsigned int height, const int kernel[], unsigned int size, int divisor)
 

Function Documentation

void * CVD::Internal::aligned_alloc ( size_t  count,
size_t  alignment 
)
inline

Definition at line 41 of file aligned_mem.h.

void CVD::Internal::aligned_free ( void *  memory)

Definition at line 17 of file posix_memalign.cpp.

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

Definition at line 47 of file aligned_mem.h.

void CVD::Internal::convolveSeparableGray ( unsigned char *  I,
unsigned int  width,
unsigned int  height,
const int  kernel[],
unsigned int  size,
int  divisor 
)

Definition at line 9 of file convolution.cpp.