#include <itkHistogramImageToImageMetric.h>
Inheritance diagram for itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >:
This class is templated over the type of the fixed and moving images to be compared.
The metric computes the similarity measure between pixels in the moving image and pixels in the fixed image using a histogram.
Definition at line 36 of file itkHistogramImageToImageMetric.h.
|
|
|
Definition at line 67 of file itkHistogramImageToImageMetric.h. |
|
Definition at line 63 of file itkHistogramImageToImageMetric.h. |
|
|
|
Definition at line 77 of file itkHistogramImageToImageMetric.h. |
|
Reimplemented in itk::CompareHistogramImageToImageMetric< TFixedImage, TMovingImage >, and itk::KullbackLeiblerCompareHistogramImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 76 of file itkHistogramImageToImageMetric.h. |
|
Typedefs for histogram. This should have been defined as Histogram<RealType,2> but a bug in VC++7 produced an internal compiler error with such declaration. Reimplemented in itk::CompareHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::KullbackLeiblerCompareHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >, and itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 74 of file itkHistogramImageToImageMetric.h. |
|
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 58 of file itkHistogramImageToImageMetric.h. |
|
Definition at line 75 of file itkHistogramImageToImageMetric.h. |
|
|
Definition at line 69 of file itkHistogramImageToImageMetric.h. |
|
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 65 of file itkHistogramImageToImageMetric.h. |
|
|
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Definition at line 59 of file itkHistogramImageToImageMetric.h. |
|
|
|
The scales type. Definition at line 120 of file itkHistogramImageToImageMetric.h. |
|
|
|
|
|
|
|
Constructor is protected to ensure that |
|
Constructor is protected to ensure that Definition at line 155 of file itkHistogramImageToImageMetric.h. |
|
Computes the joint histogram from the transformation parameters passed to the function. |
|
Computes the joint histogram from the transformation parameters passed to the function. |
|
Copies a histogram.
|
|
Evaluates the similarity measure using the given histogram. All subclasses must reimplement this method. Implemented in itk::CompareHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::CorrelationCoefficientHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::KullbackLeiblerCompareHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::MutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >, and itk::NormalizedMutualInformationHistogramImageToImageMetric< TFixedImage, TMovingImage >. |
|
Get the derivatives of the match measure. |
|
Returns the step length used to calculate the derivative. |
|
Returns the derivate step length scales. |
|
Return the joint histogram. This is updated during every call to the GetValue() method. The histogram can for instance be used by itk::HistogramToImageFilter to plot the joint histogram. |
|
Gets the histogram size. |
|
|
Returns the padding value. |
|
Factor to increase the upper bound for the samples in the histogram. Default value is 0.001 |
|
Set whether the padding value should be used to determine which pixels should be ignored when calculating the similarity measure. Those pixels in the fixed image which have the padding value will be ignored. |
|
Get the value for single valued optimizers. |
|
Get value and derivatives for multiple valued optimizers. |
|
Initializes the metric. Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Reimplemented in itk::CompareHistogramImageToImageMetric< TFixedImage, TMovingImage >, and itk::KullbackLeiblerCompareHistogramImageToImageMetric< TFixedImage, TMovingImage >. |
|
PrintSelf funtion Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >. Reimplemented in itk::CompareHistogramImageToImageMetric< TFixedImage, TMovingImage >, and itk::KullbackLeiblerCompareHistogramImageToImageMetric< TFixedImage, TMovingImage >. |
|
Sets the step length used to calculate the derivative. |
|
Sets the derivative step length scales. |
|
Sets the histogram size. Note this function must be called before |
|
Set the lower bounds of the intensities to be considered for computing the histogram. This option allows to focus the computation of the Metric in a particular range of intensities that correspond to features of interest. |
|
The padding value. |
|
Set the upper bounds of the intensities to be considered for computing the histogram. This option allows to focus the computation of the Metric in a particular range of intensities that correspond to features of interest. |
|
Factor to increase the upper bound for the samples in the histogram. Default value is 0.001 |
|
Set whether the padding value should be used to determine which pixels should be ignored when calculating the similarity measure. Those pixels in the fixed image which have the padding value will be ignored. |
|
The histogram size. Definition at line 159 of file itkHistogramImageToImageMetric.h. |
|
The lower bound for samples in the histogram. Definition at line 162 of file itkHistogramImageToImageMetric.h. |
|
Boolean flag to indicate whether the user supplied lower bounds or whether they should be computed from the min of image intensities Definition at line 172 of file itkHistogramImageToImageMetric.h. |
|
The upper bound for samples in the histogram. Definition at line 165 of file itkHistogramImageToImageMetric.h. |
|
The increase in the upper bound. Definition at line 168 of file itkHistogramImageToImageMetric.h. |
|
Boolean flag to indicate whether the user supplied upper bounds or whether they should be computed from the max of image intensities Definition at line 176 of file itkHistogramImageToImageMetric.h. |