18#ifndef itkMovingHistogramImageFilter_h
19#define itkMovingHistogramImageFilter_h
87template <
typename TInputImage,
typename TOutputImage,
typename TKernel,
typename THistogram>
114 using typename Superclass::OutputImageRegionType;
118 static constexpr unsigned int ImageDimension = TInputImage::ImageDimension;
131 using OffsetMapType =
typename std::map<OffsetType, OffsetListType, Functor::LexicographicCompare>;
162#ifndef ITK_MANUAL_INSTANTIATION
163# include "itkMovingHistogramImageFilter.hxx"
typename TInputImage::RegionType RegionType
typename TInputImage::SizeType SizeType
typename TInputImage::SizeType RadiusType
typename TInputImage::IndexType IndexType
typename TOutputImage::PixelType OutputPixelType
typename TInputImage::OffsetType OffsetType
Base class for all process objects that output image data.
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
TInputImage InputImageType
Implements a generic moving histogram algorithm.
Implements a generic moving histogram algorithm.
typename KernelType::ConstIterator KernelIteratorType
typename TInputImage::PixelType PixelType
typename std::list< OffsetType > OffsetListType
void DynamicThreadedGenerateData(const OutputImageRegionType &outputRegionForThread) override
virtual void ConfigureHistogram(THistogram &)
void PushHistogram(HistogramType &histogram, const OffsetListType *addedList, const OffsetListType *removedList, const RegionType &inputRegion, const RegionType &kernRegion, const InputImageType *inputImage, const IndexType currentIdx)
~MovingHistogramImageFilter() override=default
MovingHistogramImageFilter()
typename std::map< OffsetType, OffsetListType, Functor::LexicographicCompare > OffsetMapType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....