Functions | |
template<class T > | |
T | median3 (T a, T b, T c) |
template<class T > | |
T | median4 (const SubImage< T > &im, int r, int c) |
template<class T > | |
T | median4 (T a, T b, T c, T d) |
template<class T > | |
T | median6 (T a, T b, T c, T d, T e, T f) |
template<class T > | |
T | median6_col (const SubImage< T > &im, int r, int c) |
template<class T > | |
T | median6_row (const SubImage< T > &im, int r, int c) |
template<class T > | |
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) |
T CVD::median::median3 | ( | T | a, | |
T | b, | |||
T | c | |||
) | [inline] |
T CVD::median::median4 | ( | const SubImage< T > & | im, | |
int | r, | |||
int | c | |||
) | [inline] |
Definition at line 595 of file morphology.h.
T CVD::median::median4 | ( | T | a, | |
T | b, | |||
T | c, | |||
T | d | |||
) | [inline] |
Definition at line 588 of file morphology.h.
T CVD::median::median6 | ( | T | a, | |
T | b, | |||
T | c, | |||
T | d, | |||
T | e, | |||
T | f | |||
) | [inline] |
Definition at line 600 of file morphology.h.
T CVD::median::median6_col | ( | const SubImage< T > & | im, | |
int | r, | |||
int | c | |||
) | [inline] |
Definition at line 611 of file morphology.h.
T CVD::median::median6_row | ( | const SubImage< T > & | im, | |
int | r, | |||
int | c | |||
) | [inline] |
Definition at line 607 of file morphology.h.
T CVD::median::median_3x3 | ( | const T * | p, | |
const int | w | |||
) | [inline] |
void CVD::median::median_filter_3x3 | ( | const T * | p, | |
const int | w, | |||
const int | n, | |||
T * | out | |||
) | [inline] |