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


Public Member Functions | |
| thresh2_bin (LEFT threshold1, LEFT threshold2, RIGHT foreground) | |
| RIGHT | operator() (const LEFT &x) const |
Public Attributes | |
| LEFT | threshold1 |
| LEFT | threshold2 |
| RIGHT | foreground |
Definition at line 683 of file threshold.h.
|
inline |
Definition at line 685 of file threshold.h.
References foreground, threshold1, and threshold2.
|
inline |
Definition at line 691 of file threshold.h.
References foreground, threshold1, and threshold2.
| RIGHT internal::thresh2_bin< LEFT, RIGHT, OP >::foreground |
Definition at line 698 of file threshold.h.
Referenced by operator()(), and thresh2_bin().
| LEFT internal::thresh2_bin< LEFT, RIGHT, OP >::threshold1 |
Definition at line 696 of file threshold.h.
Referenced by operator()(), and thresh2_bin().
| LEFT internal::thresh2_bin< LEFT, RIGHT, OP >::threshold2 |
Definition at line 697 of file threshold.h.
Referenced by operator()(), and thresh2_bin().