18#ifndef itkMedianProjectionImageFilter_h
19#define itkMedianProjectionImageFilter_h
51template <
typename TInputPixel>
76 return *medianIterator;
83template <
typename TInputImage,
typename TOutputImage>
85 :
public ProjectionImageFilter<TInputImage, TOutputImage, Functor::MedianAccumulator<typename TInputImage::PixelType>>
103#ifdef ITK_USE_CONCEPT_CHECKING
Base class for all process objects that output image data.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Implements an accumulation of an image along a selected direction.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned long SizeValueType