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.
FilterTophatClosing()
Constructor.
virtual ~FilterTophatClosing()
Destructor.
Morphological filter interface.
static const unsigned int FILTERIMAGE
Image to filter.
Morphological tophat closing.
static const unsigned int SUBTRACTFROM
Image that we subtract from.
virtual void apply()
Apply the filter.