|
libcvd
|
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().
1.8.13