|
libcvd
|
A helper class for performing basic grayscale morphology on an image of bytes. More...
#include <morphology.h>

Public Member Functions | |
| void | clear () |
| void | insert (byte t) |
| void | remove (byte t) |
Protected Attributes | |
| int | histogram [256] |
| int | total |
A helper class for performing basic grayscale morphology on an image of bytes.
See morphology().
1.8.13