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
..
2016-06-18 22:14:11 +08:00
2016-05-20 13:19:14 +03:00
2016-02-27 08:30:10 +05:30
2016-04-29 15:41:39 +02:00
2016-05-28 05:25:25 +03:00
2016-05-23 11:13:18 +02:00
2016-02-04 13:20:21 +01:00
2016-04-29 15:41:39 +02:00
2016-06-15 16:41:39 +02:00
2016-04-27 18:02:49 -07:00
2016-04-14 11:57:49 +02:00
2014-08-05 20:12:35 +04:00