ITK  5.4.0
Insight Toolkit
Public Member Functions | Private Attributes | List of all members
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 178 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 186 of file itkUnsharpMaskImageFilter.h.

◆ 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 192 of file itkUnsharpMaskImageFilter.h.

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

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

◆ 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: