#include <mitkMeanSquaresMetric.h>
Inherits mitkMetric.
Inheritance diagram for mitkMeanSquaresMetric:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
mitkMeanSquaresMetric () | |
virtual bool | GetSimilarity (const VectorParameterType ¶meters, ScalarParameterType &similarity) |
virtual bool | GetSimilarityAndDerivative (const VectorParameterType ¶meters, ScalarParameterType &similarity, VectorParameterType &derivative) |
mitkMeanSquaresMetric computes the sum of squared differenced between pixels in the moving image and pixels in the fixed image. The 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.
|
Constructor. |
|
Get Similarity between regions of two volumes.
Reimplemented from mitkMetric. |
|
Get Similarity And Gradient Value between regions of two volumes.
Reimplemented from mitkMetric. |
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkMetric. |