$extrastylesheet
Functions | |
| void | mln::io::txt::save (const image2d< char > &ima, const std::string &filename) |
TXT I/O routines.
| void mln::io::txt::save | ( | const image2d< char > & | ima, |
| const std::string & | filename | ||
| ) |
Save an image as txt file.
| [in] | ima | The image to save. Must be an image of char. |
| [in] | filename | the destination. |