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

Detailed Description

template<class TFixedImage, class TMovingImage>
struct itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::PerThreadS

Definition at line 330 of file itkMattesMutualInformationImageToImageMetric.h.

Public Attributes

std::vector< PDFValueTypeFixedImageMarginalPDF
 
TransformType::JacobianType Jacobian
 
JointPDFType::Pointer JointPDF
 
JointPDFDerivativesType::Pointer JointPDFDerivatives
 
int JointPDFEndBin
 
int JointPDFStartBin
 
PDFValueType JointPDFSum
 
DerivativeType MetricDerivative
 

Member Data Documentation

template<class TFixedImage , class TMovingImage >
std::vector<PDFValueType> itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::PerThreadS::FixedImageMarginalPDF
template<class TFixedImage , class TMovingImage >
TransformType::JacobianType itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::PerThreadS::Jacobian
template<class TFixedImage , class TMovingImage >
JointPDFType::Pointer itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >::PerThreadS::JointPDF

The joint PDF and PDF derivatives.

Definition at line 343 of file itkMattesMutualInformationImageToImageMetric.h.

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

Helper variable for accumulating the derivative of the metric.

Definition at line 338 of file itkMattesMutualInformationImageToImageMetric.h.


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