#include <freCorrelationCoefficientHistogramMetricController.h>


Public Types | |
| typedef itk::CorrelationCoefficientHistogramImageToImageMetric < TImageType, TImageType > | ComponentType |
| typedef HistogramMetricControllerBase < ComponentType > | Superclass |
Public Member Functions | |
| itkTypeMacro (CorrelationCoefficientHistogramMetricControlleBase, HistogramMetricControllerBase) | |
| virtual | ~CorrelationCoefficientHistogramMetricControlleBase () |
Protected Member Functions | |
| CorrelationCoefficientHistogramMetricControlleBase () | |
CorrelationCoefficientHistogramMetricControlleBase is derived from HistogramMetricControllerBase and is the base controller for a mutual information metric implemented by itk::CorrelationCoefficientHistogramImageToImageMetric. This metric is based on the intensity histograms of the images.
Definition at line 44 of file freCorrelationCoefficientHistogramMetricController.h.
| typedef itk::CorrelationCoefficientHistogramImageToImageMetric<TImageType,TImageType> FREE::CorrelationCoefficientHistogramMetricControlleBase< TImageType >::ComponentType |
The component class managed by the controller. The component class must be a derivation from itk::LightObject to ensure the ability to use the smartpointer concept of itk
Reimplemented from FREE::HistogramMetricControllerBase< itk::CorrelationCoefficientHistogramImageToImageMetric< TImageType, TImageType > >.
Definition at line 47 of file freCorrelationCoefficientHistogramMetricController.h.
| typedef HistogramMetricControllerBase<ComponentType> FREE::CorrelationCoefficientHistogramMetricControlleBase< TImageType >::Superclass |
Reimplemented from FREE::HistogramMetricControllerBase< itk::CorrelationCoefficientHistogramImageToImageMetric< TImageType, TImageType > >.
Definition at line 48 of file freCorrelationCoefficientHistogramMetricController.h.
| virtual FREE::CorrelationCoefficientHistogramMetricControlleBase< TImageType >::~CorrelationCoefficientHistogramMetricControlleBase | ( | ) | [inline, virtual] |
Definition at line 52 of file freCorrelationCoefficientHistogramMetricController.h.
| FREE::CorrelationCoefficientHistogramMetricControlleBase< TImageType >::CorrelationCoefficientHistogramMetricControlleBase | ( | ) | [inline, protected] |
The Constructor of this class is protected, because this class should be used only as ancestor for derived classes
Definition at line 59 of file freCorrelationCoefficientHistogramMetricController.h.
| FREE::CorrelationCoefficientHistogramMetricControlleBase< TImageType >::itkTypeMacro | ( | CorrelationCoefficientHistogramMetricControlleBase< TImageType > | , | |
| HistogramMetricControllerBase | ||||
| ) |
1.5.3 written by Dimitri van Heesch,
© 1997-2000