18#ifndef itkBinaryMedianImageFilter_h
19#define itkBinaryMedianImageFilter_h
49template <
typename TInputImage,
typename TOutputImage>
56 static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension;
57 static constexpr unsigned int OutputImageDimension = TOutputImage::ImageDimension;
111#ifdef ITK_USE_CONCEPT_CHECKING
149#ifndef ITK_MANUAL_INSTANTIATION
150# include "itkBinaryMedianImageFilter.hxx"
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
Control indentation during Print() invocation.
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....