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