117 Commits (b4e300b78b204e94997ad036b94de9ce4717f5a5)

Author SHA1 Message Date
dkurt 583b327523 Fix JSON booleans without quotes 8 years ago
dkurt 3515f6ec33 Missed NAMED bit of JSON nodes tag 8 years ago
Alexander Alekhin ec7ce81401 core: fix FileStorage format detection in case of .gz archives 8 years ago
Alexander Alekhin 5bc291937f test: FileStorage format regression test 8 years ago
PkLab.net 6dd9e18b2e add std::string overload for cv::read() 8 years ago
Vladislav Sovrasov 5b833db558 core: forbid conversion real->int in some cases in FileStorage 8 years ago
Maksim Shabunin a769d69a9d Fixed several issues found by static analysis 8 years ago
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
Maksim Shabunin b04ed5956e Fixed several issues found by static analysis in core module 8 years ago
Alexander Alekhin 75f28245a8 core: fix persistence bug in RAW I/O code 8 years ago
Yuriy Solovyov 26ccc09c46 Fix zlib issue on iOS 8 years ago
chacha21 74abbd0898 Fix compilation when USE_ZLIB is false 8 years ago
chacha21 aa1b031274 get rid of warning C4800 under VS2010 8 years ago
Vladislav Sovrasov c321d025c4 Fix DMatch and Keypoint I/O in FileStorage 8 years ago
Vladislav Sovrasov 896c34fab3 Add support of type headings from YAML1.2 8 years ago
Matt Bennett c3a8db6d6c Merge pull request #7952 from mattmyne:JSONWriteFixTrailingDecimalPoint 8 years ago
mshabunin e941259434 Persistence: fixed valgrind warning in base64 decoder 8 years ago
mshabunin a0e771f545 Fixed valgrind issues in persistence functions 8 years ago
Vladislav Sovrasov e955d17c51 Add new error messages 9 years ago
Vladislav Sovrasov 38483fe7a7 Skip UTF-8 BOM in FileStorage 9 years ago
fegorsch ddf0554fff Use colon in "%YAML:1.0" directive when persisting to YAML-files 9 years ago
MYLS 47f2e618ee Add two tests. 9 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
MYLS d99832163a solve warnings and do some cleaning. 9 years ago
MYLS 8596e82d98 Add JSON support. 9 years ago
MYLS 1da8a19af3 fixed two bugs that I caused. 9 years ago
MYLS 86238d2748 make some changes according to the code review. 9 years ago
MYLS 08911cbfae change `code` to `snippet` and do some cleaning. 9 years ago
MYLS cf2d6f6721 solve errors and warnings 9 years ago
MYLS 78ca5ddd45 solve errors and warnings 9 years ago
Ilya Lavrenov 87ae4e0564 fixed clone of empty matrix 9 years ago
MYLS 617df09143 Modify Base64 functions and add test and documentation 9 years ago
Philipp Hasper 00112bbe10 persistence: fixing crash with space-only values 9 years ago
MYLS 7c92ee2e6e Split `cvWriteRawData_Base64` into three functions 9 years ago
MYLS 29921d055d change the parameter to `CvMat` and `CvMatND` 9 years ago
MYLS 9faa2a7fd0 solve warning for IOS 9 years ago
MYLS 958263d245 Solve warnings, and adjusted the test case. 9 years ago
MYLS 882e4221e7 fix errors from test. 9 years ago
MYLS d1b097f409 fix most coding style warnings and errors 9 years ago
MYLS ecd827fc8e Add Base64 support for FileStorage 9 years ago
Pavel Rojtberg bf688da50b FileStorage: add simplified API for bindings 9 years ago
Philipp Hasper b6d8c9d990 operator<< handles keys starting with underscore 9 years ago
Philipp Hasper 47c4ee974a operator<< handles keys starting with underscore 9 years ago
Vadim Pisarevsky 432cf1152a added read/write functions for vector<DMatch> + the test (http://code.opencv.org/issues/4308) 10 years ago
Roman Donchenko bf2256fb89 cvOpenFileStorage: reduce the scope of xml_buf and make sure it's freed... 10 years ago
Roman Donchenko 6274e1fc5f cvOpenFileStorage: reduce the scope of xml_buf and make sure it's freed... 10 years ago
Roman Donchenko 6b8ebf3e94 Fix memory leaks appearing when cvOpenFileStorage throws 10 years ago
Vladislav Vinogradov a932d8aba1 use full qualified name for all internal namespaces to prevent ambiguous symbol errors 10 years ago
Roman Donchenko 08da247a87 cvOpenFileStorage: reduce the scope of xml_buf and make sure it's freed... 10 years ago
Roman Donchenko 16ce114e0c Fix memory leaks appearing when cvOpenFileStorage throws 10 years ago