wrapperEDF.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include <egami/egami.hpp>
9 
10 namespace egami {
25  egami::Image loadEDF(const std::string& _fileName);
32  bool storeEDF(const std::string& _fileName, const egami::Image& _inputImage);
33 }
34 
Definition: debug.hpp:10
bool storeEDF(const std::string &_fileName, const egami::Image &_inputImage)
Definition: Image.hpp:66
egami::Image loadEDF(const std::string &_fileName)