#include <morphology.h>
Public Member Functions | |
BasicGrayByte () | |
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().
Definition at line 388 of file morphology.h.
CVD::Morphology::BasicGrayByte::BasicGrayByte | ( | ) | [inline] |
Definition at line 395 of file morphology.h.
void CVD::Morphology::BasicGrayByte::clear | ( | ) | [inline] |
Definition at line 400 of file morphology.h.
void CVD::Morphology::BasicGrayByte::insert | ( | byte | t | ) | [inline] |
Definition at line 407 of file morphology.h.
void CVD::Morphology::BasicGrayByte::remove | ( | byte | t | ) | [inline] |
Definition at line 413 of file morphology.h.
int CVD::Morphology::BasicGrayByte::histogram[256] [protected] |
Definition at line 391 of file morphology.h.
int CVD::Morphology::BasicGrayByte::total [protected] |
Definition at line 392 of file morphology.h.