$extrastylesheet
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) |
Namespace of pnms input/output handling.
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.
[in] | type | The type of the pnm files. |
[out] | ima | A reference to the 3D image which will receive data. |
[in] | filenames | The list of 2D images to load.. |