18 #ifndef itkMedianProjectionImageFilter_h
19 #define itkMedianProjectionImageFilter_h
51 template<
typename TInputPixel >
76 return *medianIterator;
83 template<
typename TInputImage,
typename TOutputImage >
86 Functor::MedianAccumulator< typename TInputImage::PixelType > >
94 typename TInputImage::PixelType > >;
105 #ifdef ITK_USE_CONCEPT_CHECKING
unsigned long SizeValueType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
Implements an accumulation of an image along a selected direction.