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