#include <itkHistogramToEntropyImageFilter.h>
Definition at line 56 of file itkHistogramToEntropyImageFilter.h.
Public Types | |
| using | OutputPixelType = TOutput |
Public Member Functions | |
| SizeValueType | GetTotalFrequency () const |
| HistogramEntropyFunction ()=default | |
| OutputPixelType | operator() (const TInput &A) const |
| void | SetTotalFrequency (const SizeValueType n) |
| ~HistogramEntropyFunction ()=default | |
Private Attributes | |
| SizeValueType | m_TotalFrequency { 1 } |
| using itk::Function::HistogramEntropyFunction< TInput, TOutput >::OutputPixelType = TOutput |
Definition at line 63 of file itkHistogramToEntropyImageFilter.h.
|
default |
|
default |
|
inlinenodiscard |
Definition at line 89 of file itkHistogramToEntropyImageFilter.h.
References m_TotalFrequency.
|
inline |
Definition at line 70 of file itkHistogramToEntropyImageFilter.h.
References m_TotalFrequency.
|
inline |
Definition at line 83 of file itkHistogramToEntropyImageFilter.h.
References m_TotalFrequency.
|
private |
Definition at line 95 of file itkHistogramToEntropyImageFilter.h.
Referenced by GetTotalFrequency(), operator()(), and SetTotalFrequency().