ITK
6.0.0
Insight Toolkit
|
#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 |
|
inline |
Definition at line 91 of file itkHistogramToEntropyImageFilter.h.
References itk::Function::HistogramEntropyFunction< TInput, TOutput >::m_TotalFrequency.
|
inline |
Definition at line 70 of file itkHistogramToEntropyImageFilter.h.
References itk::Function::HistogramEntropyFunction< TInput, TOutput >::m_TotalFrequency.
|
inline |
Definition at line 85 of file itkHistogramToEntropyImageFilter.h.
References itk::Function::HistogramEntropyFunction< TInput, TOutput >::m_TotalFrequency.
|
private |
Definition at line 97 of file itkHistogramToEntropyImageFilter.h.
Referenced by itk::Function::HistogramEntropyFunction< TInput, TOutput >::GetTotalFrequency(), itk::Function::HistogramEntropyFunction< TInput, TOutput >::operator()(), and itk::Function::HistogramEntropyFunction< TInput, TOutput >::SetTotalFrequency().