127 Commits (8b197c58e6ccb9c04803ae08a3155c902e57d712)

Author SHA1 Message Date
Alexander Alekhin 576d2dbac0 refactor: don't use CV_ErrorNoReturn() internally 7 years ago
Alexander Alekhin 12e8e33144 build: enable -Wimplicit-fallthrough warning for OpenCV modules 7 years ago
Alexander Alekhin 7d8f1dde26 core(persistence): disable checks for base64 streams 7 years ago
Alexander Alekhin f4c4b01455 core: added checks and "fixit" items for persistence parsers 7 years ago
Maksim Shabunin e225850cc6 Split persistence.cpp into smaller pieces (#10788) 7 years ago
Pavel Rojtberg 2d674fc151 persistence: replace arbitrary limit of cn to 4 by CV_CN_MAX (#10636) 7 years ago
Alexander Alekhin 825b14278e core: fix persistence with deprecated traits 7 years ago
Maksim Shabunin 7349b8f5ce Build for embedded systems 7 years ago
Alexander Alekhin 0451629e22 core(persistence): resolve DMatch/KeyPoint problem 8 years ago
Vladislav Sovrasov 5e68b28ad3 core: fix file not closed when exception in FS 8 years ago
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 8 years ago
Vladislav Sovrasov 38483fe7a7 Skip UTF-8 BOM in FileStorage 8 years ago
fegorsch ddf0554fff Use colon in "%YAML:1.0" directive when persisting to YAML-files 8 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