ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkMeanSquaresImageToImageMetric.h>
TODO.
Definition at line 39 of file itkMeanSquaresImageToImageMetric.h.
Classes | |
struct | PerThreadS |
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 | MovingImageDimension = TMovingImage::ImageDimension |
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 |
itkAlignedTypedef (64, PerThreadS, AlignedPerThreadType) | |
MeanSquaresImageToImageMetric (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
AlignedPerThreadType * | m_PerThread |
typedef SmartPointer< const Self > itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer |
Definition at line 48 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::CoordinateRepresentationType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::CoordinateRepresentationType |
Definition at line 69 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::DerivativeType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType |
Definition at line 62 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::FixedImageConstPointer itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer |
Definition at line 67 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::FixedImagePointType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::FixedImagePointType |
Definition at line 76 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::FixedImageSampleContainer itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSampleContainer |
Definition at line 70 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::FixedImageType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType |
Definition at line 64 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::ImageDerivativesType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::ImageDerivativesType |
Definition at line 71 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::IndexValueType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::IndexValueType |
Definition at line 73 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::InterpolatorType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::InterpolatorType |
Definition at line 60 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::MeasureType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::MeasureType |
Definition at line 61 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::MovingImageConstPointer itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer |
Definition at line 68 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::MovingImagePointType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::MovingImagePointType |
Definition at line 66 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::MovingImageType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType |
Definition at line 65 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::ParametersType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::ParametersType |
Definition at line 63 of file itkMeanSquaresImageToImageMetric.h.
typedef SmartPointer< Self > itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::Pointer |
Definition at line 47 of file itkMeanSquaresImageToImageMetric.h.
typedef MeanSquaresImageToImageMetric itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::Self |
Standard class typedefs.
Definition at line 45 of file itkMeanSquaresImageToImageMetric.h.
typedef ImageToImageMetric< TFixedImage, TMovingImage > itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::Superclass |
Definition at line 46 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::TransformJacobianType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType |
Definition at line 59 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::TransformPointer itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer |
Definition at line 58 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::TransformType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::TransformType |
Types inherited from Superclass.
Definition at line 54 of file itkMeanSquaresImageToImageMetric.h.
typedef Superclass::WeightsValueType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::WeightsValueType |
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.
|
virtual |
Get the value and derivatives for single valued optimizers.
Reimplemented from itk::SingleValuedCostFunction.
|
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 >.
|
private |
|
static |
Method for creation through the object factory.
|
private |
|
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 137 of file itkMeanSquaresImageToImageMetric.h.
|
static |
The moving image dimension.
Definition at line 80 of file itkMeanSquaresImageToImageMetric.h.