35 #ifndef AIMS_SIGNALFILTER_MEDIANFILTER_H 36 #define AIMS_SIGNALFILTER_MEDIANFILTER_H 106 template <
typename T>
124 template <
typename T>
126 _sx(sx), _sy(sy), _sz(sz)
129 template <
typename T>
133 template <
typename T>
144 template <
typename T>
147 std::vector<double> amplitude(3,0.);
148 amplitude[0] = .5 * (double)_sx;
149 amplitude[1] = .5 * (double)_sy;
150 amplitude[2] = .5 * (double)_sz;
151 aims::strel::Cube se( amplitude,
true );
virtual AimsData< T > doit(const AimsData< T > &in)
Convenience method that execute the algorithm on the input image.
ElementFilteringImageAlgorithm & operator=(ElementFilteringImageAlgorithm &other)
virtual void execute(const carto::VolumeRef< T > &in, carto::VolumeRef< T > &out) const
ImageAlgorithmInterface<T> Pure virtual method.