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