|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkBoxMeanImageFilter_h
19 #define itkBoxMeanImageFilter_h
41 template <
typename TInputImage,
typename TOutputImage = TInputImage>
71 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
72 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
74 #ifdef ITK_USE_CONCEPT_CHECKING
92 #ifndef ITK_MANUAL_INSTANTIATION
93 # include "itkBoxMeanImageFilter.hxx"
typename TOutputImage::PixelType OutputPixelType
ImageBaseType::SizeType SizeType
A base class for all the filters working on a box neighborhood.
typename TInputImage::OffsetType OffsetType
ImageBaseType::IndexType IndexType
Base class for all process objects that output image data.
typename TInputImage::IndexType IndexType
Implements a fast rectangular mean filter using the accumulator approach.
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 TInputImage::SizeType SizeType
typename TInputImage::PixelType PixelType
TOutputImage OutputImageType
typename TInputImage::RegionType RegionType