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_hsi_to_rgb_3x8_t | f_hsi_to_rgb_3x8 | 
| Global variable.   | |
| f_hsl_to_rgb_3x8_t | f_hsl_to_rgb_3x8 | 
| Global variables.   | |
| f_rgb_to_hsi_f_t | f_rgb_to_hsi_f | 
| Global variables.   | |
| f_rgb_to_hsl_f_t | f_rgb_to_hsl_f | 
| Global variables.   | |
Namespace of functions from value to value.
| f_hsi_to_rgb_3x8_t mln::fun::v2v::f_hsi_to_rgb_3x8 | 
Global variable.
Definition at line 74 of file hsi_to_rgb.hh.
| f_hsl_to_rgb_3x8_t mln::fun::v2v::f_hsl_to_rgb_3x8 | 
Global variables.
Definition at line 92 of file hsl_to_rgb.hh.
| f_rgb_to_hsi_f_t mln::fun::v2v::f_rgb_to_hsi_f | 
Global variables.
Definition at line 66 of file rgb_to_hsi.hh.
| f_rgb_to_hsl_f_t mln::fun::v2v::f_rgb_to_hsl_f | 
Global variables.
Definition at line 75 of file rgb_to_hsl.hh.
 1.7.1