Classes

Values morphers
[Images]

Morpher on image values. More...

Classes

struct  mln::cast_image_< T, I >
 Class of image morpher which takes an image to change its data type. More...
struct  mln::fun_image< F, I >
 Image read through a function. More...
class  mln::thru_image< I, F >
 Morph image values through a function. More...
class  mln::thrubin_image< I1, I2, F >
 Morphes values from two images through a binary function. More...
struct  mln::violent_cast_image< T, I >
 Violently cast image values to a given type. More...

Detailed Description

Morpher on image values.