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