CVD 0.8
Public Member Functions | Protected Attributes
CVD::Morphology::BasicGrayByte Struct Reference

A helper class for performing basic grayscale morphology on an image of bytes. More...

#include <morphology.h>

Inheritance diagram for CVD::Morphology::BasicGrayByte:
CVD::Morphology::Dilate< byte > CVD::Morphology::Erode< byte > CVD::Morphology::Percentile< byte > CVD::Morphology::Median< byte >

List of all members.

Public Member Functions

void clear ()
void insert (byte t)
void remove (byte t)

Protected Attributes

int histogram [256]
int total

Detailed Description

A helper class for performing basic grayscale morphology on an image of bytes.

See morphology().

Definition at line 382 of file morphology.h.


The documentation for this struct was generated from the following file: