$extrastylesheet
Functions | |
| void | mln::io::pbms::load (image3d< bool > &ima, const util::array< std::string > &filenames) |
| void | mln::io::pbm::load (image2d< bool > &ima, const std::string &filename) |
| image2d< bool > | mln::io::pbm::load (const std::string &filename) |
| template<typename I > | |
| void | mln::io::pbm::save (const Image< I > &ima, const std::string &filename) |
PBM I/O routines.
| void mln::io::pbms::load | ( | image3d< bool > & | ima, |
| const util::array< std::string > & | filenames | ||
| ) |
Load pbms images as slices of a 3D Milena image.
| [out] | ima | A reference to the 3D image which will receive data. |
| [in] | filenames | The list of 2D images to load.. |
| void mln::io::pbm::load | ( | image2d< bool > & | ima, |
| const std::string & | filename | ||
| ) |
Load a pbm image in a Milena image.
| [out] | ima | A reference to the image2d<bool> which will receive data. |
| [in] | filename | The source. |
| image2d<bool> mln::io::pbm::load | ( | const std::string & | filename | ) |
Load a pbm image in a image2d<float>.
| [in] | filename | The image source. |
| void mln::io::pbm::save | ( | const Image< I > & | ima, |
| const std::string & | filename | ||
| ) |
Save a Milena image as a pbm image.
| [in] | ima | The image to save. |
| [in,out] | filename | the destination. |