Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxDistancePreservingRigidityPenaltyTerm.h>
A penalty term designed to preserve inter-voxel distances within rigid body regions.
For more information check the paper:
J. Kim, M. M. Matuszak, K. Saitou, and J. Balter, "Distance-preserving rigidity penalty on deformable image registration of multiple skeletal components in the neck" Medical Physics, vol. 40, no. 12, pp. 121907-1 - 121907-10, December 2013.
The parameters used in this class are:
(Metric "DistancePreservingRigidityPenalty")
(SegmentedImageName "BoneSegmentation.mhd")
Definition at line 64 of file elxDistancePreservingRigidityPenaltyTerm.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::DistancePreservingRigidityPenaltyTerm< MetricBase< TElastix >::FixedImageType, double > | |
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 | |
DistancePreservingRigidityPenalty () | |
~DistancePreservingRigidityPenalty () override | |
Protected Member Functions inherited from itk::DistancePreservingRigidityPenaltyTerm< MetricBase< TElastix >::FixedImageType, double > | |
DistancePreservingRigidityPenaltyTerm () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~DistancePreservingRigidityPenaltyTerm () override | |
Protected Member Functions inherited from itk::TransformPenaltyTerm< MetricBase< TElastix >::FixedImageType, double > | |
virtual bool | CheckForBSplineTransform2 (BSplineOrder3TransformPointer &bspline) const |
TransformPenaltyTerm () | |
~TransformPenaltyTerm () override | |
Protected Member Functions inherited from itk::AdvancedImageToImageMetric< MetricBase< TElastix >::FixedImageType, MetricBase< TElastix >::FixedImageType > | |
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 | |
DistancePreservingRigidityPenalty (const Self &) | |
void | operator= (const Self &) |
typedef Superclass1::CoefficientImageType elastix::DistancePreservingRigidityPenalty< TElastix >::CoefficientImageType |
Definition at line 129 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass2::ConfigurationPointer elastix::DistancePreservingRigidityPenalty< TElastix >::ConfigurationPointer |
Definition at line 142 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass2::ConfigurationType elastix::DistancePreservingRigidityPenalty< TElastix >::ConfigurationType |
Definition at line 141 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef itk::SmartPointer< const Self > elastix::DistancePreservingRigidityPenalty< TElastix >::ConstPointer |
Definition at line 76 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::CoordinateRepresentationType elastix::DistancePreservingRigidityPenalty< TElastix >::CoordinateRepresentationType |
Typedefs from the superclass.
Definition at line 91 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::DerivativeType elastix::DistancePreservingRigidityPenalty< TElastix >::DerivativeType |
Definition at line 117 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass2::ElastixPointer elastix::DistancePreservingRigidityPenalty< TElastix >::ElastixPointer |
Definition at line 140 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass2::ElastixType elastix::DistancePreservingRigidityPenalty< TElastix >::ElastixType |
Typedef's inherited from elastix.
Definition at line 139 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::FixedImageConstPointer elastix::DistancePreservingRigidityPenalty< TElastix >::FixedImageConstPointer |
Definition at line 96 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::FixedImageLimiterOutputType elastix::DistancePreservingRigidityPenalty< TElastix >::FixedImageLimiterOutputType |
Definition at line 127 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::FixedImageLimiterType elastix::DistancePreservingRigidityPenalty< TElastix >::FixedImageLimiterType |
Definition at line 125 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::FixedImageMaskPointer elastix::DistancePreservingRigidityPenalty< TElastix >::FixedImageMaskPointer |
Definition at line 113 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::FixedImageMaskType elastix::DistancePreservingRigidityPenalty< TElastix >::FixedImageMaskType |
Definition at line 112 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::FixedImagePixelType elastix::DistancePreservingRigidityPenalty< TElastix >::FixedImagePixelType |
Definition at line 119 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::FixedImageRegionType elastix::DistancePreservingRigidityPenalty< TElastix >::FixedImageRegionType |
Definition at line 97 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::FixedImageType elastix::DistancePreservingRigidityPenalty< TElastix >::FixedImageType |
Definition at line 95 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::GradientImageFilterPointer elastix::DistancePreservingRigidityPenalty< TElastix >::GradientImageFilterPointer |
Definition at line 111 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::GradientImageFilterType elastix::DistancePreservingRigidityPenalty< TElastix >::GradientImageFilterType |
Definition at line 110 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::GradientImagePointer elastix::DistancePreservingRigidityPenalty< TElastix >::GradientImagePointer |
Definition at line 109 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::GradientImageType elastix::DistancePreservingRigidityPenalty< TElastix >::GradientImageType |
Definition at line 108 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::GradientPixelType elastix::DistancePreservingRigidityPenalty< TElastix >::GradientPixelType |
Definition at line 107 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::ImageSampleContainerPointer elastix::DistancePreservingRigidityPenalty< TElastix >::ImageSampleContainerPointer |
Definition at line 124 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::ImageSampleContainerType elastix::DistancePreservingRigidityPenalty< TElastix >::ImageSampleContainerType |
Definition at line 123 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::ImageSamplerPointer elastix::DistancePreservingRigidityPenalty< TElastix >::ImageSamplerPointer |
Definition at line 122 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::ImageSamplerType elastix::DistancePreservingRigidityPenalty< TElastix >::ImageSamplerType |
Definition at line 121 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::InputPointType elastix::DistancePreservingRigidityPenalty< TElastix >::InputPointType |
Definition at line 100 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::InterpolatorPointer elastix::DistancePreservingRigidityPenalty< TElastix >::InterpolatorPointer |
Definition at line 105 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::InterpolatorType elastix::DistancePreservingRigidityPenalty< TElastix >::InterpolatorType |
Definition at line 104 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass2::ITKBaseType elastix::DistancePreservingRigidityPenalty< TElastix >::ITKBaseType |
Definition at line 145 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::MeasureType elastix::DistancePreservingRigidityPenalty< TElastix >::MeasureType |
Definition at line 116 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::MovingImageConstPointer elastix::DistancePreservingRigidityPenalty< TElastix >::MovingImageConstPointer |
Definition at line 94 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::MovingImageLimiterOutputType elastix::DistancePreservingRigidityPenalty< TElastix >::MovingImageLimiterOutputType |
Definition at line 128 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::MovingImageLimiterType elastix::DistancePreservingRigidityPenalty< TElastix >::MovingImageLimiterType |
Definition at line 126 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::MovingImageMaskPointer elastix::DistancePreservingRigidityPenalty< TElastix >::MovingImageMaskPointer |
Definition at line 115 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::MovingImageMaskType elastix::DistancePreservingRigidityPenalty< TElastix >::MovingImageMaskType |
Definition at line 114 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::MovingImagePixelType elastix::DistancePreservingRigidityPenalty< TElastix >::MovingImagePixelType |
Definition at line 93 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::MovingImageRegionType elastix::DistancePreservingRigidityPenalty< TElastix >::MovingImageRegionType |
Definition at line 120 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::MovingImageType elastix::DistancePreservingRigidityPenalty< TElastix >::MovingImageType |
Definition at line 92 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::OutputPointType elastix::DistancePreservingRigidityPenalty< TElastix >::OutputPointType |
Definition at line 101 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::ParametersType elastix::DistancePreservingRigidityPenalty< TElastix >::ParametersType |
Definition at line 118 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef itk::SmartPointer< Self > elastix::DistancePreservingRigidityPenalty< TElastix >::Pointer |
Definition at line 75 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::RealType elastix::DistancePreservingRigidityPenalty< TElastix >::RealType |
Definition at line 106 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass2::RegistrationPointer elastix::DistancePreservingRigidityPenalty< TElastix >::RegistrationPointer |
Definition at line 144 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass2::RegistrationType elastix::DistancePreservingRigidityPenalty< TElastix >::RegistrationType |
Definition at line 143 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef SegmentedImagePyramidType::Pointer elastix::DistancePreservingRigidityPenalty< TElastix >::SegmentedImagePyramidPointer |
Definition at line 150 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef itk::MultiResolutionPyramidImageFilter< SegmentedImageType, SegmentedImageType > elastix::DistancePreservingRigidityPenalty< TElastix >::SegmentedImagePyramidType |
Typedef for multi-resolution pyramid of segmented image
Definition at line 149 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::SegmentedImageType elastix::DistancePreservingRigidityPenalty< TElastix >::SegmentedImageType |
Definition at line 130 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef DistancePreservingRigidityPenalty elastix::DistancePreservingRigidityPenalty< TElastix >::Self |
Standard ITK-stuff.
Definition at line 71 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef itk::DistancePreservingRigidityPenaltyTerm< typename MetricBase< TElastix >::FixedImageType, double > elastix::DistancePreservingRigidityPenalty< TElastix >::Superclass1 |
Definition at line 73 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef MetricBase< TElastix > elastix::DistancePreservingRigidityPenalty< TElastix >::Superclass2 |
Definition at line 74 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::TransformJacobianType elastix::DistancePreservingRigidityPenalty< TElastix >::TransformJacobianType |
Definition at line 103 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::TransformParametersType elastix::DistancePreservingRigidityPenalty< TElastix >::TransformParametersType |
Definition at line 102 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::TransformPointer elastix::DistancePreservingRigidityPenalty< TElastix >::TransformPointer |
Definition at line 99 of file elxDistancePreservingRigidityPenaltyTerm.h.
typedef Superclass1::TransformType elastix::DistancePreservingRigidityPenalty< TElastix >::TransformType |
Definition at line 98 of file elxDistancePreservingRigidityPenaltyTerm.h.
|
inlineprotected |
The constructor.
Definition at line 167 of file elxDistancePreservingRigidityPenaltyTerm.h.
|
inlineoverrideprotected |
The destructor.
Definition at line 170 of file elxDistancePreservingRigidityPenaltyTerm.h.
|
private |
The private constructor.
|
overridevirtual |
Do some things before registration:
Reimplemented from elastix::BaseComponent.
elastix::DistancePreservingRigidityPenalty< TElastix >::elxClassNameMacro | ( | "DistancePreservingRigidityPenalty< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific metric.
example: (Metric "DistancePreservingRigidityPenalty")
|
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::DistancePreservingRigidityPenalty< TElastix >::itkStaticConstMacro | ( | FixedImageDimension | , |
unsigned int | , | ||
FixedImageType::ImageDimension | |||
) |
The fixed image dimension.
elastix::DistancePreservingRigidityPenalty< 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 |