25 #ifndef _FIREVISION_FILTER_MORPHOLOGY_TOPHAT_CLOSING_H_
26 #define _FIREVISION_FILTER_MORPHOLOGY_TOPHAT_CLOSING_H_
28 #include <fvfilters/morphology/morphologicalfilter.h>
30 namespace firevision {
33 class FilterDifference;
Calculates the difference of two images.
Morphological tophat closing.
FilterTophatClosing()
Constructor.
static const unsigned int FILTERIMAGE
Image to filter.
virtual void apply()
Apply the filter.
virtual ~FilterTophatClosing()
Destructor.
static const unsigned int SUBTRACTFROM
Image that we subtract from.
Morphological filter interface.