#include <itkHistogramToIntensityImageFilter.h>
The class takes a histogram as an input and produces an image as the output. A pixel, at position I, in the output image is given by.
\[f(I) = q_I \]
where \(q_I\) is the frequency of measurement vector, I.
Definition at line 76 of file itkHistogramToIntensityImageFilter.h.
Inheritance diagram for itk::HistogramToIntensityImageFilter< THistogram, TImage >:
Collaboration diagram for itk::HistogramToIntensityImageFilter< THistogram, TImage >:Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::HistogramToImageFilter< THistogram, TImage, TFunction > | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
| static bool | GetGlobalWarningDisplay () |
| static void | GlobalWarningDisplayOff () |
| static void | GlobalWarningDisplayOn () |
| static Pointer | New () |
| static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
| static void | BreakOnError () |
| static Pointer | New () |
Additional Inherited Members | |
Static Public Attributes inherited from itk::HistogramToImageFilter< THistogram, TImage, TFunction > | |
| static constexpr unsigned int | ImageDimension = OutputImageType::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TImage > | |
| static constexpr unsigned int | OutputImageDimension |
| static constexpr unsigned int | OutputImageDimension |
Static Protected Member Functions inherited from itk::ImageSource< TImage > | |
| static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
| static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
| static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
| static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Static Protected Member Functions inherited from itk::ProcessObject | |
| template<typename TSourceObject> | |
| static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
| static constexpr float | progressFixedToFloat (uint32_t fixed) |
| static uint32_t | progressFloatToFixed (float f) |
Protected Attributes inherited from itk::HistogramToImageFilter< THistogram, TImage, TFunction > | |
| FunctorType | m_Functor {} |
Protected Attributes inherited from itk::ImageSource< TImage > | |
| bool | m_DynamicMultiThreading |
| bool | m_DynamicMultiThreading |
Protected Attributes inherited from itk::ProcessObject | |
| TimeStamp | m_OutputInformationMTime {} |
| bool | m_Updating {} |
Protected Attributes inherited from itk::LightObject | |
| std::atomic< int > | m_ReferenceCount {} |
| using itk::HistogramToIntensityImageFilter< THistogram, TImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 95 of file itkHistogramToIntensityImageFilter.h.
| using itk::HistogramToIntensityImageFilter< THistogram, TImage >::Pointer = SmartPointer<Self> |
Definition at line 94 of file itkHistogramToIntensityImageFilter.h.
| using itk::HistogramToIntensityImageFilter< THistogram, TImage >::Self = HistogramToIntensityImageFilter |
Standard class type aliases.
Definition at line 85 of file itkHistogramToIntensityImageFilter.h.
| using itk::HistogramToIntensityImageFilter< THistogram, TImage >::Superclass |
Standard "Superclass" type alias.
Definition at line 88 of file itkHistogramToIntensityImageFilter.h.
|
protecteddefault |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, TFunction >.
|
virtual |
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, TFunction >.
References HistogramToIntensityImageFilter().
|
static |
Method for creation through the object factory.