Milena (Olena)
User documentation 2.0a Id
|
Namespace of pnms input/output handling. More...
Functions | |
template<typename V > | |
void | load (char type, image3d< V > &ima, const util::array< std::string > &filenames) |
Load pnm images as slices of a 3D Milena image. | |
void | load (char type, image3d< bool > &ima, const util::array< std::string > &filenames) |
Namespace of pnms input/output handling.
|
inline |
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.. |
Definition at line 79 of file pnms/load.hh.
References mln::make::image3d(), mln::util::array< T >::is_empty(), and mln::util::array< T >::nelements().
Referenced by mln::io::pbms::load().
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 102 of file pnms/load.hh.
References mln::make::image3d(), mln::util::array< T >::is_empty(), mln::io::pbm::load(), and mln::util::array< T >::nelements().