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

Functions

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

Detailed Description

FITS I/O routines.

Function Documentation

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

Load a fits image in a Milena image.

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

Load a fits image in a image2d<float>.

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