|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkHistogramToImageFilter_h
19 #define itkHistogramToImageFilter_h
49 template <
typename THistogram,
typename TImage,
typename TFunction>
87 static constexpr
unsigned int ImageDimension = OutputImageType::ImageDimension;
90 using Superclass::SetInput;
135 GenerateOutputInformation()
override;
138 GenerateData()
override;
143 PrintSelf(std::ostream & os,
Indent indent)
const override;
147 #ifndef ITK_MANUAL_INSTANTIATION
148 # include "itkHistogramToImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
void SetFunctor(const FunctorType &functor)
typename OutputImageType::SizeType SizeType
ImageBaseType::PointType PointType
ImageBaseType::SizeType SizeType
const FunctorType & GetFunctor() const
Control indentation during Print() invocation.
typename OutputImageType::PixelType OutputPixelType
typename OutputImageType::PointType PointType
Base class for all process objects that output image data.
Light weight base class for most itk classes.
FunctorType & GetFunctor()
A multi-dimensional iterator templated over image type that walks pixels within a region and is speci...
typename HistogramType::SizeType HistogramSizeType
typename OutputImageType::SpacingType SpacingType
typename OutputImageType::RegionType OutputImageRegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename HistogramType::MeasurementVectorType MeasurementVectorType
This class takes a histogram as an input and returns an image of type specified by the functor.
unsigned long SizeValueType