Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxAdvancedMeanSquaresMetric.h>
An metric based on the itk::AdvancedMeanSquaresImageToImageMetric.
The parameters used in this class are:
Metric: Select this metric as follows:
(Metric "AdvancedMeanSquares")
UseNormalization: Bool to use normalization or not.
If true, the MeanSquares is divided by a factor (range/10)^2, where range represents the maximum gray value range of the images.
(UseNormalization "true")
The default value is false.
Definition at line 45 of file elxAdvancedMeanSquaresMetric.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::AdvancedMeanSquaresImageToImageMetric< 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 | |
AdvancedMeanSquaresMetric () | |
~AdvancedMeanSquaresMetric () override | |
Protected Member Functions inherited from itk::AdvancedMeanSquaresImageToImageMetric< MetricBase< TElastix >::FixedImageType, MetricBase< TElastix >::MovingImageType > | |
AdvancedMeanSquaresImageToImageMetric () | |
void | AfterThreadedGetValue (MeasureType &value) const override |
void | AfterThreadedGetValueAndDerivative (MeasureType &value, DerivativeType &derivative) const override |
void | PrintSelf (std::ostream &os, Indent indent) const override |
void | ThreadedGetValue (ThreadIdType threadID) override |
void | ThreadedGetValueAndDerivative (ThreadIdType threadID) override |
void | UpdateSelfHessianTerms (const DerivativeType &imageJacobian, const NonZeroJacobianIndicesType &nzji, HessianType &H) const |
void | UpdateValueAndDerivativeTerms (const RealType fixedImageValue, const RealType movingImageValue, const DerivativeType &imageJacobian, const NonZeroJacobianIndicesType &nzji, MeasureType &measure, DerivativeType &deriv) const |
~AdvancedMeanSquaresImageToImageMetric () 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 | |
AdvancedMeanSquaresMetric (const Self &) | |
void | operator= (const Self &) |
typedef Superclass2::ConfigurationPointer elastix::AdvancedMeanSquaresMetric< TElastix >::ConfigurationPointer |
Definition at line 133 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass2::ConfigurationType elastix::AdvancedMeanSquaresMetric< TElastix >::ConfigurationType |
Definition at line 132 of file elxAdvancedMeanSquaresMetric.h.
typedef itk::SmartPointer< const Self > elastix::AdvancedMeanSquaresMetric< TElastix >::ConstPointer |
Definition at line 61 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::CoordinateRepresentationType elastix::AdvancedMeanSquaresMetric< TElastix >::CoordinateRepresentationType |
Typedefs from the superclass.
Definition at line 77 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::DerivativeType elastix::AdvancedMeanSquaresMetric< TElastix >::DerivativeType |
Definition at line 103 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass2::ElastixPointer elastix::AdvancedMeanSquaresMetric< TElastix >::ElastixPointer |
Definition at line 131 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass2::ElastixType elastix::AdvancedMeanSquaresMetric< TElastix >::ElastixType |
Typedef's inherited from Elastix.
Definition at line 130 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::FixedImageConstPointer elastix::AdvancedMeanSquaresMetric< TElastix >::FixedImageConstPointer |
Definition at line 82 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::FixedImageLimiterOutputType elastix::AdvancedMeanSquaresMetric< TElastix >::FixedImageLimiterOutputType |
Definition at line 115 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::FixedImageLimiterType elastix::AdvancedMeanSquaresMetric< TElastix >::FixedImageLimiterType |
Definition at line 112 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::FixedImageMaskPointer elastix::AdvancedMeanSquaresMetric< TElastix >::FixedImageMaskPointer |
Definition at line 99 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::FixedImageMaskType elastix::AdvancedMeanSquaresMetric< TElastix >::FixedImageMaskType |
Definition at line 98 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::FixedImagePixelType elastix::AdvancedMeanSquaresMetric< TElastix >::FixedImagePixelType |
Definition at line 105 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::FixedImageRegionType elastix::AdvancedMeanSquaresMetric< TElastix >::FixedImageRegionType |
Definition at line 83 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::FixedImageType elastix::AdvancedMeanSquaresMetric< TElastix >::FixedImageType |
Definition at line 81 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::GradientImageFilterPointer elastix::AdvancedMeanSquaresMetric< TElastix >::GradientImageFilterPointer |
Definition at line 97 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::GradientImageFilterType elastix::AdvancedMeanSquaresMetric< TElastix >::GradientImageFilterType |
Definition at line 96 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::GradientImagePointer elastix::AdvancedMeanSquaresMetric< TElastix >::GradientImagePointer |
Definition at line 95 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::GradientImageType elastix::AdvancedMeanSquaresMetric< TElastix >::GradientImageType |
Definition at line 94 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::GradientPixelType elastix::AdvancedMeanSquaresMetric< TElastix >::GradientPixelType |
Definition at line 93 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::ImageSampleContainerPointer elastix::AdvancedMeanSquaresMetric< TElastix >::ImageSampleContainerPointer |
Definition at line 111 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::ImageSampleContainerType elastix::AdvancedMeanSquaresMetric< TElastix >::ImageSampleContainerType |
Definition at line 109 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::ImageSamplerPointer elastix::AdvancedMeanSquaresMetric< TElastix >::ImageSamplerPointer |
Definition at line 108 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::ImageSamplerType elastix::AdvancedMeanSquaresMetric< TElastix >::ImageSamplerType |
Definition at line 107 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::InputPointType elastix::AdvancedMeanSquaresMetric< TElastix >::InputPointType |
Definition at line 86 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::InterpolatorPointer elastix::AdvancedMeanSquaresMetric< TElastix >::InterpolatorPointer |
Definition at line 91 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::InterpolatorType elastix::AdvancedMeanSquaresMetric< TElastix >::InterpolatorType |
Definition at line 90 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass2::ITKBaseType elastix::AdvancedMeanSquaresMetric< TElastix >::ITKBaseType |
Definition at line 136 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::MeasureType elastix::AdvancedMeanSquaresMetric< TElastix >::MeasureType |
Definition at line 102 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::MovingImageConstPointer elastix::AdvancedMeanSquaresMetric< TElastix >::MovingImageConstPointer |
Definition at line 80 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::MovingImageDerivativeScalesType elastix::AdvancedMeanSquaresMetric< TElastix >::MovingImageDerivativeScalesType |
Definition at line 119 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::MovingImageLimiterOutputType elastix::AdvancedMeanSquaresMetric< TElastix >::MovingImageLimiterOutputType |
Definition at line 117 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::MovingImageLimiterType elastix::AdvancedMeanSquaresMetric< TElastix >::MovingImageLimiterType |
Definition at line 113 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::MovingImageMaskPointer elastix::AdvancedMeanSquaresMetric< TElastix >::MovingImageMaskPointer |
Definition at line 101 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::MovingImageMaskType elastix::AdvancedMeanSquaresMetric< TElastix >::MovingImageMaskType |
Definition at line 100 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::MovingImagePixelType elastix::AdvancedMeanSquaresMetric< TElastix >::MovingImagePixelType |
Definition at line 79 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::MovingImageRegionType elastix::AdvancedMeanSquaresMetric< TElastix >::MovingImageRegionType |
Definition at line 106 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::MovingImageType elastix::AdvancedMeanSquaresMetric< TElastix >::MovingImageType |
Definition at line 78 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::OutputPointType elastix::AdvancedMeanSquaresMetric< TElastix >::OutputPointType |
Definition at line 87 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::ParametersType elastix::AdvancedMeanSquaresMetric< TElastix >::ParametersType |
Definition at line 104 of file elxAdvancedMeanSquaresMetric.h.
typedef itk::SmartPointer< Self > elastix::AdvancedMeanSquaresMetric< TElastix >::Pointer |
Definition at line 60 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::RealType elastix::AdvancedMeanSquaresMetric< TElastix >::RealType |
Definition at line 92 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass2::RegistrationPointer elastix::AdvancedMeanSquaresMetric< TElastix >::RegistrationPointer |
Definition at line 135 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass2::RegistrationType elastix::AdvancedMeanSquaresMetric< TElastix >::RegistrationType |
Definition at line 134 of file elxAdvancedMeanSquaresMetric.h.
typedef AdvancedMeanSquaresMetric elastix::AdvancedMeanSquaresMetric< TElastix >::Self |
Standard ITK-stuff.
Definition at line 55 of file elxAdvancedMeanSquaresMetric.h.
typedef itk::AdvancedMeanSquaresImageToImageMetric< typename MetricBase< TElastix >::FixedImageType, typename MetricBase< TElastix >::MovingImageType > elastix::AdvancedMeanSquaresMetric< TElastix >::Superclass1 |
Definition at line 58 of file elxAdvancedMeanSquaresMetric.h.
typedef MetricBase< TElastix > elastix::AdvancedMeanSquaresMetric< TElastix >::Superclass2 |
Definition at line 59 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::TransformJacobianType elastix::AdvancedMeanSquaresMetric< TElastix >::TransformJacobianType |
Definition at line 89 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::TransformParametersType elastix::AdvancedMeanSquaresMetric< TElastix >::TransformParametersType |
Definition at line 88 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::TransformPointer elastix::AdvancedMeanSquaresMetric< TElastix >::TransformPointer |
Definition at line 85 of file elxAdvancedMeanSquaresMetric.h.
typedef Superclass1::TransformType elastix::AdvancedMeanSquaresMetric< TElastix >::TransformType |
Definition at line 84 of file elxAdvancedMeanSquaresMetric.h.
|
inlineprotected |
The constructor.
Definition at line 153 of file elxAdvancedMeanSquaresMetric.h.
|
inlineoverrideprotected |
The destructor.
Definition at line 155 of file elxAdvancedMeanSquaresMetric.h.
|
private |
The private constructor.
|
overridevirtual |
Do some things before each resolution:
Reimplemented from elastix::BaseComponent.
elastix::AdvancedMeanSquaresMetric< TElastix >::elxClassNameMacro | ( | "AdvancedMeanSquares" | ) |
Name of this class. Use this name in the parameter file to select this specific metric.
example: (Metric "AdvancedMeanSquares")
|
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::AdvancedMeanSquaresMetric< TElastix >::itkStaticConstMacro | ( | FixedImageDimension | , |
unsigned int | , | ||
FixedImageType::ImageDimension | |||
) |
The fixed image dimension.
elastix::AdvancedMeanSquaresMetric< 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 |