go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
Loading...
Searching...
No Matches
itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage > Class Template Reference

#include <itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h>

Detailed Description

template<class TFixedImage, class TMovingImage>
class itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >

Compute sum of square tissue volume difference between two images.

This Class is templated over the type of the fixed and moving images to be compared.

This metrics implements a mass-preserving image similarity term, as described by both Yin et al. and Gorbunova et al. Essentially, the similarity term is equivalent to the sum of squared differences between pixels in the moving and fixed images, except the intensity of the moving image is first scaled by the determinant of the spatial Jacobian to correct for density effects on image intensity. Gorbunova et al. provide the analytical gradient of the cost function with respect to the transform parameters, which is implemented here.

This implementation is based on the AdvancedImageToImageMetric, which means that:

  • It uses the ImageSampler-framework
  • It makes use of the compact support of B-splines, in case of B-spline transforms.
  • Image derivatives are computed using either the B-spline interpolator's implementation or by nearest neighbor interpolation of a precomputed central difference image.
  • A minimum number of samples that should map within the moving image (mask) can be specified.

References:
[1] Yin, Y., Hoffman, E. A., & Lin, C. L. (2009). Mass preserving nonrigid registration of CT lung images using cubic B-spline. Medical physics, 36(9), 4213-4222. [2] Gorbunova, V., Sporring, J., Lo, P., Loeve, M., Tiddens, H. A., Nielsen, M., Dirksen, A., de Bruijne, M. (2012). Mass preserving image registration for lung CT. Medical image analysis, 16(4), 786-795.

Definition at line 61 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.

Inheritance diagram for itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >:

Public Types

using ConstPointer = SmartPointer<const Self>
using DerivativeValueType
using FixedImageLimiterOutputType
using FixedImageLimiterType
using FixedImageMaskPointer
using FixedImageMaskType
using FixedImagePixelType
using ImageSampleContainerPointer
using ImageSampleContainerType
using ImageSamplerPointer
using ImageSamplerType
using InternalMatrixType = typename TransformType::InternalMatrixType
using JacobianOfSpatialHessianType = typename TransformType::JacobianOfSpatialHessianType
using JacobianOfSpatialJacobianType = typename TransformType::JacobianOfSpatialJacobianType
using MovingImageDerivativeScalesType
using MovingImageLimiterOutputType
using MovingImageLimiterType
using MovingImageMaskPointer
using MovingImageMaskType
using MovingImageRegionType
using Pointer = SmartPointer<Self>
using Self = SumSquaredTissueVolumeDifferenceImageToImageMetric
using SpatialHessianType = typename TransformType::SpatialHessianType
using SpatialJacobianType = typename TransformType::SpatialJacobianType
using Superclass = AdvancedImageToImageMetric<TFixedImage, TMovingImage>
using TransformType = typename Superclass::AdvancedTransformType
Public Types inherited from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >
using AdvancedTransformType = AdvancedTransform<ScalarType, FixedImageDimension, MovingImageDimension>
using BSplineOrder1TransformPointer = typename BSplineOrder1TransformType::Pointer
using BSplineOrder1TransformType = AdvancedBSplineDeformableTransform<ScalarType, FixedImageDimension, 1>
using BSplineOrder2TransformPointer = typename BSplineOrder2TransformType::Pointer
using BSplineOrder2TransformType = AdvancedBSplineDeformableTransform<ScalarType, FixedImageDimension, 2>
using BSplineOrder3TransformPointer = typename BSplineOrder3TransformType::Pointer
using BSplineOrder3TransformType = AdvancedBSplineDeformableTransform<ScalarType, FixedImageDimension, 3>
using CombinationTransformType = AdvancedCombinationTransform<ScalarType, FixedImageDimension>
using ConstPointer = SmartPointer<const Self>
using DerivativeValueType = typename DerivativeType::ValueType
using FixedImageLimiterOutputType = typename FixedImageLimiterType::OutputType
using FixedImageLimiterPointer = typename FixedImageLimiterType::Pointer
using FixedImageLimiterType = LimiterFunctionBase<RealType, FixedImageDimension>
using FixedImageMaskConstPointer = SmartPointer<const FixedImageMaskType>
using FixedImageMaskPointer = SmartPointer<FixedImageMaskType>
using FixedImageMaskType = ImageMaskSpatialObject<Self::FixedImageDimension>
using FixedImagePixelType = typename FixedImageType::PixelType
using FixedImagePointer = typename FixedImageType::Pointer
using ImageSampleContainerPointer = typename ImageSamplerType::OutputVectorContainerPointer
using ImageSampleContainerType = typename ImageSamplerType::OutputVectorContainerType
using ImageSamplerPointer = typename ImageSamplerType::Pointer
using ImageSamplerType = ImageSamplerBase<FixedImageType>
using MovingImageDerivativeScalesType = FixedArray<double, Self::MovingImageDimension>
using MovingImageLimiterOutputType = typename MovingImageLimiterType::OutputType
using MovingImageLimiterPointer = typename MovingImageLimiterType::Pointer
using MovingImageLimiterType = LimiterFunctionBase<RealType, MovingImageDimension>
using MovingImageMaskConstPointer = SmartPointer<const MovingImageMaskType>
using MovingImageMaskPointer = SmartPointer<MovingImageMaskType>
using MovingImageMaskType = ImageMaskSpatialObject<Self::MovingImageDimension>
using MovingImagePointer = typename MovingImageType::Pointer
using MovingImageRegionType = typename MovingImageType::RegionType
using NumberOfParametersType = typename AdvancedTransformType::NumberOfParametersType
using Pointer = SmartPointer<Self>
using ScalarType = typename TransformType::ScalarType
using Self = AdvancedImageToImageMetric
using Superclass = ImageToImageMetric<TFixedImage, TMovingImage>
using ThreadInfoType = MultiThreaderBase::WorkUnitInfo

