25#ifndef _FIREVISION_FILTERS_MORPHOLOGY_GEODESIC_EROSION_H_
26#define _FIREVISION_FILTERS_MORPHOLOGY_GEODESIC_EROSION_H_
28#include <fvfilters/morphology/morphologicalfilter.h>
48 static const unsigned int MASK;
51 unsigned char *isotropic_se;
59 unsigned int iterations;
Morphological geodesic erosion.
FilterGeodesicErosion(unsigned int se_size=3)
Constructor.
virtual unsigned int num_iterations()
Get the number of iterations.
virtual void apply()
Apply the filter.
static const unsigned int MARKER
Marker.
virtual ~FilterGeodesicErosion()
Destructor.
static const unsigned int MASK
Mask.
Image difference checker.
Morphological filter interface.