#include <itkPointSetToImageMetric.h>
Inheritance diagram for itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >:
This Class is templated over the type of the input point-set and image. It expects a Transform and an Interpolator to be plugged in. This particular class is the base class for a hierarchy of similarity metrics.
This class computes a value that measures the similarity between the values associated with points in the point set and the transformed Moving image. The Interpolator is used to compute intensity values on non-grid positions resulting from mapping points through the Transform.
Definition at line 47 of file itkPointSetToImageMetric.h.
|
Reimplemented from itk::SingleValuedCostFunction. Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >. Definition at line 54 of file itkPointSetToImageMetric.h. |
|
Type used for representing point components Definition at line 57 of file itkPointSetToImageMetric.h. |
|
Type of the derivative. Reimplemented from itk::SingleValuedCostFunction. Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >. Definition at line 118 of file itkPointSetToImageMetric.h. |
|
|
Type of the fixed Image. Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >. Definition at line 68 of file itkPointSetToImageMetric.h. |
|
Gaussian filter to compute the gradient of the Moving Image Definition at line 108 of file itkPointSetToImageMetric.h. |
|
Gaussian filter to compute the gradient of the Moving Image Definition at line 107 of file itkPointSetToImageMetric.h. |
|
Gaussian filter to compute the gradient of the Moving Image Definition at line 104 of file itkPointSetToImageMetric.h. |
|
Gaussian filter to compute the gradient of the Moving Image Definition at line 103 of file itkPointSetToImageMetric.h. |
|
Gaussian filter to compute the gradient of the Moving Image Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >. Definition at line 101 of file itkPointSetToImageMetric.h. |
|
Definition at line 87 of file itkPointSetToImageMetric.h. |
|
Definition at line 112 of file itkPointSetToImageMetric.h. |
|
Type of the Interpolator Base class Definition at line 95 of file itkPointSetToImageMetric.h. |
|
Type of the measure. Reimplemented from itk::SingleValuedCostFunction. Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >. Definition at line 115 of file itkPointSetToImageMetric.h. |
|
|
Definition at line 64 of file itkPointSetToImageMetric.h. |
|
Type of the moving Image. Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >. Definition at line 63 of file itkPointSetToImageMetric.h. |
|
Definition at line 88 of file itkPointSetToImageMetric.h. |
|
Type of the parameters. Reimplemented from itk::SingleValuedCostFunction. Definition at line 121 of file itkPointSetToImageMetric.h. |
|
|
Reimplemented from itk::SingleValuedCostFunction. Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >. Definition at line 53 of file itkPointSetToImageMetric.h. |
|
|
Gaussian filter to compute the gradient of the Moving Image Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >. Definition at line 99 of file itkPointSetToImageMetric.h. |
|
Standard class typedefs. Reimplemented from itk::SingleValuedCostFunction. Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >. Definition at line 51 of file itkPointSetToImageMetric.h. |
|
Reimplemented from itk::SingleValuedCostFunction. Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >. Definition at line 52 of file itkPointSetToImageMetric.h. |
|
|
|
|
Type of the Transform Base class Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >. Definition at line 84 of file itkPointSetToImageMetric.h. |
|
|
|
Definition at line 177 of file itkPointSetToImageMetric.h. References itk::PointSetToImageMetric< TFixedPointSet, TMovingImage >::FixedPointSetConstPointer. |
|
Set/Get the flag for computing the image gradient. When ON the metric derivative is computed using the Jacobian of the transformation and the image gradient. When OFF the metric derivative is computed by finite differences. Mode ON results in higher speed at the price of large memory footprint. Mode OFF results in small memory footprint at the price of large computation time |
|
Get the Fixed Image. |
|
Get Gradient Image. |
|
Get a pointer to the Interpolator. |
|
Get the Moving Image. |
|
Run-time type information (and related methods). Reimplemented from itk::SingleValuedCostFunction. Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, itk::MeanSquaresPointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >. |
|
Return the number of parameters required by the Transform Implements itk::CostFunction. Definition at line 168 of file itkPointSetToImageMetric.h. |
|
Get the number of pixels considered in the computation. |
|
Get a pointer to the Transform. |
|
Initialize the Metric by making sure that all the components are present and plugged together correctly |
|
Constants for the image dimensions |
|
Constants for the image dimensions |
|
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::CostFunction. Reimplemented in itk::MeanReciprocalSquareDifferencePointSetToImageMetric< TFixedPointSet, TMovingImage >, and itk::NormalizedCorrelationPointSetToImageMetric< TFixedPointSet, TMovingImage >. |
|
Set/Get the flag for computing the image gradient. When ON the metric derivative is computed using the Jacobian of the transformation and the image gradient. When OFF the metric derivative is computed by finite differences. Mode ON results in higher speed at the price of large memory footprint. Mode OFF results in small memory footprint at the price of large computation time |
|
Connect the Fixed Image. |
|
Connect the Interpolator. |
|
Connect the Moving Image. |
|
Connect the Transform. |
|
Set the parameters defining the Transform. |
|
Definition at line 188 of file itkPointSetToImageMetric.h. |
|
Definition at line 182 of file itkPointSetToImageMetric.h. |
|
Definition at line 189 of file itkPointSetToImageMetric.h. |
|
Definition at line 186 of file itkPointSetToImageMetric.h. |
|
Definition at line 183 of file itkPointSetToImageMetric.h. |
|
Definition at line 180 of file itkPointSetToImageMetric.h. |
|
Definition at line 185 of file itkPointSetToImageMetric.h. |