#include <morphology.h>
Public Member Functions | |
BasicBinary () | |
void | clear () |
void | insert (bool b) |
void | remove (bool b) |
Public Attributes | |
int | f |
int | t |
Class for performing binary morphology. This class is incomplete and used to build actual functions such as BinaryErode, BinaryDilate and BinaryMedian. See morphology().
Definition at line 522 of file morphology.h.
CVD::Morphology::BasicBinary< T >::BasicBinary | ( | ) | [inline] |
Definition at line 525 of file morphology.h.
void CVD::Morphology::BasicBinary< T >::clear | ( | ) | [inline] |
Definition at line 545 of file morphology.h.
void CVD::Morphology::BasicBinary< T >::insert | ( | bool | b | ) | [inline] |
Definition at line 529 of file morphology.h.
void CVD::Morphology::BasicBinary< T >::remove | ( | bool | b | ) | [inline] |
Definition at line 537 of file morphology.h.
int CVD::Morphology::BasicBinary< T >::f |
Definition at line 524 of file morphology.h.
int CVD::Morphology::BasicBinary< T >::t |
Definition at line 524 of file morphology.h.