![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkHistogramToEntropyImageFilter.h>
Inheritance diagram for itk::Function::HistogramEntropyFunction< TInput, TOutput >:Definition at line 55 of file 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 |
| typedef TOutput itk::Function::HistogramEntropyFunction< TInput, TOutput >::OutputPixelType |
Definition at line 63 of file itkHistogramToEntropyImageFilter.h.
|
inline |
Definition at line 65 of file itkHistogramToEntropyImageFilter.h.
|
inline |
Definition at line 68 of file itkHistogramToEntropyImageFilter.h.
|
inline |
Definition at line 91 of file itkHistogramToEntropyImageFilter.h.
|
inline |
Definition at line 70 of file itkHistogramToEntropyImageFilter.h.
|
inline |
Definition at line 86 of file itkHistogramToEntropyImageFilter.h.
|
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().
1.8.3.1