ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkMeanReciprocalSquareDifferenceImageToImageMetric.h>
Computes similarity between two objects to be registered.
This Class is templated over the type of the Images to be compared and over the type of transformation and Iterpolator to be used.
This metric computes the sum of squared differences between pixels in the moving image and pixels in the fixed image after passing the squared difference through a function of type .
Spatial correspondance between both images is established through a Transform. Pixel values are taken from the Moving image. Their positions are mapped to the Fixed image and result in general in non-grid position on it. Values at these non-grid position of the Fixed image are interpolated using a user-selected Interpolator.
Definition at line 46 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
Static Public Member Functions | |
static Pointer | New () |
Private Member Functions | |
MeanReciprocalSquareDifferenceImageToImageMetric (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
double | m_Delta |
double | m_Lambda |
typedef SmartPointer< const Self > itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer |
Definition at line 55 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::DerivativeType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType |
Definition at line 72 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::FixedImageConstPointer itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer |
Definition at line 75 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::FixedImageType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType |
Definition at line 73 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::InputPointType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::InputPointType |
Definition at line 68 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::MeasureType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MeasureType |
Definition at line 71 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::MovingImageConstPointer itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer |
Definition at line 76 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::MovingImageType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType |
Definition at line 74 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::OutputPointType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::OutputPointType |
Definition at line 69 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef SmartPointer< Self > itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::Pointer |
Definition at line 54 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef MeanReciprocalSquareDifferenceImageToImageMetric itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::Self |
Standard class typedefs.
Definition at line 52 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef ImageToImageMetric< TFixedImage, TMovingImage > itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::Superclass |
Definition at line 53 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::TransformJacobianType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType |
Definition at line 67 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::TransformParametersType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformParametersType |
Definition at line 66 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::TransformPointer itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer |
Definition at line 65 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::TransformType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformType |
Types transferred from the base class
Definition at line 61 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 103 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.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.
|
virtual |
Set/Get Delta value. This value is used as the differential in the computation of the metric derivative using the finite differences method.
void itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetDerivative | ( | const TransformParametersType & | parameters, |
DerivativeType & | derivative | ||
) | const |
Get the derivatives of the match measure.
|
virtual |
Set/Get Lambda value. This factor regulates the capture radius of this metric
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
MeasureType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetValue | ( | const TransformParametersType & | parameters | ) | const |
Get the value for single valued optimizers.
void itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivative | ( | const TransformParametersType & | parameters, |
MeasureType & | Value, | ||
DerivativeType & | derivative | ||
) | const |
Get value and derivatives for multiple valued optimizers.
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
|
virtual |
Set/Get Delta value. This value is used as the differential in the computation of the metric derivative using the finite differences method.
|
virtual |
Set/Get Lambda value. This factor regulates the capture radius of this metric
|
private |
Definition at line 115 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
|
private |
Definition at line 114 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.