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