|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkMeanImageFilter_h
19 #define itkMeanImageFilter_h
51 template <
typename TInputImage,
typename TOutputImage>
58 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
59 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
87 #ifdef ITK_USE_CONCEPT_CHECKING
111 template <
typename TPixelAccessPolicy,
typename TPixelType>
113 GenerateDataInSubregion(
const TInputImage & inputImage,
114 TOutputImage & outputImage,
119 template <
typename TPixelAccessPolicy,
typename TValue>
121 GenerateDataInSubregion(
const TInputImage & inputImage,
122 TOutputImage & outputImage,
129 #ifndef ITK_MANUAL_INSTANTIATION
130 # include "itkMeanImageFilter.hxx"
Applies an averaging filter to an image.
typename TOutputImage::PixelType OutputPixelType
An image region represents a structured region of data.
ImageBaseType::SizeType SizeType
A base class for all the filters working on a box neighborhood.
Base class for all process objects that output image data.
typename TInputImage::PixelType InputPixelType
ImageBaseType::RegionType RegionType
TInputImage InputImageType
Represents an array whose length can be defined at run-time.
Define additional traits for native types such as int or float.
Represent a n-dimensional offset between two n-dimensional indexes of n-dimensional image.
typename NumericTraits< InputPixelType >::RealType InputRealType
typename OutputImageType::RegionType OutputImageRegionType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename InputImageType::SizeType InputSizeType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename InputImageType::RegionType InputImageRegionType
TOutputImage OutputImageType