wrapperEDF.hpp File Reference
#include <egami/egami.hpp>
Go to the source code of this file.
Functions | |
egami::Image | egami::loadEDF (const std::string &_fileName) |
bool | egami::storeEDF (const std::string &_fileName, const egami::Image &_inputImage) |
Detailed Description
- Copyright
- 2011, Edouard DUPIN, all right reserved
- Note
- License: APACHE v2.0 (see license file)
Function Documentation
§ loadEDF()
egami::Image egami::loadEDF | ( | const std::string & | _fileName | ) |
Load a bmp file in the image. A simple example of EDF file is : [PRE] #EDF //Example Of EDF file (5,5)
*
- *
- *
- [PRE]
- Parameters
-
[in] _fileName Name of the file.
- Returns
- Read Image
- [PRE]
- *
§ storeEDF()
bool egami::storeEDF | ( | const std::string & | _fileName, |
const egami::Image & | _inputImage | ||
) |
Store a edf file in the image.
- Parameters
-
[in] _fileName Name of the file. [in] _inputImage write data.
- Returns
- true if all is done correctly, false otherwise.