MYLS ecd827fc8e Add Base64 support for FileStorage
[GSoC] FileStorage:
Add base64 support for reading and writting XML\YML file.
The two new functions:
```
void cvWriteRawData_Base64(cv::FileStorage & fs, const void* _data, int
len, const char* dt);
void cvWriteMat_Base64(cv::FileStorage & fs, cv::String const & name,
cv::Mat const & mat);
```
2016-06-18 21:40:29 +08:00
..
2015-12-25 16:16:34 +03:00
2015-09-11 18:46:52 +02:00
2016-06-07 14:53:04 +09:00
2015-12-17 12:33:23 +03:00
2015-12-17 12:33:23 +03:00
2016-06-18 21:40:29 +08:00
2014-04-07 18:53:07 +04:00
2016-01-26 14:11:53 +03:00
2015-12-09 18:31:27 +03:00
2015-12-17 12:33:23 +03:00
2013-09-05 19:03:00 +04:00
2014-02-22 09:54:16 +05:30