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