35#ifndef AIMS_SIGNALFILTER_MAXFILTER_H
36#define AIMS_SIGNALFILTER_MAXFILTER_H
40#include <aims/connectivity/structuring_element.h>
ElementFilteringImageAlgorithm(const ElementFilteringFunction< ChannelType > &f, const StructuringElement &se=strel::Cube(1.))
ElementFilteringImageAlgorithm & operator=(ElementFilteringImageAlgorithm &other)
MaxFilter< T > & operator=(const MaxFilter< T > &other)
MaxFilter(const carto::Object &options)
carto::DataTypeTraits< T >::ChannelType ChannelType
MaxFilter< T > * clone() const
ImageAlgorithmInterface<T> Pure virtual method.
MaxFilter(const StructuringElement &se=strel::Cube(1.0), const carto::Object &options=carto::none())
MaxFilter(const MaxFilter< T > &other)