18 #ifndef itkMovingHistogramImageFilter_h
19 #define itkMovingHistogramImageFilter_h
86 template<
typename TInputImage,
typename TOutputImage,
typename TKernel,
typename THistogram >
116 itkStaticConstMacro(ImageDimension,
unsigned int,
117 TInputImage::ImageDimension);
130 typedef typename std::map< OffsetType, OffsetListType, typename OffsetType::LexicographicCompare >
OffsetMapType;
141 void ThreadedGenerateData(
const OutputImageRegionType &
142 outputRegionForThread,
161 #ifndef ITK_MANUAL_INSTANTIATION
162 #include "itkMovingHistogramImageFilter.hxx"
SmartPointer< const Self > ConstPointer
TInputImage::IndexType IndexType
TInputImage::RegionType RegionType
Implements a generic moving histogram algorithm.
TOutputImage::PixelType OutputPixelType
TInputImage InputImageType
MovingHistogramImageFilter Self
std::list< OffsetType > OffsetListType
TInputImage::RegionType RegionType
TInputImage::IndexType IndexType
Base class for all process objects that output image data.
TOutputImage OutputImageType
KernelType::SizeType RadiusType
TInputImage::PixelType PixelType
KernelType::ConstIterator KernelIteratorType
TInputImage InputImageType
Superclass::OutputImageRegionType OutputImageRegionType
SmartPointer< Self > Pointer
unsigned int ThreadIdType
~MovingHistogramImageFilter() override
std::map< OffsetType, OffsetListType, typename OffsetType::LexicographicCompare > OffsetMapType
virtual void ConfigureHistogram(THistogram &)
TInputImage::OffsetType OffsetType
std::list< OffsetType > OffsetListType
MovingHistogramImageFilterBase< TInputImage, TOutputImage, TKernel > Superclass
ImageBaseType::SizeType SizeType
TInputImage::SizeType SizeType
Implements a generic moving histogram algorithm.
ImageBaseType::IndexType IndexType