ITK
5.2.0
Insight Toolkit
|
#include <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 } |
Definition at line 56 of file itkHistogramToEntropyImageFilter.h.
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.
|
inline |
Definition at line 70 of file itkHistogramToEntropyImageFilter.h.
|
inline |
Definition at line 85 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().