ITK  5.4.0
Insight Toolkit
Public Attributes | List of all members
itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct Struct Reference

Detailed Description

template<typename TFixedImage, typename TMovingImage>
struct itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct

Definition at line 345 of file itkMattesMutualInformationImageToImageMetric.h.

+ Collaboration diagram for itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct:

Public Attributes

MarginalPDFType FixedImageMarginalPDF
 
TransformType::JacobianType Jacobian
 
JointPDFType::Pointer JointPDF
 
JointPDFDerivativesType::Pointer JointPDFDerivatives
 
int JointPDFEndBin
 
int JointPDFStartBin
 
PDFValueType JointPDFSum
 
DerivativeType MetricDerivative
 

Member Data Documentation

◆ FixedImageMarginalPDF

template<typename TFixedImage , typename TMovingImage >
MarginalPDFType itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct::FixedImageMarginalPDF

◆ Jacobian

template<typename TFixedImage , typename TMovingImage >
TransformType::JacobianType itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct::Jacobian

◆ JointPDF

template<typename TFixedImage , typename TMovingImage >
JointPDFType::Pointer itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct::JointPDF

The joint PDF and PDF derivatives.

Definition at line 356 of file itkMattesMutualInformationImageToImageMetric.h.

◆ JointPDFDerivatives

template<typename TFixedImage , typename TMovingImage >
JointPDFDerivativesType::Pointer itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct::JointPDFDerivatives

◆ JointPDFEndBin

template<typename TFixedImage , typename TMovingImage >
int itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct::JointPDFEndBin

◆ JointPDFStartBin

template<typename TFixedImage , typename TMovingImage >
int itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct::JointPDFStartBin

◆ JointPDFSum

template<typename TFixedImage , typename TMovingImage >
PDFValueType itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct::JointPDFSum

◆ MetricDerivative

template<typename TFixedImage , typename TMovingImage >
DerivativeType itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct::MetricDerivative

Helper variable for accumulating the derivative of the metric.

Definition at line 353 of file itkMattesMutualInformationImageToImageMetric.h.


The documentation for this struct was generated from the following file: