Functions

mln::io::txt Namespace Reference

Namespace of txt input/output handling. More...

Functions

void save (const image2d< char > &ima, const std::string &filename)
 Save an image as txt file.

Detailed Description

Namespace of txt input/output handling.


Function Documentation

void mln::io::txt::save ( const image2d< char > &  ima,
const std::string &  filename 
) [inline]

Save an image as txt file.

Parameters:
[in] ima The image to save. Must be an image of char.
[in] filename the destination.

Definition at line 63 of file txt/save.hh.

References mln::image2d< T >::domain().