18 #ifndef itkMedianImageFilter_h
19 #define itkMedianImageFilter_h
51 template<
typename TInputImage,
typename TOutputImage >
58 TInputImage::ImageDimension);
60 TOutputImage::ImageDimension);
88 #ifdef ITK_USE_CONCEPT_CHECKING
122 #ifndef ITK_MANUAL_INSTANTIATION
123 #include "itkMedianImageFilter.hxx"
Base class for all process objects that output image data.
A base class for all the filters working on a box neighborhood.
unsigned int ThreadIdType
Base class for filters that take an image as input and produce an image as output.
#define itkConceptMacro(name, concept)