Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxSumOfPairwiseCorrelationCoefficientsMetric.h>
Compute the sum of correlation coefficients between images in the slowest varying dimension in the moving image.
This metric is based on the AdvancedImageToImageMetric. It is templated over the type of the fixed and moving images to be compared.
This metric computes the sum of variances over the slowest varying dimension in the moving image. The spatial positions of the moving image are established through a Transform. Pixel values are taken from the Moving image.
This implementation is based on the AdvancedImageToImageMetric, which means that:
SampleLastDimensionRandomly: randomly sample a number of time points to to compute the variance from. When set to "false", all time points are taken into account. When set to "true", a random number of time points is selected, which can be set with parameter NumSamplesLastDimension.
NumSamplesLastDimension: the number of random samples to take in the time time direction of the data when SampleLastDimensionRandomly is set to true.
SubtractMean: subtract the over time computed mean parameter value from each parameter. This should be used when registration is performed directly on the moving image, without using a fixed image. Possible values are "true" or "false".
Definition at line 63 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::SumOfPairwiseCorrelationCoefficientsMetric< MetricBase< TElastix >::FixedImageType, MetricBase< TElastix >::MovingImageType > | |
static Pointer | New () |
Static Public Member Functions inherited from elastix::BaseComponent | |
static std::string | ConvertSecondsToDHMS (const double totalSeconds, const unsigned int precision) |
static void | InitializeElastixExecutable () |
static bool | IsElastixLibrary () |
Protected Member Functions | |
SumOfPairwiseCorrelationCoefficientsMetric () | |
~SumOfPairwiseCorrelationCoefficientsMetric () override | |
Protected Member Functions inherited from itk::SumOfPairwiseCorrelationCoefficientsMetric< MetricBase< TElastix >::FixedImageType, MetricBase< TElastix >::MovingImageType > | |
void | EvaluateTransformJacobianInnerProduct (const TransformJacobianType &jacobian, const MovingImageDerivativeType &movingImageDerivative, DerivativeType &imageJacobian) const override |
void | PrintSelf (std::ostream &os, Indent indent) const override |
SumOfPairwiseCorrelationCoefficientsMetric () | |
~SumOfPairwiseCorrelationCoefficientsMetric () override | |
Protected Member Functions inherited from itk::AdvancedImageToImageMetric< MetricBase< TElastix >::FixedImageType, MetricBase< TElastix >::MovingImageType > | |
AdvancedImageToImageMetric () | |
virtual void | AfterThreadedGetValue (MeasureType &value) const |
virtual void | AfterThreadedGetValueAndDerivative (MeasureType &value, DerivativeType &derivative) const |
virtual void | CheckForAdvancedTransform (void) |
virtual void | CheckForBSplineInterpolator (void) |
virtual void | CheckForBSplineTransform (void) const |
virtual void | CheckNumberOfSamples (unsigned long wanted, unsigned long found) const |
virtual bool | EvaluateMovingImageValueAndDerivative (const MovingImagePointType &mappedPoint, RealType &movingImageValue, MovingImageDerivativeType *gradient) const |
virtual bool | EvaluateTransformJacobian (const FixedImagePointType &fixedImagePoint, TransformJacobianType &jacobian, NonZeroJacobianIndicesType &nzji) const |
virtual void | EvaluateTransformJacobianInnerProduct (const TransformJacobianType &jacobian, const MovingImageDerivativeType &movingImageDerivative, DerivativeType &imageJacobian) const |
virtual void | InitializeImageSampler (void) |
virtual void | InitializeLimiters (void) |
virtual void | InitializeThreadingParameters (void) const |
virtual bool | IsInsideMovingMask (const MovingImagePointType &point) const |
itkAlignedTypedef (ITK_CACHE_LINE_ALIGNMENT, PaddedGetValueAndDerivativePerThreadStruct, AlignedGetValueAndDerivativePerThreadStruct) | |
itkAlignedTypedef (ITK_CACHE_LINE_ALIGNMENT, PaddedGetValuePerThreadStruct, AlignedGetValuePerThreadStruct) | |
itkPadStruct (ITK_CACHE_LINE_ALIGNMENT, GetValueAndDerivativePerThreadStruct, PaddedGetValueAndDerivativePerThreadStruct) | |
itkPadStruct (ITK_CACHE_LINE_ALIGNMENT, GetValuePerThreadStruct, PaddedGetValuePerThreadStruct) | |
void | LaunchGetValueAndDerivativeThreaderCallback (void) const |
void | LaunchGetValueThreaderCallback (void) const |
void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | SetUseFixedImageLimiter (bool _arg) |
virtual void | SetUseImageSampler (bool _arg) |
virtual void | SetUseMovingImageLimiter (bool _arg) |
virtual void | ThreadedGetValue (ThreadIdType threadID) |
virtual void | ThreadedGetValueAndDerivative (ThreadIdType threadID) |
virtual bool | TransformPoint (const FixedImagePointType &fixedImagePoint, MovingImagePointType &mappedPoint) const |
~AdvancedImageToImageMetric () override | |
Protected Member Functions inherited from elastix::MetricBase< TElastix > | |
virtual MeasureType | GetExactValue (const ParametersType ¶meters) |
MetricBase () | |
~MetricBase () override | |
Protected Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
BaseComponentSE ()=default | |
~BaseComponentSE () override=default | |
Protected Member Functions inherited from elastix::BaseComponent | |
BaseComponent ()=default | |
virtual | ~BaseComponent ()=default |
Private Member Functions | |
void | operator= (const Self &) |
SumOfPairwiseCorrelationCoefficientsMetric (const Self &) | |
typedef itk::AdvancedBSplineDeformableTransformBase< ScalarType, FixedImageDimension > elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::BSplineTransformBaseType |
Typedef's for the B-spline transform.
Definition at line 159 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef itk::AdvancedCombinationTransform< ScalarType, FixedImageDimension > elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::CombinationTransformType |
Definition at line 161 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass2::ConfigurationPointer elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::ConfigurationPointer |
Definition at line 152 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass2::ConfigurationType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::ConfigurationType |
Definition at line 151 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef itk::SmartPointer< const Self > elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::ConstPointer |
Definition at line 78 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::CoordinateRepresentationType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::CoordinateRepresentationType |
Typedefs from the superclass.
Definition at line 94 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::DerivativeType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::DerivativeType |
Definition at line 122 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass2::ElastixPointer elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::ElastixPointer |
Definition at line 150 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass2::ElastixType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::ElastixType |
Typedef's inherited from Elastix.
Definition at line 149 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::FixedImageConstPointer elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::FixedImageConstPointer |
Definition at line 100 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::FixedImageLimiterOutputType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::FixedImageLimiterOutputType |
Definition at line 134 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::FixedImageLimiterType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::FixedImageLimiterType |
Definition at line 131 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::FixedImageMaskPointer elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::FixedImageMaskPointer |
Definition at line 118 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::FixedImageMaskType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::FixedImageMaskType |
Definition at line 117 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::FixedImagePixelType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::FixedImagePixelType |
Definition at line 124 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::FixedImageRegionType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::FixedImageRegionType |
Definition at line 101 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::FixedImageSizeType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::FixedImageSizeType |
Definition at line 102 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::FixedImageType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::FixedImageType |
Definition at line 99 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::GradientImageFilterPointer elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::GradientImageFilterPointer |
Definition at line 116 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::GradientImageFilterType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::GradientImageFilterType |
Definition at line 115 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::GradientImagePointer elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::GradientImagePointer |
Definition at line 114 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::GradientImageType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::GradientImageType |
Definition at line 113 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::GradientPixelType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::GradientPixelType |
Definition at line 112 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::ImageSampleContainerPointer elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::ImageSampleContainerPointer |
Definition at line 130 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::ImageSampleContainerType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::ImageSampleContainerType |
Definition at line 128 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::ImageSamplerPointer elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::ImageSamplerPointer |
Definition at line 127 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::ImageSamplerType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::ImageSamplerType |
Definition at line 126 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::InputPointType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::InputPointType |
Definition at line 105 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::InterpolatorPointer elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::InterpolatorPointer |
Definition at line 110 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::InterpolatorType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::InterpolatorType |
Definition at line 109 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass2::ITKBaseType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::ITKBaseType |
Definition at line 155 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::MeasureType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::MeasureType |
Definition at line 121 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::MovingImageConstPointer elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::MovingImageConstPointer |
Definition at line 98 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::MovingImageDerivativeScalesType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::MovingImageDerivativeScalesType |
Definition at line 138 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::MovingImageLimiterOutputType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::MovingImageLimiterOutputType |
Definition at line 136 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::MovingImageLimiterType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::MovingImageLimiterType |
Definition at line 132 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::MovingImageMaskPointer elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::MovingImageMaskPointer |
Definition at line 120 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::MovingImageMaskType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::MovingImageMaskType |
Definition at line 119 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::MovingImagePixelType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::MovingImagePixelType |
Definition at line 97 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::MovingImageRegionType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::MovingImageRegionType |
Definition at line 125 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::MovingImageType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::MovingImageType |
Definition at line 96 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::OutputPointType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::OutputPointType |
Definition at line 106 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::ParametersType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::ParametersType |
Definition at line 123 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef itk::SmartPointer< Self > elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::Pointer |
Definition at line 77 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::RealType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::RealType |
Definition at line 111 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef itk::AdvancedBSplineDeformableTransformBase< ScalarType, FixedImageDimension - 1 > elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::ReducedDimensionBSplineTransformBaseType |
Definition at line 165 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass2::RegistrationPointer elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::RegistrationPointer |
Definition at line 154 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass2::RegistrationType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::RegistrationType |
Definition at line 153 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::ScalarType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::ScalarType |
Definition at line 95 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef SumOfPairwiseCorrelationCoefficientsMetric elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::Self |
Standard ITK-stuff.
Definition at line 72 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef itk::StackTransform< ScalarType, FixedImageDimension, MovingImageDimension > elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::StackTransformType |
Definition at line 163 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef itk::SumOfPairwiseCorrelationCoefficientsMetric< typename MetricBase< TElastix >::FixedImageType, typename MetricBase< TElastix >::MovingImageType > elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::Superclass1 |
Definition at line 75 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef MetricBase< TElastix > elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::Superclass2 |
Definition at line 76 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::TransformJacobianType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::TransformJacobianType |
Definition at line 108 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::TransformParametersType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::TransformParametersType |
Definition at line 107 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::TransformPointer elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::TransformPointer |
Definition at line 104 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
typedef Superclass1::TransformType elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::TransformType |
Definition at line 103 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
|
inlineprotected |
The constructor.
Definition at line 182 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
|
inlineoverrideprotected |
The destructor.
Definition at line 185 of file elxSumOfPairwiseCorrelationCoefficientsMetric.h.
|
private |
The private constructor.
|
overridevirtual |
Do some things before each resolution:
Reimplemented from elastix::BaseComponent.
elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::elxClassNameMacro | ( | "SumOfPairwiseCorrelationCoefficientsMetric< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific metric.
example: (Metric "SumOfPairwiseCorrelationCoefficientsMetric")
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::MetricBase< TElastix >.
|
override |
Sets up a timer to measure the initialization time and calls the Superclass' implementation.
elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::itkStaticConstMacro | ( | FixedImageDimension | , |
unsigned int | , | ||
FixedImageType::ImageDimension | |||
) |
The fixed image dimension.
elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >::itkStaticConstMacro | ( | MovingImageDimension | , |
unsigned int | , | ||
MovingImageType::ImageDimension | |||
) |
The moving image dimension.
|
static |
Method for creation through the object factory.
|
private |
The private copy constructor.
Generated on 1667476801 for elastix by 1.9.4 |