ITK
5.2.0
Insight Toolkit
|
Public Member Functions | |
bool | operator!= (const UnsharpMaskingFunctor &other) |
OutPixelType | operator() (const InPixelType &v, const FunctorRealType &s) const |
bool | operator== (const UnsharpMaskingFunctor &other) |
UnsharpMaskingFunctor () | |
UnsharpMaskingFunctor (FunctorRealType amount, FunctorRealType threshold, bool clamp) | |
Private Attributes | |
FunctorRealType | m_Amount |
bool | m_Clamp { false } |
FunctorRealType | m_Threshold |
Definition at line 178 of file itkUnsharpMaskImageFilter.h.
|
inline |
Definition at line 186 of file itkUnsharpMaskImageFilter.h.
|
inline |
Definition at line 192 of file itkUnsharpMaskImageFilter.h.
|
inline |
Definition at line 207 of file itkUnsharpMaskImageFilter.h.
|
inline |
Definition at line 213 of file itkUnsharpMaskImageFilter.h.
References itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
|
inline |
Definition at line 201 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 |