18 #ifndef itkMedianImageFilter_h
19 #define itkMedianImageFilter_h
51 template<
typename TInputImage,
typename TOutputImage >
59 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
60 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
87 #ifdef ITK_USE_CONCEPT_CHECKING
117 #ifndef ITK_MANUAL_INSTANTIATION
118 #include "itkMedianImageFilter.hxx"
typename TOutputImage::PixelType OutputPixelType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
TInputImage InputImageType
ImageBaseType::SizeType SizeType
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename TInputImage::PixelType InputPixelType
A base class for all the filters working on a box neighborhood.
typename InputImageType::RegionType InputImageRegionType
Base class for filters that take an image as input and produce an image as output.
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)