|
libcvd
|
A helper class for performing basic grayscale morphology on an image. More...
#include <morphology.h>
Public Member Functions | |
| void | clear () |
| void | insert (const T &t) |
| void | remove (const T &t) |
| T | get () |
A helper class for performing basic grayscale morphology on an image.
The comparator determines the ordering, and hence the morphological operation. See morphology().
1.8.13