![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#include <rtkSoftThresholdImageFilter.h>
Public Member Functions | |
| bool | operator!= (const SoftThreshold &other) const |
| TOutput | operator() (const TInput &A) const |
| bool | operator== (const SoftThreshold &other) const |
| void | SetThreshold (const TInput &thresh) |
| SoftThreshold () | |
| ~SoftThreshold ()=default | |
Private Attributes | |
| TInput | m_Threshold |
Definition at line 44 of file rtkSoftThresholdImageFilter.h.
|
inline |
Definition at line 47 of file rtkSoftThresholdImageFilter.h.
|
default |
|
inline |
Definition at line 57 of file rtkSoftThresholdImageFilter.h.
References rtk::Functor::SoftThreshold< TInput, TOutput >::m_Threshold.
|
inline |
Definition at line 72 of file rtkSoftThresholdImageFilter.h.
References itk::Math::abs().
|
inline |
Definition at line 66 of file rtkSoftThresholdImageFilter.h.
|
inline |
Definition at line 51 of file rtkSoftThresholdImageFilter.h.
|
private |
Definition at line 78 of file rtkSoftThresholdImageFilter.h.
Referenced by rtk::Functor::SoftThreshold< TInput, TOutput >::operator!=().
1.8.14