#include <itkCompareHistogramImageToImageMetric.h>
This class is templated over the type of the fixed and moving images to be compared.
This metric computes the similarity between the histogram produced by two images overlapping and a training histogram.
It is to be sub-classed by the method of comparing the histograms.
Generally, the histogram from the training data is to be computed in exactly the same way as the histogram from the images to be compared are computed. Thus, the user can set the interpolator, region, two training images and the transfrom and the training histogram will be formed. OR, the user can simply calculate the training histogram seperately and set it.
1.3.8 written by Dimitri van Heesch,
© 1997-2000