libcvd
Public Member Functions | Protected Attributes | List of all members
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:
Inheritance graph
[legend]

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


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