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

Functions

template<typename I >
void mln::io::plot::load (util::array< I > &arr, const std::string &filename)
template<typename I >
void mln::io::plot::save (const image1d< I > &ima, const std::string &filename)
template<typename T >
void mln::io::plot::save (const util::array< T > &arr, const std::string &filename, int start_value=0)

Detailed Description

Plot I/O routines.

Function Documentation

template<typename I >
void mln::io::plot::load ( util::array< I > &  arr,
const std::string &  filename 
)

Load a Milena array from a plot file.

Parameters
[in]arrA reference to the array to load.
[out]filenameThe output file.
template<typename I >
void mln::io::plot::save ( const image1d< I > &  ima,
const std::string &  filename 
)

Save a Milena 1D image in a plot file.

Parameters
[in]imaA reference to the image to save.
[out]filenameThe output file.
template<typename T >
void mln::io::plot::save ( const util::array< T > &  arr,
const std::string &  filename,
int  start_value = 0 
)

Save a Milena array in a plot file.

Parameters
[in]arrA reference to the array to save.
[out]filenameThe output file.
[in]start_valueThe start index value of the plot (optional).