opencv/modules/core
MYLS 29921d055d change the parameter to CvMat and CvMatND
```cpp
cvWriteMat_Base64(::cv::FileStorage & fs, ::cv::String const & name,
::cv::Mat const & mat)
```
becomes:
```cpp
CV_EXPORTS void cvWriteMat_Base64(::CvFileStorage* fs, const char* name,
const ::CvMat* mat);
CV_EXPORTS void
cvWriteMatND_Base64(::CvFileStorage* fs, const char* name, const
::CvMatND* mat);
```
2016-06-20 16:59:58 +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 change the parameter to CvMat and CvMatND 2016-06-20 16:59:58 +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 change the parameter to CvMat and CvMatND 2016-06-20 16:59:58 +08:00
test change the parameter to CvMat and CvMatND 2016-06-20 16:59:58 +08:00
CMakeLists.txt cmake: refactor HAL attaching process 2016-06-15 17:34:30 +03:00