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

Functions

dump_header mln::io::dump::get_header (const std::string &filename)
template<typename I >
void mln::io::dump::load (Image< I > &ima_, const std::string &filename)
template<typename I >
void mln::io::dump::save (const Image< I > &ima_, const std::string &filename)

Detailed Description

Dump I/O routines.

Function Documentation

dump_header mln::io::dump::get_header ( const std::string &  filename)

Retrieve header from a dump file.

template<typename I >
void mln::io::dump::load ( Image< I > &  ima_,
const std::string &  filename 
)

Load a Milena image by dumped into a file.

Parameters
[in,out]ima_The image to load.
[in]filenamethe destination.
template<typename I >
void mln::io::dump::save ( const Image< I > &  ima_,
const std::string &  filename 
)

Save a Milena image by dumping its data to a file.

    \param[in] ima_ The image to save.
    \param[in] filename the destination.