MYLS 7b1f7c8d8e Add Base64 support for FileStorage
1. Add Base64 support for reading and writing XML\YML file.

The two new functions for writing:

```cpp
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);
```

2. Change YML file header form `YAML:1.0` to `YAML 1.0`. (standard
format)

3. Add test for Base64 part.
2016-06-18 22:14:11 +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 22:14:11 +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