|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkMovingHistogramImageFilter_h
19 #define itkMovingHistogramImageFilter_h
87 template <
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>;
145 DynamicThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread)
override;
162 #ifndef ITK_MANUAL_INSTANTIATION
163 # include "itkMovingHistogramImageFilter.hxx"
typename TOutputImage::PixelType OutputPixelType
typename KernelType::ConstIterator KernelIteratorType
ImageBaseType::SizeType SizeType
typename TInputImage::SizeType RadiusType
typename TInputImage::OffsetType OffsetType
ImageBaseType::IndexType IndexType
Base class for all process objects that output image data.
typename TInputImage::IndexType IndexType
typename TInputImage::PixelType PixelType
Implements a generic moving histogram algorithm.
ImageBaseType::RegionType RegionType
TInputImage InputImageType
Implements a generic moving histogram algorithm.
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...
virtual void ConfigureHistogram(THistogram &)
typename std::map< OffsetType, OffsetListType, Functor::LexicographicCompare > OffsetMapType
typename TInputImage::SizeType SizeType
typename std::list< OffsetType > OffsetListType
TOutputImage OutputImageType
typename TInputImage::RegionType RegionType