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

Classes

struct  diff_abs
 Functor computing the absolute difference of two values. More...
struct  land
 Functor computing logical-and between two values. More...
struct  land_not
 Functor computing logical and-not between two values. More...
struct  lor
 Functor computing logical-or between two values. More...
struct  lxor
 Functor computing logical-xor between two values. More...
struct  max
 A functor computing the maximum of two values. More...
struct  min
 A functor computing the minimum of two values. More...
struct  vec
 A functor forming a vector (mln::algebra::vec) from two values of the same type. More...

Detailed Description

Namespace of functions from a couple of values to a value.