ITK
5.2.0
Insight Toolkit
|
#include <itkNormalizedMutualInformationHistogramImageToImageMetric.h>
Static Public Member Functions | |
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 val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Computes normalized mutual information between two images to be registered using the histograms of the intensities in the images.
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://books.google.com/books?id=2dtQNsk-qBQC 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 52 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 62 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType = typename Superclass::DerivativeType |
Definition at line 79 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer = typename Superclass::FixedImageConstPointer |
Definition at line 82 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType = typename Superclass::FixedImageType |
Definition at line 80 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::GradientPixelType = typename Superclass::GradientPixelType |
Definition at line 76 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramFrequencyType = typename HistogramType::AbsoluteFrequencyType |
Definition at line 86 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramIteratorType = typename HistogramType::Iterator |
Definition at line 87 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramMeasurementVectorType = typename HistogramType::MeasurementVectorType |
Definition at line 88 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramType = typename Superclass::HistogramType |
Definition at line 85 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::MeasureType = typename Superclass::MeasureType |
Definition at line 78 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer = typename Superclass::MovingImageConstPointer |
Definition at line 83 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType = typename Superclass::MovingImageType |
Definition at line 81 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::Pointer = SmartPointer<Self> |
Definition at line 61 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::RealType = typename Superclass::RealType |
Types transferred from the base class
Definition at line 71 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::Self = NormalizedMutualInformationHistogramImageToImageMetric |
Standard class type aliases.
Definition at line 59 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::Superclass = HistogramImageToImageMetric<TFixedImage, TMovingImage> |
Definition at line 60 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType = typename Superclass::TransformJacobianType |
Definition at line 75 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformParametersType = typename Superclass::TransformParametersType |
Definition at line 74 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer = typename Superclass::TransformPointer |
Definition at line 73 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
using itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformType = typename Superclass::TransformType |
Definition at line 72 of file itkNormalizedMutualInformationHistogramImageToImageMetric.h.
|
protecteddefault |
Constructor is protected to ensure that New()
function is used to create instances.
|
overrideprotecteddefault |
Constructor is protected to ensure that New()
function is used to create instances.
|
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.
|
overrideprotectedvirtual |
Evaluates the normalized mutual information from the histogram.
Implements itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
|
static |
Method for creation through the object factory.