18 #ifndef __itkMedianProjectionImageFilter_h
19 #define __itkMedianProjectionImageFilter_h
51 template<
class TInputPixel >
74 typedef typename std::vector< TInputPixel >::iterator ContainerIterator;
77 return *medianIterator;
84 template<
class TInputImage,
class TOutputImage >
87 Functor::MedianAccumulator< typename TInputImage::PixelType > >
104 #ifdef ITK_USE_CONCEPT_CHECKING
116 void operator=(
const Self &);