ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkCorrelationCoefficientHistogramImageToImageMetric.h>
Static Public Member Functions | |
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 |
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.
typedef SmartPointer< const Self > itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 47 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::DerivativeType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType |
Type of the derivative.
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 65 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::FixedImageConstPointer itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 68 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::FixedImageType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType |
Type of the fixed Image.
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 66 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::GradientPixelType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::GradientPixelType |
Gaussian filter to compute the gradient of the Moving Image
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
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 |
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 71 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::MeasureType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::MeasureType |
Type of the measure.
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 64 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::MovingImageConstPointer itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 69 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::MovingImageType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType |
Type of the moving Image.
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 67 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef SmartPointer< Self > itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::Pointer |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 46 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::RealType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::RealType |
Types transferred from the base class
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 54 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef CorrelationCoefficientHistogramImageToImageMetric itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::Self |
Standard class typedefs.
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 44 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef HistogramImageToImageMetric< TFixedImage, TMovingImage > itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::Superclass |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 45 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::TransformJacobianType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 61 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::TransformParametersType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformParametersType |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 60 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::TransformPointer itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 59 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
typedef Superclass::TransformType itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformType |
Type of the Transform Base class
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
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 82 of file itkCorrelationCoefficientHistogramImageToImageMetric.h.
|
inlineprotectedvirtual |
Constructor is protected to ensure that New()
function is used to create instances.
Definition at line 83 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.
|
protectedvirtual |
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.
Reimplemented from itk::Object.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
|
private |
Returns the variance in the x-direction.
|
private |
Returns the variance in the y-direction.