ITK
6.0.0
Insight Toolkit
|
Definition at line 177 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 185 of file itkUnsharpMaskImageFilter.h.
|
inline |
Definition at line 191 of file itkUnsharpMaskImageFilter.h.
itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType > | ) |
|
inline |
Definition at line 208 of file itkUnsharpMaskImageFilter.h.
References itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
|
inline |
Definition at line 200 of file itkUnsharpMaskImageFilter.h.
References itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::m_Amount, itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::m_Clamp, and itk::UnsharpMaskImageFilter< TInputImage, TOutputImage, TInternalPrecision >::UnsharpMaskingFunctor< InPixelType, FunctorRealType, OutPixelType >::m_Threshold.
|
private |
|
private |
|
private |