Public Member Functions

virtual RealType GetAirValue () const
virtual const char * GetClassName () const
void GetDerivative (const TransformParametersType &parameters, DerivativeType &derivative) const override
virtual RealType GetTissueValue () const
MeasureType GetValue (const TransformParametersType &parameters) const override
void GetValueAndDerivative (const TransformParametersType &parameters, MeasureType &Value, DerivativeType &Derivative) const override
void GetValueAndDerivativeSingleThreaded (const TransformParametersType &parameters, MeasureType &measure, DerivativeType &derivative) const
virtual MeasureType GetValueSingleThreaded (const TransformParametersType &parameters) const
 ITK_DISALLOW_COPY_AND_MOVE (SumSquaredTissueVolumeDifferenceImageToImageMetric)
 itkStaticConstMacro (FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
 itkStaticConstMacro (MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
virtual void SetAirValue (RealType _arg)
virtual void SetTissueValue (RealType _arg)
Public Member Functions inherited from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >
virtual void BeforeThreadedGetValueAndDerivative (const TransformParametersType &parameters) const
virtual const FixedImageLimiterTypeGetFixedImageLimiter ()
const FixedImageMaskTypeGetFixedImageMask () const override
virtual double GetFixedLimitRangeRatio () const
ImageSamplerTypeGetImageSampler () const
virtual const MovingImageDerivativeScalesTypeGetMovingImageDerivativeScales ()
virtual const MovingImageLimiterTypeGetMovingImageLimiter ()
const MovingImageMaskTypeGetMovingImageMask () const override
virtual double GetMovingLimitRangeRatio () const
virtual double GetRequiredRatioOfValidSamples () const
virtual bool GetScaleGradientWithRespectToMovingImageOrientation () const
const AdvancedTransformTypeGetTransform () const override
AdvancedTransformTypeGetTransform () override
virtual bool GetUseFixedImageLimiter () const
virtual bool GetUseImageSampler () const
virtual const boolGetUseMetricSingleThreaded ()
virtual bool GetUseMovingImageDerivativeScales () const
virtual bool GetUseMovingImageLimiter () const
virtual const boolGetUseMultiThread ()
void Initialize () override
 ITK_DISALLOW_COPY_AND_MOVE (AdvancedImageToImageMetric)
 itkStaticConstMacro (FixedImageDimension, unsigned int, TFixedImage::ImageDimension)
 itkStaticConstMacro (MovingImageDimension, unsigned int, TMovingImage::ImageDimension)
virtual void SetFixedImageLimiter (FixedImageLimiterType *_arg)
virtual void SetFixedImageMask (const FixedImageMaskType *const arg)
virtual void SetFixedLimitRangeRatio (double _arg)
virtual void SetImageSampler (ImageSamplerType *_arg)
virtual void SetMovingImageDerivativeScales (MovingImageDerivativeScalesType _arg)
virtual void SetMovingImageLimiter (MovingImageLimiterType *_arg)
virtual void SetMovingImageMask (const MovingImageMaskType *const arg)
virtual void SetMovingLimitRangeRatio (double _arg)
virtual void SetRequiredRatioOfValidSamples (double _arg)
virtual void SetScaleGradientWithRespectToMovingImageOrientation (bool _arg)
virtual void SetTransform (AdvancedTransformType *arg)
virtual void SetUseMetricSingleThreaded (bool _arg)
virtual void SetUseMovingImageDerivativeScales (bool _arg)
virtual void SetUseMultiThread (bool _arg)
virtual void UseMetricSingleThreadedOff ()
virtual void UseMetricSingleThreadedOn ()
virtual void UseMultiThreadOff ()
virtual void UseMultiThreadOn ()

Static Public Member Functions

static Pointer New ()

Protected Types

using BSplineInterpolatorType
using FixedImageIndexType
using FixedImageIndexValueType
using FixedImagePointType
using MovingImageContinuousIndexType
using MovingImageDerivativeType
using MovingImageIndexType
using MovingImagePointType
using NonZeroJacobianIndicesType
Protected Types inherited from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >
using BSplineInterpolatorFloatPointer = typename BSplineInterpolatorFloatType::Pointer
using BSplineInterpolatorFloatType
using BSplineInterpolatorPointer = typename BSplineInterpolatorType::Pointer
using BSplineInterpolatorType
using FixedImageIndexType = typename FixedImageType::IndexType
using FixedImageIndexValueType = typename FixedImageIndexType::IndexValueType
using FixedImagePointType = typename TransformType::InputPointType
using LinearInterpolatorPointer = typename LinearInterpolatorType::Pointer
using LinearInterpolatorType = AdvancedLinearInterpolateImageFunction<MovingImageType, CoordinateRepresentationType>
using MovingImageContinuousIndexType = typename InterpolatorType::ContinuousIndexType
using MovingImageDerivativeType = typename BSplineInterpolatorType::CovariantVectorType
using MovingImageIndexType = typename MovingImageType::IndexType
using MovingImagePointType = typename TransformType::OutputPointType
using NonZeroJacobianIndicesType = typename AdvancedTransformType::NonZeroJacobianIndicesType
using ReducedBSplineInterpolatorPointer = typename ReducedBSplineInterpolatorType::Pointer
using ReducedBSplineInterpolatorType

Protected Member Functions

void AfterThreadedGetValue (MeasureType &value) const override
void AfterThreadedGetValueAndDerivative (MeasureType &measure, DerivativeType &derivative) const override
void EvaluateJacobianOfSpatialJacobianDeterminantInnerProduct (const JacobianOfSpatialJacobianType &jacobianOfSpatialJacobian, const SpatialJacobianType &inverseSpatialJacobian, DerivativeType &jacobianOfSpatialJacobianDeterminant) const
void EvaluateTransformJacobianInnerProduct (const TransformJacobianType &jacobian, const MovingImageDerivativeType &movingImageDerivative, DerivativeType &imageJacobian) const override
void PrintSelf (std::ostream &os, Indent indent) const override
 SumSquaredTissueVolumeDifferenceImageToImageMetric ()
void ThreadedGetValue (ThreadIdType threadID) const override
void ThreadedGetValueAndDerivative (ThreadIdType threadId) const override
void UpdateValueAndDerivativeTerms (const RealType fixedImageValue, const RealType movingImageValue, const DerivativeType &imageJacobian, const NonZeroJacobianIndicesType &nzji, const RealType spatialJacobianDeterminant, const DerivativeType &jacobianOfSpatialJacobianDeterminant, MeasureType &measure, DerivativeType &deriv) const
 ~SumSquaredTissueVolumeDifferenceImageToImageMetric () override=default
Protected Member Functions inherited from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >
 AdvancedImageToImageMetric ()
void CheckForAdvancedTransform ()
void CheckForBSplineInterpolator ()
void CheckForBSplineTransform () const
void CheckNumberOfSamples (unsigned long wanted, unsigned long found) const
virtual bool EvaluateMovingImageValueAndDerivative (const MovingImagePointType &mappedPoint, RealType &movingImageValue, MovingImageDerivativeType *gradient) const
bool EvaluateTransformJacobian (const FixedImagePointType &fixedImagePoint, TransformJacobianType &jacobian, NonZeroJacobianIndicesType &nzji) const
bool FastEvaluateMovingImageValueAndDerivative (const MovingImagePointType &mappedPoint, RealType &movingImageValue, MovingImageDerivativeType *gradient, const ThreadIdType threadId) const
virtual void InitializeImageSampler ()
void InitializeLimiters ()
virtual void InitializeThreadingParameters () const
virtual bool IsInsideMovingMask (const MovingImagePointType &point) const
 itkAlignedTypedef (ITK_CACHE_LINE_ALIGNMENT, PaddedGetValueAndDerivativePerThreadStruct, AlignedGetValueAndDerivativePerThreadStruct)
 itkPadStruct (ITK_CACHE_LINE_ALIGNMENT, GetValueAndDerivativePerThreadStruct, PaddedGetValueAndDerivativePerThreadStruct)
void LaunchGetValueAndDerivativeThreaderCallback () const
void LaunchGetValueThreaderCallback () const
void PrintSelf (std::ostream &os, Indent indent) const override
void SetFixedImageMask (const typename Superclass::FixedImageMaskType *) final
void SetFixedImageMask (typename Superclass::FixedImageMaskType *) final
void SetMovingImageMask (const typename Superclass::MovingImageMaskType *) final
void SetMovingImageMask (typename Superclass::MovingImageMaskType *) final
virtual void SetUseFixedImageLimiter (bool _arg)
virtual void SetUseImageSampler (bool _arg)
virtual void SetUseMovingImageLimiter (bool _arg)
MovingImagePointType TransformPoint (const FixedImagePointType &fixedImagePoint) const
 ~AdvancedImageToImageMetric () override=default

Private Attributes

RealType m_AirValue { -1000.0 }
RealType m_TissueValue { 55.0 }

Additional Inherited Members

Static Protected Member Functions inherited from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION AccumulateDerivativesThreaderCallback (void *arg)
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION GetValueAndDerivativeThreaderCallback (void *arg)
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION GetValueThreaderCallback (void *arg)
Protected Attributes inherited from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >
AdvancedTransformType::Pointer m_AdvancedTransform { nullptr }
FixedImageLimiterOutputType m_FixedImageMaxLimit { 1 }
FixedImageLimiterOutputType m_FixedImageMinLimit { 0 }
FixedImagePixelType m_FixedImageTrueMax { 1 }
FixedImagePixelType m_FixedImageTrueMin { 0 }
double m_FixedLimitRangeRatio { 0.01 }
std::unique_ptr< AlignedGetValueAndDerivativePerThreadStruct[]> m_GetValueAndDerivativePerThreadVariables
ThreadIdType m_GetValueAndDerivativePerThreadVariablesSize { 0 }
ImageSamplerPointer m_ImageSampler { nullptr }
MovingImageLimiterOutputType m_MovingImageMaxLimit { 1 }
MovingImageLimiterOutputType m_MovingImageMinLimit { 0 }
MovingImagePixelType m_MovingImageTrueMax { 1 }
MovingImagePixelType m_MovingImageTrueMin { 0 }
double m_MovingLimitRangeRatio { 0.01 }
MultiThreaderParameterType m_ThreaderMetricParameters {}
bool m_TransformIsBSpline { false }
bool m_UseMetricSingleThreaded { true }
bool m_UseMultiThread { false }

Member Typedef Documentation

◆ BSplineInterpolatorType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::BSplineInterpolatorType
protected

Typedefs used for computing image derivatives.

Definition at line 342 of file itkAdvancedImageToImageMetric.h.

◆ ConstPointer

template<class TFixedImage, class TMovingImage>
using itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer = SmartPointer<const Self>

◆ DerivativeValueType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::DerivativeValueType

Definition at line 133 of file itkAdvancedImageToImageMetric.h.

◆ FixedImageIndexType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::FixedImageIndexType
protected

Protected Typedefs Typedefs for indices and points.

Definition at line 334 of file itkAdvancedImageToImageMetric.h.

◆ FixedImageIndexValueType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::FixedImageIndexValueType
protected

Definition at line 335 of file itkAdvancedImageToImageMetric.h.

◆ FixedImageLimiterOutputType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::FixedImageLimiterOutputType

Definition at line 150 of file itkAdvancedImageToImageMetric.h.

◆ FixedImageLimiterType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::FixedImageLimiterType

Typedefs for Limiter support.

Definition at line 148 of file itkAdvancedImageToImageMetric.h.

◆ FixedImageMaskPointer

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::FixedImageMaskPointer

Definition at line 125 of file itkAdvancedImageToImageMetric.h.

◆ FixedImageMaskType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::FixedImageMaskType

Definition at line 124 of file itkAdvancedImageToImageMetric.h.

◆ FixedImagePixelType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::FixedImagePixelType

Some useful extra typedefs.

Definition at line 137 of file itkAdvancedImageToImageMetric.h.

◆ FixedImagePointType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::FixedImagePointType
protected

Definition at line 337 of file itkAdvancedImageToImageMetric.h.

◆ ImageSampleContainerPointer

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::ImageSampleContainerPointer

Definition at line 145 of file itkAdvancedImageToImageMetric.h.

◆ ImageSampleContainerType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::ImageSampleContainerType

Definition at line 144 of file itkAdvancedImageToImageMetric.h.

◆ ImageSamplerPointer

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::ImageSamplerPointer

Definition at line 143 of file itkAdvancedImageToImageMetric.h.

◆ ImageSamplerType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::ImageSamplerType

Typedefs for the ImageSampler.

Definition at line 142 of file itkAdvancedImageToImageMetric.h.

◆ InternalMatrixType

template<class TFixedImage, class TMovingImage>
using itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::InternalMatrixType = typename TransformType::InternalMatrixType

◆ JacobianOfSpatialHessianType

template<class TFixedImage, class TMovingImage>
using itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::JacobianOfSpatialHessianType = typename TransformType::JacobianOfSpatialHessianType

◆ JacobianOfSpatialJacobianType

template<class TFixedImage, class TMovingImage>
using itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::JacobianOfSpatialJacobianType = typename TransformType::JacobianOfSpatialJacobianType

◆ MovingImageContinuousIndexType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::MovingImageContinuousIndexType
protected

Definition at line 339 of file itkAdvancedImageToImageMetric.h.

◆ MovingImageDerivativeScalesType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::MovingImageDerivativeScalesType

Definition at line 139 of file itkAdvancedImageToImageMetric.h.

◆ MovingImageDerivativeType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::MovingImageDerivativeType
protected

Definition at line 353 of file itkAdvancedImageToImageMetric.h.

◆ MovingImageIndexType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::MovingImageIndexType
protected

Definition at line 336 of file itkAdvancedImageToImageMetric.h.

◆ MovingImageLimiterOutputType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::MovingImageLimiterOutputType

Definition at line 153 of file itkAdvancedImageToImageMetric.h.

◆ MovingImageLimiterType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::MovingImageLimiterType

Definition at line 151 of file itkAdvancedImageToImageMetric.h.

◆ MovingImageMaskPointer

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::MovingImageMaskPointer

Definition at line 128 of file itkAdvancedImageToImageMetric.h.

◆ MovingImageMaskType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::MovingImageMaskType

Definition at line 127 of file itkAdvancedImageToImageMetric.h.

◆ MovingImagePointType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::MovingImagePointType
protected

Definition at line 338 of file itkAdvancedImageToImageMetric.h.

◆ MovingImageRegionType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::MovingImageRegionType

Definition at line 138 of file itkAdvancedImageToImageMetric.h.

◆ NonZeroJacobianIndicesType

template<class TFixedImage, class TMovingImage>
using itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::NonZeroJacobianIndicesType
protected

Typedefs for support of sparse Jacobians and compact support of transformations.

Definition at line 356 of file itkAdvancedImageToImageMetric.h.

◆ Pointer

template<class TFixedImage, class TMovingImage>
using itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::Pointer = SmartPointer<Self>

◆ Self

template<class TFixedImage, class TMovingImage>
using itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::Self = SumSquaredTissueVolumeDifferenceImageToImageMetric

Standard class typedefs.

Definition at line 68 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.

◆ SpatialHessianType

template<class TFixedImage, class TMovingImage>
using itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::SpatialHessianType = typename TransformType::SpatialHessianType

◆ SpatialJacobianType

template<class TFixedImage, class TMovingImage>
using itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::SpatialJacobianType = typename TransformType::SpatialJacobianType

◆ Superclass

template<class TFixedImage, class TMovingImage>
using itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::Superclass = AdvancedImageToImageMetric<TFixedImage, TMovingImage>

◆ TransformType

template<class TFixedImage, class TMovingImage>
using itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformType = typename Superclass::AdvancedTransformType

Typedefs from the AdvancedTransform.

Definition at line 118 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.

Constructor & Destructor Documentation

◆ SumSquaredTissueVolumeDifferenceImageToImageMetric()

template<class TFixedImage, class TMovingImage>
itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::SumSquaredTissueVolumeDifferenceImageToImageMetric ( )
protected

◆ ~SumSquaredTissueVolumeDifferenceImageToImageMetric()

template<class TFixedImage, class TMovingImage>
itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::~SumSquaredTissueVolumeDifferenceImageToImageMetric ( )
overrideprotecteddefault

Member Function Documentation

◆ AfterThreadedGetValue()

template<class TFixedImage, class TMovingImage>
void itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::AfterThreadedGetValue ( MeasureType & value) const
overrideprotectedvirtual

Gather the values from all threads.

Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.

◆ AfterThreadedGetValueAndDerivative()

template<class TFixedImage, class TMovingImage>
void itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::AfterThreadedGetValueAndDerivative ( MeasureType & measure,
DerivativeType & derivative ) const
overrideprotectedvirtual

Gather the values and derivatives from all threads

Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.

◆ EvaluateJacobianOfSpatialJacobianDeterminantInnerProduct()

template<class TFixedImage, class TMovingImage>
void itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::EvaluateJacobianOfSpatialJacobianDeterminantInnerProduct ( const JacobianOfSpatialJacobianType & jacobianOfSpatialJacobian,
const SpatialJacobianType & inverseSpatialJacobian,
DerivativeType & jacobianOfSpatialJacobianDeterminant ) const
protected

Compute the dot product of the inverse SpatialJacobian with the Jacobian of SpatialJacobian. The results are stored in jacobianOfSpatialJacobianDeterminant, which has a length equal to the number of transform parameters times the length of the spatialJacobian.

◆ EvaluateTransformJacobianInnerProduct()

template<class TFixedImage, class TMovingImage>
void itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::EvaluateTransformJacobianInnerProduct ( const TransformJacobianType & jacobian,
const MovingImageDerivativeType & movingImageDerivative,
DerivativeType & imageJacobian ) const
overrideprotectedvirtual

Computes the inner product of transform Jacobian with moving image gradient. The results are stored in imageJacobian, which is supposed to have the right size (same length as Jacobian's number of columns).

Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.

◆ GetAirValue()

template<class TFixedImage, class TMovingImage>
virtual RealType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetAirValue ( ) const
virtual

◆ GetClassName()

template<class TFixedImage, class TMovingImage>
virtual const char * itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetClassName ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.

Reimplemented in elastix::SumSquaredTissueVolumeDifferenceMetric< TElastix >.

◆ GetDerivative()

template<class TFixedImage, class TMovingImage>
void itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetDerivative ( const TransformParametersType & parameters,
DerivativeType & derivative ) const
override

Get the derivatives of the match measure.

◆ GetTissueValue()

template<class TFixedImage, class TMovingImage>
virtual RealType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetTissueValue ( ) const
virtual

◆ GetValue()

template<class TFixedImage, class TMovingImage>
MeasureType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetValue ( const TransformParametersType & parameters) const
override

◆ GetValueAndDerivative()

template<class TFixedImage, class TMovingImage>
void itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivative ( const TransformParametersType & parameters,
MeasureType & Value,
DerivativeType & Derivative ) const
override

Get value and derivatives for multiple valued optimizers.

◆ GetValueAndDerivativeSingleThreaded()

template<class TFixedImage, class TMovingImage>
void itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivativeSingleThreaded ( const TransformParametersType & parameters,
MeasureType & measure,
DerivativeType & derivative ) const

Get value and derivatives single-threaded

◆ GetValueSingleThreaded()

template<class TFixedImage, class TMovingImage>
virtual MeasureType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetValueSingleThreaded ( const TransformParametersType & parameters) const
virtual

Get the value for single valued optimizers.

◆ ITK_DISALLOW_COPY_AND_MOVE()

template<class TFixedImage, class TMovingImage>
itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ITK_DISALLOW_COPY_AND_MOVE ( SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage > )

◆ itkStaticConstMacro() [1/2]

template<class TFixedImage, class TMovingImage>
itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::itkStaticConstMacro ( FixedImageDimension ,
unsigned int ,
FixedImageType::ImageDimension  )

The fixed image dimension.

◆ itkStaticConstMacro() [2/2]

template<class TFixedImage, class TMovingImage>
itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::itkStaticConstMacro ( MovingImageDimension ,
unsigned int ,
MovingImageType::ImageDimension  )

The moving image dimension.

◆ New()

template<class TFixedImage, class TMovingImage>
Pointer itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::New ( )
static

Method for creation through the object factory.

◆ PrintSelf()

template<class TFixedImage, class TMovingImage>
void itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::PrintSelf ( std::ostream & os,
Indent indent ) const
overrideprotected

◆ SetAirValue()

template<class TFixedImage, class TMovingImage>
virtual void itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::SetAirValue ( RealType _arg)
virtual

Set/get the air intensity value

◆ SetTissueValue()

template<class TFixedImage, class TMovingImage>
virtual void itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::SetTissueValue ( RealType _arg)
virtual

Set/get the tissue intensity value

◆ ThreadedGetValue()

template<class TFixedImage, class TMovingImage>
void itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ThreadedGetValue ( ThreadIdType threadID) const
overrideprotectedvirtual

Get value for each thread.

Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.

◆ ThreadedGetValueAndDerivative()

template<class TFixedImage, class TMovingImage>
void itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ThreadedGetValueAndDerivative ( ThreadIdType threadId) const
overrideprotectedvirtual

Get value and derivatives for each thread.

Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.

◆ UpdateValueAndDerivativeTerms()

template<class TFixedImage, class TMovingImage>
void itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::UpdateValueAndDerivativeTerms ( const RealType fixedImageValue,
const RealType movingImageValue,
const DerivativeType & imageJacobian,
const NonZeroJacobianIndicesType & nzji,
const RealType spatialJacobianDeterminant,
const DerivativeType & jacobianOfSpatialJacobianDeterminant,
MeasureType & measure,
DerivativeType & deriv ) const
protected

Compute a pixel's contribution to the measure and derivatives; Called by GetValueAndDerivative().

Field Documentation

◆ m_AirValue

template<class TFixedImage, class TMovingImage>
RealType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_AirValue { -1000.0 }
private

Intensity value to use for air.

Definition at line 231 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.

◆ m_TissueValue

template<class TFixedImage, class TMovingImage>
RealType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_TissueValue { 55.0 }
private

Intensity value to use for tissue.

Definition at line 234 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.



Generated on 1768596610 for elastix by doxygen 1.15.0 elastix logo