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 |
|
inline |
Definition at line 183 of file itkUnsharpMaskImageFilter.h.
References m_Amount, and m_Threshold.
Referenced by ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), and operator==().
|
inline |
Definition at line 189 of file itkUnsharpMaskImageFilter.h.
References m_Amount, m_Clamp, and m_Threshold.
itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType > | ) |
References UnsharpMaskingFunctor().
|
inline |
Definition at line 206 of file itkUnsharpMaskImageFilter.h.
References m_Amount, m_Clamp, m_Threshold, itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
|
inline |
Definition at line 198 of file itkUnsharpMaskImageFilter.h.
References m_Amount, m_Clamp, m_Threshold, and UnsharpMaskingFunctor().
|
private |
Definition at line 178 of file itkUnsharpMaskImageFilter.h.
Referenced by operator()(), operator==(), UnsharpMaskingFunctor(), and UnsharpMaskingFunctor().
|
private |
Definition at line 180 of file itkUnsharpMaskImageFilter.h.
Referenced by operator()(), operator==(), and UnsharpMaskingFunctor().
|
private |
Definition at line 179 of file itkUnsharpMaskImageFilter.h.
Referenced by operator()(), operator==(), UnsharpMaskingFunctor(), and UnsharpMaskingFunctor().