ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkHistogramToEntropyImageFilter.h>
Public Types | |
typedef TOutput | OutputPixelType |
Public Member Functions | |
SizeValueType | GetTotalFrequency () const |
HistogramEntropyFunction () | |
OutputPixelType | operator() (const TInput &A) const |
void | SetTotalFrequency (const SizeValueType n) |
~HistogramEntropyFunction () | |
Private Attributes | |
SizeValueType | m_TotalFrequency |
Definition at line 55 of file itkHistogramToEntropyImageFilter.h.
typedef TOutput itk::Function::HistogramEntropyFunction< TInput, TOutput >::OutputPixelType |
Definition at line 63 of file itkHistogramToEntropyImageFilter.h.
itk::Function::HistogramEntropyFunction< TInput, TOutput >::HistogramEntropyFunction | ( | ) | [inline] |
Definition at line 65 of file itkHistogramToEntropyImageFilter.h.
itk::Function::HistogramEntropyFunction< TInput, TOutput >::~HistogramEntropyFunction | ( | ) | [inline] |
Definition at line 68 of file itkHistogramToEntropyImageFilter.h.
SizeValueType itk::Function::HistogramEntropyFunction< TInput, TOutput >::GetTotalFrequency | ( | ) | const [inline] |
Definition at line 91 of file itkHistogramToEntropyImageFilter.h.
OutputPixelType itk::Function::HistogramEntropyFunction< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 70 of file itkHistogramToEntropyImageFilter.h.
void itk::Function::HistogramEntropyFunction< TInput, TOutput >::SetTotalFrequency | ( | const SizeValueType | n | ) | [inline] |
Definition at line 86 of file itkHistogramToEntropyImageFilter.h.
SizeValueType itk::Function::HistogramEntropyFunction< TInput, TOutput >::m_TotalFrequency [private] |
Definition at line 97 of file itkHistogramToEntropyImageFilter.h.
Referenced by itk::Function::HistogramEntropyFunction< SizeValueType, TImage::PixelType >::GetTotalFrequency(), itk::Function::HistogramEntropyFunction< SizeValueType, TImage::PixelType >::operator()(), and itk::Function::HistogramEntropyFunction< SizeValueType, TImage::PixelType >::SetTotalFrequency().