ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Attributes | List of all members
itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct Struct Reference
+ Collaboration diagram for itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct:

Detailed Description

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

Definition at line 328 of file itkMattesMutualInformationImageToImageMetric.h.

Public Attributes

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

Member Data Documentation

template<typename TFixedImage , typename TMovingImage >
MarginalPDFType itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct::FixedImageMarginalPDF
template<typename TFixedImage , typename TMovingImage >
TransformType::JacobianType itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct::Jacobian
template<typename TFixedImage , typename TMovingImage >
JointPDFType::Pointer itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct::JointPDF

The joint PDF and PDF derivatives.

Definition at line 339 of file itkMattesMutualInformationImageToImageMetric.h.

template<typename TFixedImage , typename TMovingImage >
JointPDFDerivativesType::Pointer itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct::JointPDFDerivatives
template<typename TFixedImage , typename TMovingImage >
int itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct::JointPDFEndBin
template<typename TFixedImage , typename TMovingImage >
int itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct::JointPDFStartBin
template<typename TFixedImage , typename TMovingImage >
PDFValueType itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct::JointPDFSum
template<typename TFixedImage , typename TMovingImage >
DerivativeType itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::MMIMetricPerThreadStruct::MetricDerivative

Helper variable for accumulating the derivative of the metric.

Definition at line 336 of file itkMattesMutualInformationImageToImageMetric.h.


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