ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkCorrelationCoefficientHistogramImageToImageMetric.h>
Computes correlation coefficient similarity measure between two images to be registered.
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 39 of file itkCorrelationCoefficientHistogramImageToImageMetric.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 flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Private Member Functions | |
MeasureType | Covariance (HistogramType &histogram) const |
MeasureType | MeanX (HistogramType &histogram) const |
MeasureType | MeanY (HistogramType &histogram) const |
MeasureType | VarianceX (HistogramType &histogram) const |
MeasureType | VarianceY (HistogramType &histogram) const |
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer = SmartPointer< const Self > |
Definition at line 49 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType = typename Superclass::DerivativeType |
Definition at line 67 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer = typename Superclass::FixedImageConstPointer |
Definition at line 70 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType = typename Superclass::FixedImageType |
Definition at line 68 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::GradientPixelType = typename Superclass::GradientPixelType |
Definition at line 64 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramAbsoluteFrequencyType = typename HistogramType::AbsoluteFrequencyType |
Definition at line 75 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramFrequencyType = HistogramAbsoluteFrequencyType |
Definition at line 76 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramIteratorType = typename HistogramType::Iterator |
Definition at line 78 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramMeasurementVectorType = typename HistogramType::MeasurementVectorType |
Definition at line 79 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramType = typename Superclass::HistogramType |
Definition at line 73 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::MeasureType = typename Superclass::MeasureType |
Definition at line 66 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer = typename Superclass::MovingImageConstPointer |
Definition at line 71 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType = typename Superclass::MovingImageType |
Definition at line 69 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::Pointer = SmartPointer< Self > |
Definition at line 48 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::RealType = typename Superclass::RealType |
Types transferred from the base class
Definition at line 59 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::Self = CorrelationCoefficientHistogramImageToImageMetric |
Standard class type aliases.
Definition at line 46 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::Superclass = HistogramImageToImageMetric< TFixedImage, TMovingImage > |
Definition at line 47 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType = typename Superclass::TransformJacobianType |
Definition at line 63 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformParametersType = typename Superclass::TransformParametersType |
Definition at line 62 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer = typename Superclass::TransformPointer |
Definition at line 61 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
using itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformType = typename Superclass::TransformType |
Definition at line 60 of file itkCorrelationCoefficientHistogramImageToImageMetric.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.
|
private |
Returns the variance.
|
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.
|
overrideprotected |
Evaluates the sum of squared differences from the histogram.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
|
private |
Returns the mean in the x-direction.
|
private |
Returns the mean in the y-direction.
|
static |
Method for creation through the object factory.
|
private |
Returns the variance in the x-direction.
|
private |
Returns the variance in the y-direction.