CVD::median Namespace Reference

Functions

template<class T >
median3 (T a, T b, T c)
template<class T >
median4 (const SubImage< T > &im, int r, int c)
template<class T >
median4 (T a, T b, T c, T d)
template<class T >
median6 (T a, T b, T c, T d, T e, T f)
template<class T >
median6_col (const SubImage< T > &im, int r, int c)
template<class T >
median6_row (const SubImage< T > &im, int r, int 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)
template<class T >
void sort3 (T &a, T &b, T &c)

Function Documentation

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

Definition at line 461 of file vision.h.

template<class T >
T CVD::median::median4 ( const SubImage< T > &  im,
int  r,
int  c 
) [inline]

Definition at line 595 of file morphology.h.

template<class T >
T CVD::median::median4 ( a,
b,
c,
d 
) [inline]

Definition at line 588 of file morphology.h.

template<class T >
T CVD::median::median6 ( a,
b,
c,
d,
e,
f 
) [inline]

Definition at line 600 of file morphology.h.

template<class T >
T CVD::median::median6_col ( const SubImage< T > &  im,
int  r,
int  c 
) [inline]

Definition at line 611 of file morphology.h.

template<class T >
T CVD::median::median6_row ( const SubImage< T > &  im,
int  r,
int  c 
) [inline]

Definition at line 607 of file morphology.h.

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

Definition at line 475 of file vision.h.

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

Definition at line 486 of file vision.h.

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

Definition at line 468 of file vision.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


libcvd
Author(s): Edward Rosten, Paul Smith, Tom Drummond, Gerhard Reitmayr, Ethan Eade, Timothy Gan, Chris Kemp, Georg Klein
autogenerated on Fri Jan 11 09:13:59 2013