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

Namespaces

namespace  impl
namespace  internal

Functions

void load (image2d< float > &ima, const std::string &filename)
image2d< floatload (const std::string &filename)
template<typename I >
void save (const Image< I > &ima, const std::string &filename)

Detailed Description

Namespace of pfm input/output handling.

Function Documentation

template<typename I >
void mln::io::pfm::save ( const Image< I > &  ima,
const std::string &  filename 
)

Save a Milena image as a pfm image.

Parameters
[in]imaThe image to save.
[in,out]filenamethe destination.