ITK
4.8.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 | |
CorrelationCoefficientHistogramImageToImageMetric (Self const &) | |
MeasureType | Covariance (HistogramType &histogram) const |
MeasureType | MeanX (HistogramType &histogram) const |
MeasureType | MeanY (HistogramType &histogram) const |
void | operator= (Self const &) |
MeasureType | VarianceX (HistogramType &histogram) const |
MeasureType | VarianceY (HistogramType &histogram) const |
typedef SmartPointer< const Self > itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer |
Definition at line 47 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::DerivativeType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType |
Definition at line 65 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::FixedImageConstPointer itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer |
Definition at line 68 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::FixedImageType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType |
Definition at line 66 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::GradientPixelType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::GradientPixelType |
Definition at line 62 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef HistogramType::AbsoluteFrequencyType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramAbsoluteFrequencyType |
Definition at line 73 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef HistogramAbsoluteFrequencyType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramFrequencyType |
Definition at line 74 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef HistogramType::Iterator itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramIteratorType |
Definition at line 76 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef HistogramType::MeasurementVectorType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramMeasurementVectorType |
Definition at line 78 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::HistogramType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramType |
Definition at line 71 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::MeasureType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::MeasureType |
Definition at line 64 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::MovingImageConstPointer itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer |
Definition at line 69 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::MovingImageType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType |
Definition at line 67 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef SmartPointer< Self > itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::Pointer |
Definition at line 46 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::RealType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::RealType |
Types transferred from the base class
Definition at line 54 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef CorrelationCoefficientHistogramImageToImageMetric itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::Self |
Standard class typedefs.
Definition at line 44 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef HistogramImageToImageMetric< TFixedImage, TMovingImage > itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::Superclass |
Definition at line 45 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::TransformJacobianType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType |
Definition at line 61 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::TransformParametersType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformParametersType |
Definition at line 60 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::TransformPointer itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer |
Definition at line 59 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::TransformType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformType |
Definition at line 58 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
|
inlineprotected |
Constructor is protected to ensure that New()
function is used to create instances.
Definition at line 83 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
|
inlineprotectedvirtual |
Constructor is protected to ensure that New()
function is used to create instances.
Definition at line 84 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
|
private |
|
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.
|
overrideprotectedvirtual |
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 |
|
private |
Returns the variance in the x-direction.
|
private |
Returns the variance in the y-direction.