ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Private Attributes | List of all members
itk::Function::HistogramEntropyFunction< TInput, TOutput > Class Template Reference

#include <itkHistogramToEntropyImageFilter.h>

Detailed Description

template<typename TInput, typename TOutput = double>
class itk::Function::HistogramEntropyFunction< TInput, TOutput >

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 }
 

Member Typedef Documentation

◆ OutputPixelType

template<typename TInput, typename TOutput = double>
using itk::Function::HistogramEntropyFunction< TInput, TOutput >::OutputPixelType = TOutput

Definition at line 63 of file itkHistogramToEntropyImageFilter.h.

Constructor & Destructor Documentation

◆ HistogramEntropyFunction()

template<typename TInput, typename TOutput = double>
itk::Function::HistogramEntropyFunction< TInput, TOutput >::HistogramEntropyFunction ( )
default

◆ ~HistogramEntropyFunction()

template<typename TInput, typename TOutput = double>
itk::Function::HistogramEntropyFunction< TInput, TOutput >::~HistogramEntropyFunction ( )
default

Member Function Documentation

◆ GetTotalFrequency()

template<typename TInput, typename TOutput = double>
SizeValueType itk::Function::HistogramEntropyFunction< TInput, TOutput >::GetTotalFrequency ( ) const
inline

Definition at line 91 of file itkHistogramToEntropyImageFilter.h.

◆ operator()()

template<typename TInput, typename TOutput = double>
OutputPixelType itk::Function::HistogramEntropyFunction< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 70 of file itkHistogramToEntropyImageFilter.h.

◆ SetTotalFrequency()

template<typename TInput, typename TOutput = double>
void itk::Function::HistogramEntropyFunction< TInput, TOutput >::SetTotalFrequency ( const SizeValueType  n)
inline

Definition at line 85 of file itkHistogramToEntropyImageFilter.h.

Member Data Documentation

◆ m_TotalFrequency

template<typename TInput, typename TOutput = double>
SizeValueType itk::Function::HistogramEntropyFunction< TInput, TOutput >::m_TotalFrequency { 1 }
private

The documentation for this class was generated from the following file: