#include <morphology.h>
Public Member Functions | |
void | clear () |
T | get () |
void | insert (const T &t) |
void | remove (const T &t) |
Private Attributes | |
std::map< T, int, Cmp< T > > | pix |
A helper class for performing basic grayscale morphology on an image. The comparator determines the ordering, and hence the morphological operation. See morphology().
Definition at line 321 of file morphology.h.
void CVD::Morphology::BasicGray< T, Cmp >::clear | ( | ) | [inline] |
Definition at line 327 of file morphology.h.
T CVD::Morphology::BasicGray< T, Cmp >::get | ( | ) | [inline] |
Definition at line 341 of file morphology.h.
void CVD::Morphology::BasicGray< T, Cmp >::insert | ( | const T & | t | ) | [inline] |
Definition at line 331 of file morphology.h.
void CVD::Morphology::BasicGray< T, Cmp >::remove | ( | const T & | t | ) | [inline] |
Definition at line 336 of file morphology.h.
std::map<T, int, Cmp<T> > CVD::Morphology::BasicGray< T, Cmp >::pix [private] |
Definition at line 324 of file morphology.h.