Milena (Olena)
User documentation 2.0a Id
|
Namespace of functions from value to value. More...
Classes | |
class | ch_function_value |
Wrap a function v2v and convert its result to another type. More... | |
struct | component |
Functor that accesses the i-th component of a value. More... | |
struct | l1_norm |
L1-norm. More... | |
struct | l2_norm |
L2-norm. More... | |
struct | linear |
Linear function. f(v) = a * v + b. V is the type of input values; T is the type used to compute the result; R is the result type. More... | |
struct | linfty_norm |
L-infty norm. More... | |
struct | rgb8_to_rgbn |
Convert a rgb8 value to a rgn, n < 8. More... | |
Variables | |
f_hsl_to_rgb_3x8_t | f_hsl_to_rgb_3x8 |
Global variables. | |
f_rgb_to_hsl_f_t | f_rgb_to_hsl_f |
Global variables. |
Namespace of functions from value to value.
f_hsl_to_rgb_3x8_t mln::fun::v2v::f_hsl_to_rgb_3x8 |
Global variables.
Definition at line 95 of file hsl_to_rgb.hh.
f_rgb_to_hsl_f_t mln::fun::v2v::f_rgb_to_hsl_f |
Global variables.
Definition at line 79 of file rgb_to_hsl.hh.