- 24 Jun, 2016 3 commits
-
-
MYLS authored
-
MYLS authored
-
MYLS authored
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`.)
-
- 20 Jun, 2016 1 commit
-
-
MYLS authored
```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); ```
-
- 18 Jun, 2016 6 commits
-
-
MYLS authored
Two test are still needed: 1. Verify the Base64 data. 2. Read an old YML file for compatibility test.
-
MYLS authored
-
MYLS authored
Two other test are still needed. 1. Verify the Base64 data. 2. Read an old YML file for compatibility test.
-
MYLS authored
-
MYLS authored
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.
-
MYLS authored
[GSoC] FileStorage: Add base64 support for reading and writting XML\YML file. The two new functions: ``` 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); ```
-
- 17 Jun, 2016 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 16 Jun, 2016 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Some CMake 3.x (2.8.12.2 is fine) provides broken build configurations with following build error message: ld: fatal error: -soname: must take a non-empty argument Linker command line sample contains this: "-shared -Wl,-soname, -o"
-
- 15 Jun, 2016 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Philipp Hasper authored
combinations of translation, rotation, and uniform scaling equals four degrees of freedom
-
Alexander Alekhin authored
-
- 11 Jun, 2016 2 commits
-
-
Philipp Nordhus authored
-
Ankit Yadav authored
-
- 08 Jun, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 07 Jun, 2016 5 commits
-
-
Adam Rankin authored
Correcting return type from videoDevice::findType to be int thus allowing detection of failed device init request
-
Alexander Alekhin authored
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
Tomoaki Teshima authored
-
- 06 Jun, 2016 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 03 Jun, 2016 2 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
- 01 Jun, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 31 May, 2016 7 commits
-
-
Tomoaki Teshima authored
* loosen the threshold only under aarch64 * fix #6610
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-