$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Basic types

Classes

class  mln::bin_1complex_image2d
 Type alias for a binary image based on a 1-complex, where 0-faces are located at discrete (integer) 2-dimensional points. More...
class  bin_2complex_image2d
 Type alias for a binary image based on a 2-complex, where 0-faces are located at discrete (integer) 2-dimensional points. More...
class  mln::bin_2complex_image3df
 Type alias for a binary image based on a 2-complex, where 0-faces are located at floating-point 3-dimensional points. More...
class  mln::complex_image< D, G, V >
 Image based on a complex. More...
class  mln::edge_image< P, V, G >
 Image based on graph edges. More...
struct  mln::flat_image< T, S >
 Image with a single value. More...
class  mln::float_2complex_image3df
 Type alias for a floating-point image based on a 2-complex, where 0-faces are located at floating-point 3-dimensional points. More...
class  mln::pw::image< F, S >
 A generic point-wise image implementation. More...
struct  mln::image1d< T >
 Basic 1D image class. More...
class  mln::image2d< T >
 Basic 2D image class. More...
struct  mln::image2d_h< V >
 2d image based on an hexagonal mesh. More...
struct  mln::image3d< T >
 Basic 3D image class. More...
class  mln::int_u8_1complex_image2d
 Type alias for an 8-bit gray-level image based on a 1-complex, where 0-faces are located at discrete (integer) 2-dimensional points. More...
class  mln::int_u8_2complex_image2d
 Type alias for an 8-bit gray-level image based on a 2-complex, where 0-faces are located at discrete (integer) 2-dimensional points. More...
class  mln::int_u8_2complex_image3df
 Type alias for an 8-bit gray-level image based on a 2-complex, where 0-faces are located at floating-point 3-dimensional points. More...
class  mln::rgb8_2complex_image3df
 Type alias for a (3x8-bit) RGB image based on a 2-complex, where 0-faces are located at floating-point 3-dimensional points. More...
class  mln::unsigned_2complex_image3df
 Type alias for a gray-level image based on a 2-complex, where 0-faces are located at floating-point 3-dimensional points. More...
class  mln::vertex_image< P, V, G >
 Image based on graph vertices. More...

Detailed Description

Concrete images.