opencv/modules/core/include/opencv2
MYLS 7c92ee2e6e Split cvWriteRawData_Base64 into three functions
The three new functions:

```cpp
void cvStartWriteRawData_Base64(::CvFileStorage * fs, const char* name,
int len, const char* dt);
void cvWriteRawData_Base64(::CvFileStorage *
fs, const void* _data, int len);
void
cvEndWriteRawData_Base64(::CvFileStorage * fs);
```

Test is also updated. (And it's remarkable that there is a bug in
`cvWriteReadData`.)
2016-06-24 22:27:42 +08:00
..
core Split cvWriteRawData_Base64 into three functions 2016-06-24 22:27:42 +08:00
core.hpp Minor additions to the documentation. 2016-05-26 16:35:20 +02:00