ITK  5.2.0
Insight Toolkit
Public Attributes | List of all members
itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct Struct Reference
+ 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
 

Detailed Description

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

Definition at line 344 of file itkMattesMutualInformationImageToImageMetric.h.

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 355 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 352 of file itkMattesMutualInformationImageToImageMetric.h.


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