|
CVD 0.8
|
Class for performing binary morphology. More...
#include <morphology.h>
Public Member Functions | |
| void | insert (bool b) |
| void | remove (bool b) |
| void | clear () |
Public Attributes | |
| int | t |
| int | f |
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 516 of file morphology.h.
1.7.4