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

itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage > Class Template Reference
[Similarity Metrics of Registration Methods]

Computes the mutual information between two images to be registered using the histograms of the intensities in the images. More...

#include <itkMutualInformationHistogramImageToImageMetric.h>

Inheritance diagram for itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >:

Inheritance graph
[legend]
Collaboration diagram for itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef MutualInformationHistogramImageToImageMetric Self
typedef HistogramImageToImageMetric<
TFixedImage, TMovingImage > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef Superclass::RealType RealType
typedef Superclass::TransformType TransformType
typedef Superclass::TransformPointer TransformPointer
typedef Superclass::TransformParametersType TransformParametersType
typedef Superclass::TransformJacobianType TransformJacobianType
typedef Superclass::GradientPixelType GradientPixelType
typedef Superclass::MeasureType MeasureType
typedef Superclass::DerivativeType DerivativeType
typedef Superclass::FixedImageType FixedImageType
typedef Superclass::MovingImageType MovingImageType
typedef Superclass::FixedImageConstPointer FixedImageConstPointer
typedef Superclass::MovingImageConstPointer MovingImageConstPointer
typedef Superclass::HistogramType HistogramType
typedef HistogramType::FrequencyType HistogramFrequencyType
typedef HistogramType::Iterator HistogramIteratorType
typedef HistogramType::MeasurementVectorType HistogramMeasurementVectorType

Public Member Functions

virtual const char * GetClassName () const

Static Public Member Functions

Pointer New ()

Protected Member Functions

virtual MeasureType EvaluateMeasure (HistogramType &histogram) const
 MutualInformationHistogramImageToImageMetric ()
virtual ~MutualInformationHistogramImageToImageMetric ()

Detailed Description

template<class TFixedImage, class TMovingImage>
class itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >

Computes the mutual information between two images to be registered using the histograms of the intensities in the images.

This class is templated over the type of the fixed and moving images to be compared.

This metric computes the similarity measure between pixels in the moving image and pixels in the fixed images using a histogram.

Definition at line 36 of file itkMutualInformationHistogramImageToImageMetric.h.


Member Typedef Documentation

template<class TFixedImage, class TMovingImage>
typedef SmartPointer<const Self> itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer
 

Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 44 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::DerivativeType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType
 

Type of the derivative.

Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 63 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageConstPointer itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer
 

Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 66 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType
 

Type of the fixed Image.

Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 64 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::GradientPixelType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::GradientPixelType
 

Gaussian filter to compute the gradient of the Moving Image

Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 60 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef HistogramType::FrequencyType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramFrequencyType
 

Definition at line 71 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef HistogramType::Iterator itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramIteratorType
 

Definition at line 72 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef HistogramType::MeasurementVectorType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramMeasurementVectorType
 

Definition at line 74 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::HistogramType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramType
 

Typedefs for histogram. This should have been defined as Histogram<RealType,2> but a bug in VC++7 produced an internal compiler error with such declaration.

Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 70 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::MeasureType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::MeasureType
 

Type of the measure.

Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 62 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageConstPointer itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer
 

Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 68 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType
 

Type of the moving Image.

Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 65 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef SmartPointer<Self> itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::Pointer
 

Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 43 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::RealType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::RealType
 

Types transferred from the base class

Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 54 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef MutualInformationHistogramImageToImageMetric itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::Self
 

Standard class typedefs.

Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 41 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef HistogramImageToImageMetric<TFixedImage, TMovingImage> itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::Superclass
 

Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 42 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformJacobianType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType
 

Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 59 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformParametersType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformParametersType
 

Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 58 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformPointer itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer
 

Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 56 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformType
 

Type of the Transform Base class

Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 55 of file itkMutualInformationHistogramImageToImageMetric.h.


Constructor & Destructor Documentation

template<class TFixedImage, class TMovingImage>
itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::MutualInformationHistogramImageToImageMetric  )  [inline, protected]
 

Constructor is protected to ensure that New() function is used to create instances. Definition at line 79 of file itkMutualInformationHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
virtual itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::~MutualInformationHistogramImageToImageMetric  )  [inline, protected, virtual]
 

Constructor is protected to ensure that New() function is used to create instances. Definition at line 80 of file itkMutualInformationHistogramImageToImageMetric.h.


Member Function Documentation

template<class TFixedImage, class TMovingImage>
virtual MeasureType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::EvaluateMeasure HistogramType histogram  )  const [protected, virtual]
 

Evaluates the mutual information from the histogram.

Implements itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.

template<class TFixedImage, class TMovingImage>
virtual const char* itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.

template<class TFixedImage, class TMovingImage>
Pointer itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:51:11 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000