ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkHistogramToEntropyImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef HistogramToEntropyImageFilter | Self |
typedef HistogramToImageFilter < THistogram, TImage, Function::HistogramEntropyFunction < SizeValueType, typename TImage::PixelType > > | Superclass |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
static Pointer | New () |
HistogramToEntropyImageFilter () | |
virtual | ~HistogramToEntropyImageFilter () |
HistogramToEntropyImageFilter (const Self &) | |
void | operator= (const Self &) |
The class takes a histogram as an input and gives the entropy image as the output. A pixel, at position I, in the output image is given by.
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 102 of file itkHistogramToEntropyImageFilter.h.
typedef SmartPointer< const Self > itk::HistogramToEntropyImageFilter< THistogram, TImage >::ConstPointer |
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramEntropyFunction< SizeValueType, TImage::PixelType > >.
Definition at line 117 of file itkHistogramToEntropyImageFilter.h.
typedef SmartPointer< Self > itk::HistogramToEntropyImageFilter< THistogram, TImage >::Pointer |
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramEntropyFunction< SizeValueType, TImage::PixelType > >.
Definition at line 116 of file itkHistogramToEntropyImageFilter.h.
typedef HistogramToEntropyImageFilter itk::HistogramToEntropyImageFilter< THistogram, TImage >::Self |
Standard class typedefs.
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramEntropyFunction< SizeValueType, TImage::PixelType > >.
Definition at line 109 of file itkHistogramToEntropyImageFilter.h.
typedef HistogramToImageFilter< THistogram, TImage, Function::HistogramEntropyFunction< SizeValueType, typename TImage::PixelType > > itk::HistogramToEntropyImageFilter< THistogram, TImage >::Superclass |
Standard "Superclass" typedef.
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramEntropyFunction< SizeValueType, TImage::PixelType > >.
Definition at line 114 of file itkHistogramToEntropyImageFilter.h.
itk::HistogramToEntropyImageFilter< THistogram, TImage >::HistogramToEntropyImageFilter | ( | ) | [inline, protected] |
Method for creation through the object factory.
Definition at line 125 of file itkHistogramToEntropyImageFilter.h.
virtual itk::HistogramToEntropyImageFilter< THistogram, TImage >::~HistogramToEntropyImageFilter | ( | ) | [inline, protected, virtual] |
Method for creation through the object factory.
Definition at line 126 of file itkHistogramToEntropyImageFilter.h.
itk::HistogramToEntropyImageFilter< THistogram, TImage >::HistogramToEntropyImageFilter | ( | const Self & | ) | [private] |
Method for creation through the object factory.
virtual::itk::LightObject::Pointer itk::HistogramToEntropyImageFilter< THistogram, TImage >::CreateAnother | ( | void | ) | const [virtual] |
Method for creation through the object factory.
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramEntropyFunction< SizeValueType, TImage::PixelType > >.
virtual const char* itk::HistogramToEntropyImageFilter< THistogram, TImage >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramEntropyFunction< SizeValueType, TImage::PixelType > >.
static Pointer itk::HistogramToEntropyImageFilter< THistogram, TImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramEntropyFunction< SizeValueType, TImage::PixelType > >.
void itk::HistogramToEntropyImageFilter< THistogram, TImage >::operator= | ( | const Self & | ) | [private] |
Method for creation through the object factory.
Reimplemented from itk::HistogramToImageFilter< THistogram, TImage, Function::HistogramEntropyFunction< SizeValueType, TImage::PixelType > >.