$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::v2v Namespace Reference

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_hsl_to_rgb_
 Convert hsl values to rgb. More...
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 an mln::value::rgb8 to an mln::value::rgbn. More...
struct  rgb_to_int_u
struct  rgb_to_luma
struct  round
 Round the given value. More...
struct  round_sat
 Round the given value considering its type as circular. More...
struct  saturate
struct  wrap

Typedefs

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_hsl_
< value::hsl_f
f_rgb_to_hsl_f_t

Variables

f_hsl_to_rgb_3x16_t f_hsl_to_rgb_3x16
f_hsl_to_rgb_3x8_t f_hsl_to_rgb_3x8
f_rgb_to_hsl_f_t f_rgb_to_hsl_f

Detailed Description

Namespace of functions from value to value.

Typedef Documentation

Definition at line 75 of file hsl_to_rgb.hh.

Definition at line 74 of file hsl_to_rgb.hh.

Variable Documentation

f_hsl_to_rgb_3x16_t mln::fun::v2v::f_hsl_to_rgb_3x16
f_hsl_to_rgb_3x8_t mln::fun::v2v::f_hsl_to_rgb_3x8

Definition at line 284 of file hsl.hh.

f_rgb_to_hsl_f_t mln::fun::v2v::f_rgb_to_hsl_f

Definition at line 57 of file value/rgb.hh.