$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PFM

Functions

void mln::io::pfm::load (image2d< float > &ima, const std::string &filename)
image2d< floatmln::io::pfm::load (const std::string &filename)

Detailed Description

PFM I/O routines.

Function Documentation

void mln::io::pfm::load ( image2d< float > &  ima,
const std::string &  filename 
)

Load a pfm image in a Milena image.

Parameters
[out]imaA reference to the image2d<float> which will receive data.
[in]filenameThe source.
image2d<float> mln::io::pfm::load ( const std::string &  filename)

Load a pfm image in a image2d<float>.

Parameters
[in]filenameThe image source.
Returns
An image2d<float> which contains loaded data.