ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkMeanSquaresImageToImageMetric.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | MovingImageDimension = MovingImageType::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageMetric< TFixedImage, TMovingImage > | |
static const unsigned int | FixedImageDimension = TFixedImage::ImageDimension |
Private Member Functions | |
bool | GetValueAndDerivativeThreadProcessSample (ThreadIdType threadID, SizeValueType fixedImageSample, const MovingImagePointType &mappedPoint, double movingImageValue, const ImageDerivativesType &movingImageGradientValue) const |
bool | GetValueThreadProcessSample (ThreadIdType threadID, SizeValueType fixedImageSample, const MovingImagePointType &mappedPoint, double movingImageValue) const |
MeanSquaresImageToImageMetric (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
MeasureType * | m_ThreaderMSE |
DerivativeType * | m_ThreaderMSEDerivatives |
TODO.
Definition at line 39 of file itkMeanSquaresImageToImageMetric.h.
typedef SmartPointer< const Self > itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 48 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::CoordinateRepresentationType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::CoordinateRepresentationType |
Type used for representing point components
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 69 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::DerivativeType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType |
Type of the derivative.
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 62 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::FixedImageConstPointer itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 67 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::FixedImagePointType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::FixedImagePointType |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 76 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::FixedImageSampleContainer itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSampleContainer |
FixedImageSamplePoint typedef support.
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 70 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::FixedImageType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType |
Type of the fixed Image.
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 64 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::ImageDerivativesType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::ImageDerivativesType |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 71 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::IndexValueType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::IndexValueType |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 73 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::InterpolatorType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::InterpolatorType |
Type of the Interpolator Base class
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 60 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::MeasureType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::MeasureType |
Type of the measure.
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 61 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::MovingImageConstPointer itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 68 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::MovingImagePointType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::MovingImagePointType |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 66 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::MovingImageType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType |
Type of the moving Image.
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 65 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::ParametersType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::ParametersType |
Type of the parameters.
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 63 of file itkMeanSquaresImageToImageMetric.h.
typedef SmartPointer< Self > itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::Pointer |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 47 of file itkMeanSquaresImageToImageMetric.h.
typedef MeanSquaresImageToImageMetric itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::Self |
Standard class typedefs.
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 45 of file itkMeanSquaresImageToImageMetric.h.
typedef ImageToImageMetric< TFixedImage, TMovingImage > itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::Superclass |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 46 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::TransformJacobianType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 59 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::TransformPointer itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 58 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::TransformType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::TransformType |
Types inherited from Superclass.
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 54 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::WeightsValueType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::WeightsValueType |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 72 of file itkMeanSquaresImageToImageMetric.h.
|
protected |
|
protectedvirtual |
|
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 |
Get the derivatives of the match measure.
Implements itk::SingleValuedCostFunction.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
|
virtual |
Get the value.
Implements itk::SingleValuedCostFunction.
void itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivative | ( | const ParametersType & | parameters, |
MeasureType & | Value, | ||
DerivativeType & | Derivative | ||
) | const |
Get the value and derivatives for single valued optimizers.
|
inlineprivatevirtual |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
|
inlineprivatevirtual |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
|
virtual |
Initialize the Metric by (1) making sure that all the components are present and plugged together correctly, (2) uniformly select NumberOfSpatialSamples within the FixedImageRegion, and (3) allocate memory for pdf data structures.
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
|
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 |
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 >.
|
private |
Definition at line 129 of file itkMeanSquaresImageToImageMetric.h.
|
private |
Definition at line 130 of file itkMeanSquaresImageToImageMetric.h.
|
static |
The moving image dimension.
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 80 of file itkMeanSquaresImageToImageMetric.h.