23 #ifndef __FIREVISION_FILTER_MORPHOLOGY_DILATION_H_ 24 #define __FIREVISION_FILTER_MORPHOLOGY_DILATION_H_ 26 #include <fvfilters/morphology/morphologicalfilter.h> unsigned int se_anchor_y
Anchor point y offset of structuring element.
unsigned int se_anchor_x
Anchor point x offset of structuring element.
unsigned char * se
Structuring element.
unsigned int se_height
Height of structuring element.
FilterDilation()
Constructor.
Morphological filter interface.
unsigned int se_width
Width of structuring element.
virtual void apply()
Apply the filter.