ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkMeanReciprocalSquareDifferenceImageToImageMetric.h>
Private Member Functions | |
MeanReciprocalSquareDifferenceImageToImageMetric (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
double | m_Delta |
double | m_Lambda |
virtual double | GetDelta () const |
virtual void | SetDelta (double _arg) |
MeanReciprocalSquareDifferenceImageToImageMetric () | |
virtual | ~MeanReciprocalSquareDifferenceImageToImageMetric () |
void | PrintSelf (std::ostream &os, Indent indent) const |
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.
typedef SmartPointer< const Self > itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 55 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::DerivativeType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType |
Type of the derivative.
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 72 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::FixedImageConstPointer itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 75 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::FixedImageType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType |
Type of the fixed Image.
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 73 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::InputPointType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::InputPointType |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 68 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::MeasureType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MeasureType |
Type of the measure.
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 71 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::MovingImageConstPointer itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 76 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::MovingImageType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType |
Type of the moving Image.
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 74 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::OutputPointType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::OutputPointType |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 69 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef SmartPointer< Self > itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::Pointer |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 54 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef MeanReciprocalSquareDifferenceImageToImageMetric itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::Self |
Standard class typedefs.
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 52 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef ImageToImageMetric< TFixedImage, TMovingImage > itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::Superclass |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 53 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::TransformJacobianType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 67 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::TransformParametersType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformParametersType |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 66 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::TransformPointer itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 65 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
typedef Superclass::TransformType itk::MeanReciprocalSquareDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformType |
Types transferred from the base class
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 61 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
|
protected |
Set/Get Delta value. This value is used as the differential in the computation of the metric derivative using the finite differences method.
|
inlineprotectedvirtual |
Set/Get Delta value. This value is used as the differential in the computation of the metric derivative using the finite differences method.
Definition at line 101 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.
Reimplemented from itk::Object.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
|
protectedvirtual |
Set/Get Delta value. This value is used as the differential in the computation of the metric derivative using the finite differences method.
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 114 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.
|
private |
Definition at line 113 of file itkMeanReciprocalSquareDifferenceImageToImageMetric.h.