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

Functions

mln::bin_1complex_image2d to_complex_image (const mln::image2d< bool > &input)
mln::image2d< boolto_image2d (const mln::bin_1complex_image2d &input)

Function Documentation

mln::bin_1complex_image2d convert::to_complex_image ( const mln::image2d< bool > &  input)
inline

Convert an mln::image2d<bool> to an mln::bin_1complex_image2d.

Definition at line 121 of file apps/graph-morpho/convert.hh.

mln::image2d<bool> convert::to_image2d ( const mln::bin_1complex_image2d input)
inline

Convert an mln::bin_1complex_image2d to an mln::image2d<bool>.

Definition at line 46 of file apps/graph-morpho/convert.hh.