Namespace of functions from value to value. More...
Classes | |
| struct | abs | 
| struct | cast | 
| 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 | convert | 
| struct | dec | 
| struct | enc | 
| struct | f_hsi_to_rgb_ | 
| Convert a hsi value to rgb.  More... | |
| struct | f_hsl_to_rgb_ | 
| Convert hsl values to rgb.  More... | |
| struct | f_rgb_to_hsi_ | 
| struct | f_rgb_to_hsl_ | 
| struct | id | 
| struct | inc | 
| 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 | linear_sat | 
| struct | linfty_norm | 
| L-infty norm.  More... | |
| struct | projection | 
| struct | saturate | 
| struct | wrap | 
Typedefs | |
| typedef f_hsi_to_rgb_ < value::rgb8 >  | f_hsi_to_rgb_3x8_t | 
| typedef f_hsl_to_rgb_ < value::rgb< 16 > >  | f_hsl_to_rgb_3x16_t | 
| typedef f_hsl_to_rgb_ < value::rgb< 8 > >  | f_hsl_to_rgb_3x8_t | 
| typedef f_rgb_to_hsi_ < value::hsi_f >  | f_rgb_to_hsi_f_t | 
| typedef f_rgb_to_hsl_ < value::hsl_f >  | f_rgb_to_hsl_f_t | 
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_hsl_to_rgb_3x16_t | f_hsl_to_rgb_3x16 | 
| 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.
| typedef f_hsl_to_rgb_< value::rgb<16> > mln::fun::v2v::f_hsl_to_rgb_3x16_t | 
| typedef f_hsl_to_rgb_< value::rgb<8> > mln::fun::v2v::f_hsl_to_rgb_3x8_t | 
Global variable.
Global variables.
Global variables.
Global variables.
Referenced by mln::convert::over_load::from_to_().
 1.7.1