opencv/modules/core
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
..
doc Added example to the documentation for the NormTypes enum (L1, L2, INF) 2015-10-15 19:16:07 +02:00
include/opencv2 Split cvWriteRawData_Base64 into three functions 2016-06-24 22:27:42 +08:00
misc/java Revert of "Merge pull request #4014 from sgjava:opencv-sgjava" (reverted from commit 52fa55a770) 2015-05-19 13:30:18 +03:00
perf let the performance test of split pass on 64bit ARM 2016-05-31 23:57:49 +09:00
src Split cvWriteRawData_Base64 into three functions 2016-06-24 22:27:42 +08:00
test Split cvWriteRawData_Base64 into three functions 2016-06-24 22:27:42 +08:00
CMakeLists.txt cmake: refactor HAL attaching process 2016-06-15 17:34:30 +03:00