18 #ifndef itkBoxSigmaImageFilter_h
19 #define itkBoxSigmaImageFilter_h
40 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
78 Self::OutputImageDimension > ) );
93 #ifndef ITK_MANUAL_INSTANTIATION
94 #include "itkBoxSigmaImageFilter.hxx"
typename TInputImage::PixelType PixelType
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...
Base class for all process objects that output image data.
TInputImage InputImageType
typename TInputImage::OffsetType OffsetType
ImageBaseType::SizeType SizeType
typename OutputImageType::RegionType OutputImageRegionType
ImageBaseType::IndexType IndexType
typename TInputImage::SizeType SizeType
TOutputImage OutputImageType
Implements a fast rectangular sigma filter using the accumulator approach.
A base class for all the filters working on a box neighborhood.
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)