SLIP
1.4
|
Functor object used to binarize a value. More...
#include <threshold.hpp>
Public Member Functions | |
binarize_fun (const InType &t_value, const OutType &false_value, const OutType &true_value) | |
OutType | operator() (const InType &val) |
Public Attributes | |
InType | t_value_ |
OutType | false_value_ |
OutType | true_value_ |
Functor object used to binarize a value.
t_value | Threshold value |
false_value | False return value |
true_value | True return value |
Definition at line 97 of file threshold.hpp.
|
inline |
Definition at line 99 of file threshold.hpp.
|
inline |
Definition at line 107 of file threshold.hpp.
OutType slip::binarize_fun< InType, OutType >::false_value_ |
Definition at line 113 of file threshold.hpp.
InType slip::binarize_fun< InType, OutType >::t_value_ |
Definition at line 112 of file threshold.hpp.
OutType slip::binarize_fun< InType, OutType >::true_value_ |
Definition at line 114 of file threshold.hpp.