18 #ifndef itkBoxMeanImageFilter_h
19 #define itkBoxMeanImageFilter_h
42 template<
typename TInputImage,
typename TOutputImage = TInputImage >
74 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
75 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
77 #ifdef ITK_USE_CONCEPT_CHECKING
81 Self::OutputImageDimension > ) );
96 #ifndef ITK_MANUAL_INSTANTIATION
97 #include "itkBoxMeanImageFilter.hxx"
typename TInputImage::IndexType IndexType
typename TOutputImage::PixelType OutputPixelType
typename TInputImage::RegionType RegionType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename TInputImage::PixelType PixelType
Base class for all process objects that output image data.
TInputImage InputImageType
typename TInputImage::OffsetType OffsetType
Implements a fast rectangular mean filter using the accumulator approach.
ImageBaseType::SizeType SizeType
typename OutputImageType::RegionType OutputImageRegionType
ImageBaseType::IndexType IndexType
typename TInputImage::SizeType SizeType
TOutputImage OutputImageType
A base class for all the filters working on a box neighborhood.
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)