![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h>
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:
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.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::CoordinateRepresentationType | CoordinateRepresentationType |
typedef Superclass::DerivativeType | DerivativeType |
typedef Superclass::DerivativeValueType | DerivativeValueType |
typedef Superclass::FixedImageConstPointer | FixedImageConstPointer |
typedef Superclass::FixedImageLimiterOutputType | FixedImageLimiterOutputType |
typedef Superclass::FixedImageLimiterType | FixedImageLimiterType |
typedef Superclass::FixedImageMaskPointer | FixedImageMaskPointer |
typedef Superclass::FixedImageMaskType | FixedImageMaskType |
typedef Superclass::FixedImagePixelType | FixedImagePixelType |
typedef Superclass::FixedImageRegionType | FixedImageRegionType |
typedef Superclass::FixedImageType | FixedImageType |
typedef Superclass::GradientImageFilterPointer | GradientImageFilterPointer |
typedef Superclass::GradientImageFilterType | GradientImageFilterType |
typedef Superclass::GradientImagePointer | GradientImagePointer |
typedef Superclass::GradientImageType | GradientImageType |
typedef Superclass::GradientPixelType | GradientPixelType |
typedef Superclass::ImageSampleContainerPointer | ImageSampleContainerPointer |
typedef Superclass::ImageSampleContainerType | ImageSampleContainerType |
typedef Superclass::ImageSamplerPointer | ImageSamplerPointer |
typedef Superclass::ImageSamplerType | ImageSamplerType |
typedef Superclass::InputPointType | InputPointType |
typedef TransformType::InternalMatrixType | InternalMatrixType |
typedef Superclass::InterpolatorPointer | InterpolatorPointer |
typedef Superclass::InterpolatorType | InterpolatorType |
typedef TransformType::JacobianOfSpatialHessianType | JacobianOfSpatialHessianType |
typedef TransformType::JacobianOfSpatialJacobianType | JacobianOfSpatialJacobianType |
typedef Superclass::MeasureType | MeasureType |
typedef Superclass::MovingImageConstPointer | MovingImageConstPointer |
typedef Superclass::MovingImageDerivativeScalesType | MovingImageDerivativeScalesType |
typedef Superclass::MovingImageLimiterOutputType | MovingImageLimiterOutputType |
typedef Superclass::MovingImageLimiterType | MovingImageLimiterType |
typedef Superclass::MovingImageMaskPointer | MovingImageMaskPointer |
typedef Superclass::MovingImageMaskType | MovingImageMaskType |
typedef Superclass::MovingImagePixelType | MovingImagePixelType |
typedef Superclass::MovingImageRegionType | MovingImageRegionType |
typedef Superclass::MovingImageType | MovingImageType |
typedef Superclass::OutputPointType | OutputPointType |
typedef Superclass::ParametersType | ParametersType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::RealType | RealType |
typedef SumSquaredTissueVolumeDifferenceImageToImageMetric | Self |
typedef TransformType::SpatialHessianType | SpatialHessianType |
typedef TransformType::SpatialJacobianType | SpatialJacobianType |
typedef AdvancedImageToImageMetric< TFixedImage, TMovingImage > | Superclass |
typedef Superclass::TransformJacobianType | TransformJacobianType |
typedef Superclass::TransformParametersType | TransformParametersType |
typedef Superclass::AdvancedTransformType | TransformType |
![]() | |
typedef AdvancedTransform< ScalarType, FixedImageDimension, MovingImageDimension > | AdvancedTransformType |
typedef BSplineOrder1TransformType::Pointer | BSplineOrder1TransformPointer |
typedef AdvancedBSplineDeformableTransform< ScalarType, FixedImageDimension, 1 > | BSplineOrder1TransformType |
typedef BSplineOrder2TransformType::Pointer | BSplineOrder2TransformPointer |
typedef AdvancedBSplineDeformableTransform< ScalarType, FixedImageDimension, 2 > | BSplineOrder2TransformType |
typedef BSplineOrder3TransformType::Pointer | BSplineOrder3TransformPointer |
typedef AdvancedBSplineDeformableTransform< ScalarType, FixedImageDimension, 3 > | BSplineOrder3TransformType |
typedef AdvancedCombinationTransform< ScalarType, FixedImageDimension > | CombinationTransformType |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::CoordinateRepresentationType | CoordinateRepresentationType |
typedef Superclass::DerivativeType | DerivativeType |
typedef DerivativeType::ValueType | DerivativeValueType |
typedef Superclass::FixedImageConstPointer | FixedImageConstPointer |
typedef FixedImageLimiterType::OutputType | FixedImageLimiterOutputType |
typedef FixedImageLimiterType::Pointer | FixedImageLimiterPointer |
typedef LimiterFunctionBase< RealType, FixedImageDimension > | FixedImageLimiterType |
typedef Superclass::FixedImageMaskPointer | FixedImageMaskPointer |
typedef ImageMaskSpatialObject< itkGetStaticConstMacro(FixedImageDimension) > | FixedImageMaskSpatialObject2Type |
typedef Superclass::FixedImageMaskType | FixedImageMaskType |
typedef FixedImageType::PixelType | FixedImagePixelType |
typedef FixedImageType::Pointer | FixedImagePointer |
typedef Superclass::FixedImageRegionType | FixedImageRegionType |
typedef Superclass::FixedImageType | FixedImageType |
typedef Superclass::GradientImageFilterPointer | GradientImageFilterPointer |
typedef Superclass::GradientImageFilterType | GradientImageFilterType |
typedef Superclass::GradientImagePointer | GradientImagePointer |
typedef Superclass::GradientImageType | GradientImageType |
typedef Superclass::GradientPixelType | GradientPixelType |
typedef vnl_sparse_matrix< HessianValueType > | HessianType |
typedef DerivativeType::ValueType | HessianValueType |
typedef ImageSamplerType::OutputVectorContainerPointer | ImageSampleContainerPointer |
typedef ImageSamplerType::OutputVectorContainerType | ImageSampleContainerType |
typedef ImageSamplerType::Pointer | ImageSamplerPointer |
typedef ImageSamplerBase< FixedImageType > | ImageSamplerType |
typedef Superclass::InputPointType | InputPointType |
typedef Superclass::InterpolatorPointer | InterpolatorPointer |
typedef Superclass::InterpolatorType | InterpolatorType |
typedef Superclass::MeasureType | MeasureType |
typedef Superclass::MovingImageConstPointer | MovingImageConstPointer |
typedef FixedArray< double, Self::MovingImageDimension > | MovingImageDerivativeScalesType |
typedef MovingImageLimiterType::OutputType | MovingImageLimiterOutputType |
typedef MovingImageLimiterType::Pointer | MovingImageLimiterPointer |
typedef LimiterFunctionBase< RealType, MovingImageDimension > | MovingImageLimiterType |
typedef Superclass::MovingImageMaskPointer | MovingImageMaskPointer |
typedef ImageMaskSpatialObject< itkGetStaticConstMacro(MovingImageDimension) > | MovingImageMaskSpatialObject2Type |
typedef Superclass::MovingImageMaskType | MovingImageMaskType |
typedef Superclass::MovingImagePixelType | MovingImagePixelType |
typedef MovingImageType::Pointer | MovingImagePointer |
typedef MovingImageType::RegionType | MovingImageRegionType |
typedef Superclass::MovingImageType | MovingImageType |
typedef AdvancedTransformType::NumberOfParametersType | NumberOfParametersType |
typedef Superclass::OutputPointType | OutputPointType |
typedef Superclass::ParametersType | ParametersType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::RealType | RealType |
typedef TransformType::ScalarType | ScalarType |
typedef AdvancedImageToImageMetric | Self |
typedef ImageToImageMetric< TFixedImage, TMovingImage > | Superclass |
typedef itk::PlatformMultiThreader | ThreaderType |
typedef ThreaderType::WorkUnitInfo | ThreadInfoType |
typedef Superclass::TransformJacobianType | TransformJacobianType |
typedef Superclass::TransformParametersType | TransformParametersType |
typedef Superclass::TransformPointer | TransformPointer |
typedef Superclass::TransformType | TransformType |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
void | AfterThreadedGetValue (MeasureType &value) const override |
void | AfterThreadedGetValueAndDerivative (MeasureType &measure, DerivativeType &derivative) const override |
bool | EvaluateInverseSpatialJacobian (const SpatialJacobianType &spatialJacobian, const RealType spatialJacobianDeterminant, SpatialJacobianType &inverseSpatialJacobian) const |
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) override |
void | ThreadedGetValueAndDerivative (ThreadIdType threadId) 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 | |
![]() | |
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 | |
Private Member Functions | |
void | operator= (const Self &) |
SumSquaredTissueVolumeDifferenceImageToImageMetric (const Self &) | |
Private Attributes | |
RealType | m_AirValue |
RealType | m_TissueValue |
|
protected |
Definition at line 172 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
|
protected |
Definition at line 173 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef SmartPointer<const Self> itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer |
Definition at line 70 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::CoordinateRepresentationType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::CoordinateRepresentationType |
Typedefs from the superclass.
Definition at line 79 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::DerivativeType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType |
Definition at line 103 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::DerivativeValueType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::DerivativeValueType |
Definition at line 104 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::FixedImageConstPointer itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer |
Definition at line 84 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
|
protected |
Protected Typedefs Typedefs inherited from superclass
Definition at line 166 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
|
protected |
Definition at line 167 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::FixedImageLimiterOutputType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedImageLimiterOutputType |
Definition at line 114 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::FixedImageLimiterType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedImageLimiterType |
Definition at line 112 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::FixedImageMaskPointer itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedImageMaskPointer |
Definition at line 99 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::FixedImageMaskType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedImageMaskType |
Definition at line 98 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::FixedImagePixelType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedImagePixelType |
Definition at line 106 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
|
protected |
Definition at line 169 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::FixedImageRegionType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedImageRegionType |
Definition at line 85 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::FixedImageType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType |
Definition at line 83 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::GradientImageFilterPointer itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GradientImageFilterPointer |
Definition at line 97 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::GradientImageFilterType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GradientImageFilterType |
Definition at line 96 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::GradientImagePointer itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GradientImagePointer |
Definition at line 95 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::GradientImageType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GradientImageType |
Definition at line 94 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::GradientPixelType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GradientPixelType |
Definition at line 93 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::ImageSampleContainerPointer itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ImageSampleContainerPointer |
Definition at line 111 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::ImageSampleContainerType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ImageSampleContainerType |
Definition at line 110 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::ImageSamplerPointer itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ImageSamplerPointer |
Definition at line 109 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::ImageSamplerType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ImageSamplerType |
Definition at line 108 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::InputPointType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::InputPointType |
Definition at line 86 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef TransformType::InternalMatrixType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::InternalMatrixType |
Definition at line 124 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::InterpolatorPointer itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::InterpolatorPointer |
Definition at line 91 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::InterpolatorType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::InterpolatorType |
Definition at line 90 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef TransformType::JacobianOfSpatialHessianType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::JacobianOfSpatialHessianType |
Definition at line 123 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef TransformType::JacobianOfSpatialJacobianType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::JacobianOfSpatialJacobianType |
Definition at line 121 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::MeasureType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MeasureType |
Definition at line 102 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::MovingImageConstPointer itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer |
Definition at line 82 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
|
protected |
Definition at line 171 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::MovingImageDerivativeScalesType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovingImageDerivativeScalesType |
Definition at line 116 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
|
protected |
Definition at line 174 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
|
protected |
Definition at line 168 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::MovingImageLimiterOutputType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovingImageLimiterOutputType |
Definition at line 115 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::MovingImageLimiterType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovingImageLimiterType |
Definition at line 113 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::MovingImageMaskPointer itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovingImageMaskPointer |
Definition at line 101 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::MovingImageMaskType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovingImageMaskType |
Definition at line 100 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::MovingImagePixelType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovingImagePixelType |
Definition at line 81 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
|
protected |
Definition at line 170 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::MovingImageRegionType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovingImageRegionType |
Definition at line 107 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::MovingImageType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType |
Definition at line 80 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
|
protected |
Definition at line 175 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::OutputPointType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::OutputPointType |
Definition at line 87 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::ParametersType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ParametersType |
Definition at line 105 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef SmartPointer<Self> itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::Pointer |
Definition at line 69 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::RealType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::RealType |
Definition at line 92 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef SumSquaredTissueVolumeDifferenceImageToImageMetric itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::Self |
Standard class typedefs.
Definition at line 67 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef TransformType::SpatialHessianType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::SpatialHessianType |
Definition at line 122 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef TransformType::SpatialJacobianType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::SpatialJacobianType |
Definition at line 120 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef AdvancedImageToImageMetric< TFixedImage, TMovingImage > itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::Superclass |
Definition at line 68 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::TransformJacobianType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType |
Definition at line 89 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::TransformParametersType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformParametersType |
Definition at line 88 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
typedef Superclass::AdvancedTransformType itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformType |
Typedefs from the AdvancedTransform.
Definition at line 119 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 159 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
|
private |
|
inlineoverrideprotectedvirtual |
Gather the values from all threads.
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
|
inlineoverrideprotectedvirtual |
Gather the values and derivatives from all threads
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
|
protected |
Compute the inverse SpatialJacobian to support calculation of the metric gradient. Note that this function does not calculate the true inverse, but instead calculates the inverse SpatialJacobian multiplied by the determinant of the SpatialJacobian, to avoid redundant use of the determinant. This function returns false if the SpatialJacobianDeterminant is zero.
|
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.
|
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 >.
|
virtual |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::SumSquaredTissueVolumeDifferenceMetric< TElastix >.
|
override |
Get the derivatives of the match measure.
|
virtual |
|
override |
|
override |
Get value and derivatives for multiple valued optimizers.
void itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivativeSingleThreaded | ( | const TransformParametersType & | parameters, |
MeasureType & | measure, | ||
DerivativeType & | derivative | ||
) | const |
Get value and derivatives single-threaded
|
virtual |
Get the value for single valued optimizers.
itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::itkStaticConstMacro | ( | FixedImageDimension | , |
unsigned int | , | ||
FixedImageType::ImageDimension | |||
) |
The fixed image dimension.
itk::SumSquaredTissueVolumeDifferenceImageToImageMetric< TFixedImage, TMovingImage >::itkStaticConstMacro | ( | MovingImageDimension | , |
unsigned int | , | ||
MovingImageType::ImageDimension | |||
) |
The moving image dimension.
|
static |
Method for creation through the object factory.
|
private |
|
overrideprotected |
|
virtual |
Set/get the air intensity value
|
virtual |
Set/get the tissue intensity value
|
inlineoverrideprotectedvirtual |
Get value for each thread.
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
|
inlineoverrideprotectedvirtual |
Get value and derivatives for each thread.
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
|
protected |
Compute a pixel's contribution to the measure and derivatives; Called by GetValueAndDerivative().
|
private |
Intensity value to use for air. Default is -1000
Definition at line 236 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
|
private |
Intensity value to use for tissue. Default is 55
Definition at line 239 of file itkSumSquaredTissueVolumeDifferenceImageToImageMetric.h.
Generated on 1667476801 for elastix by ![]() |
![]() |