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