18 #ifndef itkBoxSigmaImageFilter_h
19 #define itkBoxSigmaImageFilter_h
40 template<
typename TInputImage,
typename TOutputImage = TInputImage >
61 typedef typename TInputImage::SizeType
SizeType;
70 TOutputImage::ImageDimension);
72 TInputImage::ImageDimension);
75 #ifdef ITK_USE_CONCEPT_CHECKING
90 outputRegionForThread,
99 #ifndef ITK_MANUAL_INSTANTIATION
100 #include "itkBoxSigmaImageFilter.hxx"
TInputImage::RegionType RegionType
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) override
TInputImage::OffsetType OffsetType
TInputImage InputImageType
SmartPointer< Self > Pointer
TInputImage::SizeType SizeType
Base class for all process objects that output image data.
static const unsigned int InputImageDimension
TOutputImage OutputImageType
Implements a fast rectangular sigma filter using the accumulator approach.
A base class for all the filters working on a box neighborhood.
TOutputImage::PixelType OutputPixelType
unsigned int ThreadIdType
TInputImage::PixelType PixelType
Superclass::OutputImageRegionType OutputImageRegionType
TInputImage::IndexType IndexType
void operator=(const Self &)
BoxImageFilter< TInputImage, TOutputImage > Superclass
SmartPointer< const Self > ConstPointer
Superclass::OutputImageRegionType OutputImageRegionType
#define itkConceptMacro(name, concept)
static const unsigned int OutputImageDimension