#include <itkHistogramToEntropyImageFilter.h>
Inheritance diagram for itk::HistogramToEntropyImageFilter< THistogram >:
Public Types | |
typedef HistogramToEntropyImageFilter | Self |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
HistogramToEntropyImageFilter () | |
virtual | ~HistogramToEntropyImageFilter () |
where
where is the frequency of measurement vector, I.
is the frequency of a measurement vector by the sum of all frequencies = Probability of the the measurement vector
The output image is of type double.
This is useful in plotting the joint histograms during registration.
Definition at line 101 of file itkHistogramToEntropyImageFilter.h.
|
Reimplemented from itk::HistogramToImageFilter< THistogram, TFunction >. Definition at line 110 of file itkHistogramToEntropyImageFilter.h. |
|
Reimplemented from itk::HistogramToImageFilter< THistogram, TFunction >. Definition at line 109 of file itkHistogramToEntropyImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::HistogramToImageFilter< THistogram, TFunction >. Definition at line 108 of file itkHistogramToEntropyImageFilter.h. |
|
Definition at line 116 of file itkHistogramToEntropyImageFilter.h. |
|
Definition at line 117 of file itkHistogramToEntropyImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::HistogramToImageFilter< THistogram, TFunction >. |