#include <itkNormalizedMutualInformationHistogramImageToImageMetric.h>
Inheritance diagram for itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >:
The type of Normalize Mutual Information implemented in this class is given by the equation
Where $ H(A) $ is the entropy of image $ A $, $ H(B) $ is the entropy of image $ B $, and $ H(A,B) $ is the joing entropy of images $ A $ and $ B $.
Details of this implementation can be found in the book
"Medical Image Registration" by Hajnal, Hill and Hawkes.
The book is available online at
http://www-ipg.umds.ac.uk/d.hill/hhh/
The implementation of this class corresponds to equation (30) in Chapter 3 of this book. Note that by slightly changing this class it will be trivial to compute the Normalized Mutual Information measures defined in equations (28) and (29) of the same book.
This class is templated over the type of the fixed and moving images to be compared.
Definition at line 56 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
|
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 64 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Type of the derivative. Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 83 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 86 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Type of the fixed Image. Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 84 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Gaussian filter to compute the gradient of the Moving Image Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 80 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Definition at line 91 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Definition at line 92 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Definition at line 94 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
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 90 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Type of the measure. Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 82 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 88 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Type of the moving Image. Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 85 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 63 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Types transferred from the base class Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 74 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Standard class typedefs. Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 61 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 62 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 79 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 78 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 76 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Type of the Transform Base class Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 75 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Constructor is protected to ensure that Definition at line 99 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Constructor is protected to ensure that Definition at line 100 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h. |
|
Evaluates the normalized mutual information from the histogram. Implements itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >. |
|
Run-time type information (and related methods). Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |