18 #ifndef __itkMedianProjectionImageFilter_h
19 #define __itkMedianProjectionImageFilter_h
52 template<
class TInputPixel >
75 typedef typename std::vector< TInputPixel >::iterator ContainerIterator;
78 return *medianIterator;
85 template<
class TInputImage,
class TOutputImage >
88 Functor::MedianAccumulator< typename TInputImage::PixelType > >
105 #ifdef ITK_USE_CONCEPT_CHECKING
117 void operator=(
const Self &);