#include <itkMeanReciprocalSquareDifferenceImageToImageMetric.h>
Inheritance diagram for itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >:
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.
|
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 56 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h. |
|
Type of the derivative. Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 72 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h. |
|
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 75 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h. |
|
Type of the fixed Image. Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 73 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h. |
|
Type of the measure. Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 71 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h. |
|
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 76 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h. |
|
Type of the moving Image. Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 74 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h. |
|
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 55 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 52 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h. Referenced by itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::~MeanReciprocalSquareDifferenceImageToImageMetric(). |
|
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 53 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h. |
|
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 69 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h. |
|
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 68 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h. |
|
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 67 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h. |
|
Types transferred from the base class Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 66 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h. |
|
|
|
Definition at line 105 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h. References itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::Self. |
|
Set/Get Delta value. This value is used as the differential in the computation of the metric derivative using the finite differences method. |
|
Get the derivatives of the match measure. |
|
Set/Get Lambda value. This factor regulates the capture radius of this metric |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. |
|
Get the value for single valued optimizers. |
|
Get value and derivatives for multiple valued optimizers. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
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 >. |
|
Set/Get Delta value. This value is used as the differential in the computation of the metric derivative using the finite differences method. |
|
Set/Get Lambda value. This factor regulates the capture radius of this metric |