Classes | Typedefs

mln::fun::v2v Namespace Reference
[Functions]

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  qt_rgb_to_int_u
struct  rgb8_to_rgbn
 Convert a rgb8 value to a rgn, n < 8. More...
struct  rgb_to_int_u
struct  rgb_to_luma
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.

Detailed Description

Namespace of functions from value to value.


Typedef Documentation

Definition at line 65 of file hsi_to_rgb.hh.

Definition at line 80 of file hsl_to_rgb.hh.

Definition at line 79 of file hsl_to_rgb.hh.

Definition at line 57 of file rgb_to_hsi.hh.

Definition at line 66 of file rgb_to_hsl.hh.


Variable Documentation

Global variable.

Definition at line 74 of file hsi_to_rgb.hh.

Definition at line 93 of file hsl_to_rgb.hh.

Global variables.

Definition at line 92 of file hsl_to_rgb.hh.

Referenced by mln::convert::over_load::from_to_().

Global variables.

Definition at line 66 of file rgb_to_hsi.hh.

Global variables.

Definition at line 75 of file rgb_to_hsl.hh.

Referenced by mln::convert::over_load::from_to_().