Fawkes API
Fawkes Development Version
|
25 #ifndef _FIREVISION_FILTERS_MORPHOLOGY_GEODESIC_DILATION_H_
26 #define _FIREVISION_FILTERS_MORPHOLOGY_GEODESIC_DILATION_H_
28 #include <fvfilters/morphology/morphologicalfilter.h>
30 namespace firevision {
48 static const unsigned int MASK;
51 unsigned char *isotropic_se;
59 unsigned int iterations;
static const unsigned int MASK
Mask.
virtual ~FilterGeodesicDilation()
Destructor.
Morphological filter interface.
Image difference checker.
Morphological geodesic dilation.
virtual unsigned int num_iterations()
Get the number of iterations.
FilterGeodesicDilation(unsigned int se_size=3)
Constructor.
static const unsigned int MARKER
Marker.
virtual void apply()
Apply the filter.