#include <itkHistogramToEntropyImageFilter.h>
Public Types | |
typedef TOutput | OutputPixelType |
typedef TOutput | OutputPixelType |
Public Member Functions | |
unsigned long | GetTotalFrequency () const |
unsigned long | GetTotalFrequency () const |
HistogramEntropyFunction () | |
HistogramEntropyFunction () | |
OutputPixelType | operator() (const TInput &A) const |
OutputPixelType | operator() (const TInput &A) const |
void | SetTotalFrequency (const unsigned long n) |
void | SetTotalFrequency (const unsigned long n) |
~HistogramEntropyFunction () | |
~HistogramEntropyFunction () |
Definition at line 53 of file Numerics/Statistics/itkHistogramToEntropyImageFilter.h.
typedef TOutput itk::Function::HistogramEntropyFunction< TInput, TOutput >::OutputPixelType |
Definition at line 61 of file Numerics/Statistics/itkHistogramToEntropyImageFilter.h.
typedef TOutput itk::Function::HistogramEntropyFunction< TInput, TOutput >::OutputPixelType |
Definition at line 61 of file Review/Statistics/itkHistogramToEntropyImageFilter.h.
itk::Function::HistogramEntropyFunction< TInput, TOutput >::HistogramEntropyFunction | ( | ) | [inline] |
Definition at line 64 of file Numerics/Statistics/itkHistogramToEntropyImageFilter.h.
itk::Function::HistogramEntropyFunction< TInput, TOutput >::~HistogramEntropyFunction | ( | ) | [inline] |
Definition at line 67 of file Numerics/Statistics/itkHistogramToEntropyImageFilter.h.
itk::Function::HistogramEntropyFunction< TInput, TOutput >::HistogramEntropyFunction | ( | ) | [inline] |
Definition at line 64 of file Review/Statistics/itkHistogramToEntropyImageFilter.h.
itk::Function::HistogramEntropyFunction< TInput, TOutput >::~HistogramEntropyFunction | ( | ) | [inline] |
Definition at line 67 of file Review/Statistics/itkHistogramToEntropyImageFilter.h.
unsigned long itk::Function::HistogramEntropyFunction< TInput, TOutput >::GetTotalFrequency | ( | ) | const [inline] |
Definition at line 90 of file Numerics/Statistics/itkHistogramToEntropyImageFilter.h.
unsigned long itk::Function::HistogramEntropyFunction< TInput, TOutput >::GetTotalFrequency | ( | ) | const [inline] |
Definition at line 90 of file Review/Statistics/itkHistogramToEntropyImageFilter.h.
OutputPixelType itk::Function::HistogramEntropyFunction< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 69 of file Review/Statistics/itkHistogramToEntropyImageFilter.h.
OutputPixelType itk::Function::HistogramEntropyFunction< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 69 of file Numerics/Statistics/itkHistogramToEntropyImageFilter.h.
void itk::Function::HistogramEntropyFunction< TInput, TOutput >::SetTotalFrequency | ( | const unsigned long | n | ) | [inline] |
Definition at line 85 of file Numerics/Statistics/itkHistogramToEntropyImageFilter.h.
void itk::Function::HistogramEntropyFunction< TInput, TOutput >::SetTotalFrequency | ( | const unsigned long | n | ) | [inline] |
Definition at line 85 of file Review/Statistics/itkHistogramToEntropyImageFilter.h.