- 08 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 30 Jun, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 24 Jun, 2016 1 commit
-
-
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 5 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
[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); ```
-
- 07 Jun, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 03 Jun, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 31 May, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 25 May, 2016 1 commit
-
-
Pavel Rojtberg authored
at least it is possible to read/ write calibration files. Fixes #4282. Also add CPP method for writing comments.
-
- 21 May, 2016 1 commit
-
-
Suleyman TURKMEN authored
-
- 29 Apr, 2016 1 commit
-
-
Julien Nabet authored
All of these: (performance) Prefer prefix ++/-- operators for non-primitive types. [modules/calib3d/src/fundam.cpp:1049] -> [modules/calib3d/src/fundam.cpp:1049]: (style) Same expression on both sides of '&&'.
-
- 19 Apr, 2016 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 18 Apr, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 11 Apr, 2016 2 commits
-
-
Philipp Hasper authored
-
Philipp Hasper authored
-
- 08 Apr, 2016 3 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 07 Apr, 2016 2 commits
-
-
mvukad authored
Added a writeFormat() method to Algorithm which must be called by the write() method of derived classes.
-
Maksim Shabunin authored
- added HAL documentation support - added documentation to HAL replacement interface - updated several HAL functions in imgproc module
-
- 29 Mar, 2016 2 commits
-
-
Vitaly Tuzov authored
-
Vladislav Sovrasov authored
-
- 25 Mar, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 14 Mar, 2016 1 commit
-
-
Dan authored
-
- 13 Mar, 2016 1 commit
-
-
Suleyman TURKMEN authored
typo correction
-
- 11 Mar, 2016 1 commit
-
-
Piotr Semenov authored
-
- 18 Feb, 2016 2 commits
- 11 Feb, 2016 2 commits
-
-
Alexander Alekhin authored
Apple OpenCL framework hasn't OpenGL sharing extension
-
Alexander Alekhin authored
-
- 09 Feb, 2016 1 commit
-
-
Mathieu Barnachon authored
Wrap in a cudaSafeCall.
-
- 08 Feb, 2016 1 commit
-
-
Mathieu Barnachon authored
Ensure the Cuda context is initialized correctly as long as the setDevice is not called in a multi-thread environment.
-
- 03 Feb, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 26 Jan, 2016 1 commit
-
-
Alexander Alekhin authored
_sizes can point to internal structure which is destroyed by release() call
-
- 14 Jan, 2016 1 commit
-
-
Alexander Alekhin authored
-