ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#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.
where is the frequency of measurement vector, I.
Definition at line 75 of file itkHistogramToIntensityImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramIntensityFunction< SizeValueType, TImage::PixelType > > | |
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 flag) |
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, Function::HistogramIntensityFunction< SizeValueType, TImage::PixelType > > | |
static const unsigned int | ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TImage > | |
static const unsigned int | OutputImageDimension |
Static Protected Member Functions inherited from itk::ImageSource< TImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramIntensityFunction< SizeValueType, TImage::PixelType > > | |
FunctorType | m_Functor |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer< const Self > itk::HistogramToIntensityImageFilter< THistogram, TImage >::ConstPointer |
Definition at line 91 of file itkHistogramToIntensityImageFilter.h.
typedef SmartPointer< Self > itk::HistogramToIntensityImageFilter< THistogram, TImage >::Pointer |
Definition at line 90 of file itkHistogramToIntensityImageFilter.h.
typedef HistogramToIntensityImageFilter itk::HistogramToIntensityImageFilter< THistogram, TImage >::Self |
Standard class typedefs.
Definition at line 82 of file itkHistogramToIntensityImageFilter.h.
typedef HistogramToImageFilter< THistogram, TImage, Function::HistogramIntensityFunction< SizeValueType, typename TImage::PixelType > > itk::HistogramToIntensityImageFilter< THistogram, TImage >::Superclass |
Standard "Superclass" typedef.
Definition at line 87 of file itkHistogramToIntensityImageFilter.h.
|
inlineprotected |
Definition at line 100 of file itkHistogramToIntensityImageFilter.h.
|
inlineoverrideprotectedvirtual |
Definition at line 101 of file itkHistogramToIntensityImageFilter.h.
|
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::Object.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramIntensityFunction< SizeValueType, TImage::PixelType > >.
|
static |
Method for creation through the object factory.