![]() |
aimsdata 6.0.0
Neuroimaging data handling
|
#include <aims/utility/threshold.h>


Public Member Functions | |
| thresh2 (LEFT threshold1, LEFT threshold2, LEFT background) | |
| LEFT | operator() (const LEFT &x) const |
Public Attributes | |
| LEFT | threshold1 |
| LEFT | threshold2 |
| LEFT | background |
Definition at line 274 of file threshold.h.
|
inline |
Definition at line 276 of file threshold.h.
References background, threshold1, and threshold2.
|
inline |
Definition at line 282 of file threshold.h.
References background, threshold1, and threshold2.
| LEFT internal::thresh2< LEFT, OP >::background |
Definition at line 289 of file threshold.h.
Referenced by operator()(), and thresh2().
| LEFT internal::thresh2< LEFT, OP >::threshold1 |
Definition at line 287 of file threshold.h.
Referenced by operator()(), and thresh2().
| LEFT internal::thresh2< LEFT, OP >::threshold2 |
Definition at line 288 of file threshold.h.
Referenced by operator()(), and thresh2().