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

Functions

template<class T >
void memfill (T *data, int n, const T val)
 
template<>
void memfill (unsigned char *data, int n, const unsigned char val)
 
template<>
void memfill (signed char *data, int n, const signed char val)
 
template<>
void memfill (char *data, int n, const char val)
 

Function Documentation

template<class T >
void CVD::ImageUtil::memfill ( T *  data,
int  n,
const T  val 
)
inline

Definition at line 101 of file image.h.

template<>
void CVD::ImageUtil::memfill ( unsigned char *  data,
int  n,
const unsigned char  val 
)
inline

Definition at line 108 of file image.h.

template<>
void CVD::ImageUtil::memfill ( signed char *  data,
int  n,
const signed char  val 
)
inline

Definition at line 113 of file image.h.

template<>
void CVD::ImageUtil::memfill ( char *  data,
int  n,
const char  val 
)
inline

Definition at line 118 of file image.h.