#include <itkHistogramToEntropyImageFilter.h>

Definition at line 53 of file itkHistogramToEntropyImageFilter.h.
Public Types | |
| typedef TOutput | OutputPixelType |
Public Member Functions | |
| unsigned long | GetTotalFrequency () const |
| HistogramEntropyFunction () | |
| OutputPixelType | operator() (const TInput &A) const |
| void | SetTotalFrequency (const unsigned long n) |
| ~HistogramEntropyFunction () | |
| typedef TOutput itk::Function::HistogramEntropyFunction< TInput, TOutput >::OutputPixelType |
Definition at line 61 of file itkHistogramToEntropyImageFilter.h.
| itk::Function::HistogramEntropyFunction< TInput, TOutput >::HistogramEntropyFunction | ( | ) | [inline] |
Definition at line 64 of file itkHistogramToEntropyImageFilter.h.
| itk::Function::HistogramEntropyFunction< TInput, TOutput >::~HistogramEntropyFunction | ( | ) | [inline] |
Definition at line 67 of file itkHistogramToEntropyImageFilter.h.
| unsigned long itk::Function::HistogramEntropyFunction< TInput, TOutput >::GetTotalFrequency | ( | ) | const [inline] |
Definition at line 90 of file itkHistogramToEntropyImageFilter.h.
| OutputPixelType itk::Function::HistogramEntropyFunction< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 69 of file itkHistogramToEntropyImageFilter.h.
| void itk::Function::HistogramEntropyFunction< TInput, TOutput >::SetTotalFrequency | ( | const unsigned long | n | ) | [inline] |
Definition at line 85 of file itkHistogramToEntropyImageFilter.h.
1.5.5 written by Dimitri van Heesch,
© 1997-2000