ITK
5.2.0
Insight Toolkit
|
#include <itkMutualInformationHistogramImageToImageMetric.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 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.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 48 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType = typename Superclass::DerivativeType |
Definition at line 65 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer = typename Superclass::FixedImageConstPointer |
Definition at line 68 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType = typename Superclass::FixedImageType |
Definition at line 66 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::GradientPixelType = typename Superclass::GradientPixelType |
Definition at line 62 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramFrequencyType = typename HistogramType::AbsoluteFrequencyType |
Definition at line 72 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramIteratorType = typename HistogramType::Iterator |
Definition at line 73 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramMeasurementVectorType = typename HistogramType::MeasurementVectorType |
Definition at line 74 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramType = typename Superclass::HistogramType |
Definition at line 71 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::MeasureType = typename Superclass::MeasureType |
Definition at line 64 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer = typename Superclass::MovingImageConstPointer |
Definition at line 69 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType = typename Superclass::MovingImageType |
Definition at line 67 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::Pointer = SmartPointer<Self> |
Definition at line 47 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::RealType = typename Superclass::RealType |
Types transferred from the base class
Definition at line 57 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::Self = MutualInformationHistogramImageToImageMetric |
Standard class type aliases.
Definition at line 45 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::Superclass = HistogramImageToImageMetric<TFixedImage, TMovingImage> |
Definition at line 46 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType = typename Superclass::TransformJacobianType |
Definition at line 61 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformParametersType = typename Superclass::TransformParametersType |
Definition at line 60 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer = typename Superclass::TransformPointer |
Definition at line 59 of file itkMutualInformationHistogramImageToImageMetric.h.
using itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformType = typename Superclass::TransformType |
Definition at line 58 of file itkMutualInformationHistogramImageToImageMetric.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 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.