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::median Namespace Reference

Functions

template<class T >
median3 (T a, T b, T c)
 
template<class T >
void sort3 (T &a, T &b, T &c)
 
template<class T >
median_3x3 (const T *p, const int w)
 
template<class T >
void median_filter_3x3 (const T *p, const int w, const int n, T *out)
 

Function Documentation

template<class T >
T CVD::median::median3 ( a,
b,
c 
)
inline

Definition at line 441 of file vision.h.

template<class T >
T CVD::median::median_3x3 ( const T *  p,
const int  w 
)

Definition at line 455 of file vision.h.

template<class T >
void CVD::median::median_filter_3x3 ( const T *  p,
const int  w,
const int  n,
T *  out 
)

Definition at line 466 of file vision.h.

template<class T >
void CVD::median::sort3 ( T &  a,
T &  b,
T &  c 
)
inline

Definition at line 448 of file vision.h.