ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
Definition at line 180 of file itkUnsharpMaskImageFilter.h.
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 |
FunctorRealType | m_Threshold |
|
inline |
Definition at line 188 of file itkUnsharpMaskImageFilter.h.
|
inline |
Definition at line 195 of file itkUnsharpMaskImageFilter.h.
|
inline |
Definition at line 210 of file itkUnsharpMaskImageFilter.h.
|
inline |
Definition at line 215 of file itkUnsharpMaskImageFilter.h.
References itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
|
inline |
Definition at line 203 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 |