|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkMedianImageFilter_h
19 #define itkMedianImageFilter_h
52 template <
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"
typename TOutputImage::PixelType OutputPixelType
ImageBaseType::SizeType SizeType
A base class for all the filters working on a box neighborhood.
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
typename TInputImage::PixelType InputPixelType
ImageBaseType::RegionType RegionType
TInputImage InputImageType
typename OutputImageType::RegionType OutputImageRegionType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename InputImageType::RegionType InputImageRegionType
TOutputImage OutputImageType