Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::HistogramToIntensityImageFilter< THistogram > Class Template Reference

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. More...

#include <itkHistogramToIntensityImageFilter.h>

Inheritance diagram for itk::HistogramToIntensityImageFilter< THistogram >:

Inheritance graph
[legend]
Collaboration diagram for itk::HistogramToIntensityImageFilter< THistogram >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef HistogramToIntensityImageFilter Self
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Static Public Member Functions

Pointer New ()

Protected Member Functions

 HistogramToIntensityImageFilter ()
virtual ~HistogramToIntensityImageFilter ()

Detailed Description

template<class THistogram>
class itk::HistogramToIntensityImageFilter< THistogram >

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.

See also:
HistogramToProbabilityImageFilter, HistogramToLogProbabilityImageFilter, HistogramToImageFilter, HistogramToEntropyImageFilter

Definition at line 74 of file itkHistogramToIntensityImageFilter.h.


Member Typedef Documentation

template<class THistogram>
typedef SmartPointer<const Self> itk::HistogramToIntensityImageFilter< THistogram >::ConstPointer
 

Reimplemented from itk::HistogramToImageFilter< THistogram, TFunction >.

Definition at line 84 of file itkHistogramToIntensityImageFilter.h.

template<class THistogram>
typedef SmartPointer<Self> itk::HistogramToIntensityImageFilter< THistogram >::Pointer
 

Reimplemented from itk::HistogramToImageFilter< THistogram, TFunction >.

Definition at line 83 of file itkHistogramToIntensityImageFilter.h.

template<class THistogram>
typedef HistogramToIntensityImageFilter itk::HistogramToIntensityImageFilter< THistogram >::Self
 

Standard class typedefs.

Reimplemented from itk::HistogramToImageFilter< THistogram, TFunction >.

Definition at line 81 of file itkHistogramToIntensityImageFilter.h.


Constructor & Destructor Documentation

template<class THistogram>
itk::HistogramToIntensityImageFilter< THistogram >::HistogramToIntensityImageFilter  )  [inline, protected]
 

Definition at line 90 of file itkHistogramToIntensityImageFilter.h.

template<class THistogram>
virtual itk::HistogramToIntensityImageFilter< THistogram >::~HistogramToIntensityImageFilter  )  [inline, protected, virtual]
 

Definition at line 91 of file itkHistogramToIntensityImageFilter.h.


Member Function Documentation

template<class THistogram>
Pointer itk::HistogramToIntensityImageFilter< THistogram >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::HistogramToImageFilter< THistogram, TFunction >.


The documentation for this class was generated from the following file:
Generated at Thu May 25 01:09:56 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000