Functions | |
| template<typename I > | |
| void | load (Image< I > &ima_, const std::string &filename) | 
| Load a Milena image by dumped into a file.   | |
| template<typename I > | |
| void | save (const Image< I > &ima_, const std::string &filename) | 
| Save a Milena image by dumping its data to a file.   | |
| void mln::io::dump::load | ( | Image< I > & | ima_, | |
| const std::string & | filename | |||
| ) |  [inline] | 
        
Load a Milena image by dumped into a file.
| [in,out] | ima_ | The image to load. | 
| [in] | filename | the destination. | 
| void mln::io::dump::save | ( | const Image< I > & | ima_, | |
| const std::string & | filename | |||
| ) |  [inline] | 
        
Save a Milena image by dumping its data to a file.
| [in] | ima_ | The image to save. | 
| [in] | filename | the destination. | 
 1.5.9