ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkMutualInformationHistogramImageToImageMetric.h>
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 38 of file itkMutualInformationHistogramImageToImageMetric.h.
Static Public Member Functions | |
static Pointer | New () |
Private Member Functions | |
MutualInformationHistogramImageToImageMetric (Self const &) | |
void | operator= (Self const &) |
typedef SmartPointer< const Self > itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer |
Definition at line 46 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::DerivativeType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType |
Definition at line 64 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::FixedImageConstPointer itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer |
Definition at line 67 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::FixedImageType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType |
Definition at line 65 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::GradientPixelType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::GradientPixelType |
Definition at line 61 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef HistogramType::AbsoluteFrequencyType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramFrequencyType |
Definition at line 71 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef HistogramType::Iterator itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramIteratorType |
Definition at line 72 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef HistogramType::MeasurementVectorType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramMeasurementVectorType |
Definition at line 73 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::HistogramType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramType |
Definition at line 70 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::MeasureType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::MeasureType |
Definition at line 63 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::MovingImageConstPointer itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer |
Definition at line 68 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::MovingImageType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType |
Definition at line 66 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef SmartPointer< Self > itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::Pointer |
Definition at line 45 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::RealType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::RealType |
Types transferred from the base class
Definition at line 53 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef MutualInformationHistogramImageToImageMetric itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::Self |
Standard class typedefs.
Definition at line 43 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef HistogramImageToImageMetric< TFixedImage, TMovingImage > itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::Superclass |
Definition at line 44 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::TransformJacobianType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType |
Definition at line 60 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::TransformParametersType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformParametersType |
Definition at line 59 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::TransformPointer itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer |
Definition at line 58 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::TransformType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformType |
Definition at line 57 of file itkMutualInformationHistogramImageToImageMetric.h.
|
inlineprotected |
Constructor is protected to ensure that New()
function is used to create instances.
Definition at line 78 of file itkMutualInformationHistogramImageToImageMetric.h.
|
inlineprotectedvirtual |
Constructor is protected to ensure that New()
function is used to create instances.
Definition at line 79 of file itkMutualInformationHistogramImageToImageMetric.h.
|
private |
|
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.
|
protectedvirtual |
Evaluates the 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.
|
private |