#include <itkNormalizedCorrelationPointSetToImageMetric.h>
Public Types | |
typedef NormalizedCorrelationPointSetToImageMetric | Self |
typedef double | MeasureType |
typedef CovariantVector< MeasureType, itkGetStaticConstMacro(SpaceDimension) | DerivativeType ) |
typedef SimilarityRegistrationMetric< TTarget, TMapper, MeasureType, DerivativeType > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TMapper | MapperType |
typedef MapperType::DomainType | ReferenceType |
typedef TTarget | TargetType |
typedef ReferenceType::ConstPointer | ReferenceConstPointer |
typedef TargetType::ConstPointer | TargetConstPointer |
typedef MapperType::Pointer | MapperPointer |
typedef TMapper::ParametersType | ParametersType |
Public Methods | |
virtual const char * | GetClassName () const |
const DerivativeType & | GetDerivative (const ParametersType ¶meters) |
MeasureType | GetValue (const ParametersType ¶meters) |
void | GetValueAndDerivative (const ParametersType ¶meters, MeasureType &Value, DerivativeType &Derivative) |
itkStaticConstMacro (SpaceDimension, unsigned int, TMapper::SpaceDimension) | |
itkStaticConstMacro (RangeDimension, unsigned int, 9) | |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
NormalizedCorrelationPointSetToImageMetric () | |
virtual | ~NormalizedCorrelationPointSetToImageMetric () |
This Class is templated over the type of the objects to be registered and over the type of transformation to be used.
SmartPointer to this three objects are received, and using them, this class computes a value(s) that measures the similarity of the target against the reference object once the transformation is applied to it.
Definition at line 41 of file itkNormalizedCorrelationPointSetToImageMetric.h.
|
Definition at line 61 of file itkNormalizedCorrelationPointSetToImageMetric.h. |
|
Definition at line 56 of file itkNormalizedCorrelationPointSetToImageMetric.h. |
|
Pointer type for the mapper. Definition at line 85 of file itkNormalizedCorrelationPointSetToImageMetric.h. |
|
Type of the mapper. Definition at line 70 of file itkNormalizedCorrelationPointSetToImageMetric.h. |
|
Definition at line 55 of file itkNormalizedCorrelationPointSetToImageMetric.h. |
|
Parameters type. Definition at line 88 of file itkNormalizedCorrelationPointSetToImageMetric.h. |
|
Definition at line 60 of file itkNormalizedCorrelationPointSetToImageMetric.h. |
|
Pointer type for the reference. Definition at line 79 of file itkNormalizedCorrelationPointSetToImageMetric.h. |
|
Type of the reference. Definition at line 73 of file itkNormalizedCorrelationPointSetToImageMetric.h. |
|
Standard class typedefs. Definition at line 54 of file itkNormalizedCorrelationPointSetToImageMetric.h. |
|
Definition at line 59 of file itkNormalizedCorrelationPointSetToImageMetric.h. |
|
Pointer type for the target. Definition at line 82 of file itkNormalizedCorrelationPointSetToImageMetric.h. |
|
Type of the target. Definition at line 76 of file itkNormalizedCorrelationPointSetToImageMetric.h. |
|
|
|
Definition at line 102 of file itkNormalizedCorrelationPointSetToImageMetric.h. |
|
Run-time type information (and related methods). |
|
Get the derivatives of the match measure. |
|
Get the value for single valued optimizers. |
|
Get the value and derivatives for multiple valued optimizers. |
|
Space dimension is the dimension of parameters space. |
|
Space dimension is the dimension of parameters space. |
|
Method for creation through the object factory. |