$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::io::pnms Namespace Reference

Functions

template<typename V >
void load (char type, image3d< V > &ima, const util::array< std::string > &filenames)
void load (char type, image3d< bool > &ima, const util::array< std::string > &filenames)

Detailed Description

Namespace of pnms input/output handling.

Function Documentation

template<typename V >
void mln::io::pnms::load ( char  type,
image3d< V > &  ima,
const util::array< std::string > &  filenames 
)

Load pnm images as slices of a 3D Milena image.

Parameters
[in]typeThe type of the pnm files.
[out]imaA reference to the 3D image which will receive data.
[in]filenamesThe list of 2D images to load..
void mln::io::pnms::load ( char  type,
image3d< bool > &  ima,
const util::array< std::string > &  filenames 
)

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.