18 #ifndef itkMedianProjectionImageFilter_h
19 #define itkMedianProjectionImageFilter_h
51 template<
typename TInputPixel >
74 typedef typename std::vector< TInputPixel >::iterator ContainerIterator;
77 return *medianIterator;
84 template<
typename TInputImage,
typename TOutputImage >
87 Functor::MedianAccumulator< typename TInputImage::PixelType > >
104 #ifdef ITK_USE_CONCEPT_CHECKING
Base class for all process objects that output image data.
unsigned long SizeValueType
Implements an accumulation of an image along a selected direction.