![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkHistogramToIntensityImageFilter.h>
Inheritance diagram for itk::HistogramToIntensityImageFilter< THistogram, TImage >:
Collaboration diagram for itk::HistogramToIntensityImageFilter< THistogram, TImage >:Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef SmartPointer< Self > | Pointer |
| typedef HistogramToIntensityImageFilter | Self |
| typedef HistogramToImageFilter < THistogram, TImage, Function::HistogramIntensityFunction < SizeValueType, typename TImage::PixelType > > | Superclass |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| static Pointer | New () |
| HistogramToIntensityImageFilter () | |
| virtual | ~HistogramToIntensityImageFilter () |
| HistogramToIntensityImageFilter (const Self &) | |
| void | operator= (const Self &) |
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.
| typedef SmartPointer< const Self > itk::HistogramToIntensityImageFilter< THistogram, TImage >::ConstPointer |
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramIntensityFunction< SizeValueType, TImage::PixelType > >.
Definition at line 91 of file itkHistogramToIntensityImageFilter.h.
| typedef SmartPointer< Self > itk::HistogramToIntensityImageFilter< THistogram, TImage >::Pointer |
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramIntensityFunction< SizeValueType, TImage::PixelType > >.
Definition at line 90 of file itkHistogramToIntensityImageFilter.h.
| typedef HistogramToIntensityImageFilter itk::HistogramToIntensityImageFilter< THistogram, TImage >::Self |
Standard class typedefs.
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramIntensityFunction< SizeValueType, TImage::PixelType > >.
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.
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramIntensityFunction< SizeValueType, TImage::PixelType > >.
Definition at line 87 of file itkHistogramToIntensityImageFilter.h.
| itk::HistogramToIntensityImageFilter< THistogram, TImage >::HistogramToIntensityImageFilter | ( | ) | [inline, protected] |
Method for creation through the object factory.
Definition at line 99 of file itkHistogramToIntensityImageFilter.h.
| virtual itk::HistogramToIntensityImageFilter< THistogram, TImage >::~HistogramToIntensityImageFilter | ( | ) | [inline, protected, virtual] |
Method for creation through the object factory.
Definition at line 100 of file itkHistogramToIntensityImageFilter.h.
| itk::HistogramToIntensityImageFilter< THistogram, TImage >::HistogramToIntensityImageFilter | ( | const Self & | ) | [private] |
Method for creation through the object factory.
| virtual::itk::LightObject::Pointer itk::HistogramToIntensityImageFilter< THistogram, TImage >::CreateAnother | ( | void | ) | const [virtual] |
Method for creation through the object factory.
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramIntensityFunction< SizeValueType, TImage::PixelType > >.
| virtual const char* itk::HistogramToIntensityImageFilter< THistogram, TImage >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramIntensityFunction< SizeValueType, TImage::PixelType > >.
| static Pointer itk::HistogramToIntensityImageFilter< THistogram, TImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramIntensityFunction< SizeValueType, TImage::PixelType > >.
| void itk::HistogramToIntensityImageFilter< THistogram, TImage >::operator= | ( | const Self & | ) | [private] |
Method for creation through the object factory.
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramIntensityFunction< SizeValueType, TImage::PixelType > >.
1.7.6.1