$extrastylesheet
Namespaces | |
namespace | impl |
namespace | internal |
Functions | |
void | load (image2d< float > &ima, const std::string &filename) |
image2d< float > | load (const std::string &filename) |
template<typename I > | |
void | save (const Image< I > &ima, const std::string &filename) |
Namespace of pfm input/output handling.
void mln::io::pfm::save | ( | const Image< I > & | ima, |
const std::string & | filename | ||
) |
Save a Milena image as a pfm image.
[in] | ima | The image to save. |
[in,out] | filename | the destination. |