ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType > Class Template Reference

Detailed Description

template<typename TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType, typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
class itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >

Definition at line 175 of file itkUnsharpMaskImageFilter.h.

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (UnsharpMaskingFunctor)
 
OutPixelType operator() (const InPixelType &v, const FunctorRealType &s) const
 
bool operator== (const UnsharpMaskingFunctor &other) const
 
 UnsharpMaskingFunctor ()
 
 UnsharpMaskingFunctor (FunctorRealType amount, FunctorRealType threshold, bool clamp)
 

Private Attributes

FunctorRealType m_Amount
 
bool m_Clamp { false }
 
FunctorRealType m_Threshold
 

Constructor & Destructor Documentation

◆ UnsharpMaskingFunctor() [1/2]

template<typename TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType, typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::UnsharpMaskingFunctor ( )
inline

Definition at line 183 of file itkUnsharpMaskImageFilter.h.

References m_Amount, and m_Threshold.

Referenced by ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), and operator==().

◆ UnsharpMaskingFunctor() [2/2]

template<typename TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType, typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::UnsharpMaskingFunctor ( FunctorRealType amount,
FunctorRealType threshold,
bool clamp )
inline

Definition at line 189 of file itkUnsharpMaskImageFilter.h.

References m_Amount, m_Clamp, and m_Threshold.

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType, typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType > )

◆ operator()()

template<typename TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType, typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
OutPixelType itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::operator() ( const InPixelType & v,
const FunctorRealType & s ) const
inline

◆ operator==()

template<typename TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType, typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
bool itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::operator== ( const UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType > & other) const
inline

Definition at line 198 of file itkUnsharpMaskImageFilter.h.

References m_Amount, m_Clamp, m_Threshold, and UnsharpMaskingFunctor().

Member Data Documentation

◆ m_Amount

template<typename TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType, typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
FunctorRealType itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::m_Amount
private

◆ m_Clamp

template<typename TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType, typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
bool itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::m_Clamp { false }
private

Definition at line 180 of file itkUnsharpMaskImageFilter.h.

Referenced by operator()(), operator==(), and UnsharpMaskingFunctor().

◆ m_Threshold

template<typename TInputImage, typename TOutputImage = TInputImage, typename TInternalPrecision = float>
template<typename InPixelType, typename FunctorRealType = TInternalPrecision, typename OutPixelType = InPixelType>
FunctorRealType itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::m_Threshold
private

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