Namespace of txt input/output handling. More...
Functions | |
| void | save (const image2d< char > &ima, const std::string &filename) | 
| Save an image as txt file.   | |
Namespace of txt input/output handling.
| void mln::io::txt::save | ( | const image2d< char > & | ima, | |
| const std::string & | filename | |||
| ) |  [inline] | 
        
Save an image as txt file.
| [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().
 1.7.1