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