ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkMutualInformationHistogramImageToImageMetric.h>
Static Public Member Functions | |
static Pointer | New () |
Private Member Functions | |
MutualInformationHistogramImageToImageMetric (Self const &) | |
void | operator= (Self const &) |
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.
typedef SmartPointer< const Self > itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 46 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::DerivativeType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType |
Type of the derivative.
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 64 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::FixedImageConstPointer itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 67 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::FixedImageType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType |
Type of the fixed Image.
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 65 of file itkMutualInformationHistogramImageToImageMetric.h.
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 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 |
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.
typedef Superclass::MeasureType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::MeasureType |
Type of the measure.
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 63 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::MovingImageConstPointer itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 68 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::MovingImageType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType |
Type of the moving Image.
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 66 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef SmartPointer< Self > itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::Pointer |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 45 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::RealType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::RealType |
Types transferred from the base class
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 53 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef MutualInformationHistogramImageToImageMetric itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::Self |
Standard class typedefs.
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 43 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef HistogramImageToImageMetric< TFixedImage, TMovingImage > itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::Superclass |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 44 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::TransformJacobianType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 60 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::TransformParametersType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformParametersType |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 59 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::TransformPointer itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 58 of file itkMutualInformationHistogramImageToImageMetric.h.
typedef Superclass::TransformType itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformType |
Type of the Transform Base class
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
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 77 of file itkMutualInformationHistogramImageToImageMetric.h.
|
inlineprotectedvirtual |
Constructor is protected to ensure that New()
function is used to create instances.
Definition at line 78 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.
Reimplemented from itk::Object.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.