Template Class MultiChannelMedianFilter
- Defined in File median.hpp 
Inheritance Relationships
Base Type
- public filters::MultiChannelFilterBase< T >(Template Class MultiChannelFilterBase)
Class Documentation
- 
template<typename T>
 class MultiChannelMedianFilter : public filters::MultiChannelFilterBase<T>
- A median filter which works on arrays. - Public Functions - 
MultiChannelMedianFilter()
- Construct the filter with the expected width and height. 
 - 
~MultiChannelMedianFilter() override
- Destructor to clean up. 
 - 
virtual bool configure() override
- Pure virtual function for the sub class to configure the filter This function must be implemented in the derived class. 
 
- 
MultiChannelMedianFilter()