86 Commits (778f42ad34559451d62ac9ba585717aec77fb23a)

Author SHA1 Message Date
Alexander Alekhin d4501f08b8 core(persistence): disable base64 tests due missing encoders 5 years ago
Alexander Alekhin 4ea8526e9f core(persistence): fix writeRaw() / readRaw() struct support 5 years ago
Alexander Alekhin c3b838b738 core(persistence): struct storage layout without alignment gaps 5 years ago
Dmitry Kurtaev 6c76c8f881 Add a test for FileNode::keys() 6 years ago
Dmitry Kurtaev a7f30391d0 Add FileNode::keys() missed during refactoring 6 years ago
Matt Bennett 10e1c2b3cd Merge pull request #11935 from mattmyne:filestorage_matx 6 years ago
Vadim Pisarevsky 0f622206e4
completely new C++ persistence implementation (#13011) 6 years ago
Maksim Shabunin e0f524d3b7 Fixed several incorrect printf format specifiers 6 years ago
Pavel Rojtberg d1c842cf29 core: fix printf warnings by using c++11 format 6 years ago
Alexander Alekhin df8b057b44 avoid `Ptr<> == NULL` checks 6 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 6 years ago
Alexander Alekhin 703f79b757 tests: add "bigdata" tests 7 years ago
LaurentBerger 03eb463f1c Solves #11156 (#11160) 7 years ago
Tomoaki Teshima 6a661e1e28 fix test error on VS2013 7 years ago
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 7 years ago
Alexander Alekhin 9930076dc5 core(test): avoid filename duplicates in tests 7 years ago
Alexander Alekhin 825b14278e core: fix persistence with deprecated traits 7 years ago
Alexander Alekhin 0451629e22 core(persistence): resolve DMatch/KeyPoint problem 7 years ago
Vladislav Sovrasov 5e68b28ad3 core: fix file not closed when exception in FS 7 years ago
Vladislav Sovrasov aa54acd54d core: add a test to reproduce #9312 7 years ago
dkurt 583b327523 Fix JSON booleans without quotes 7 years ago
dkurt 3515f6ec33 Missed NAMED bit of JSON nodes tag 7 years ago
Alexander Alekhin 5bc291937f test: FileStorage format regression test 7 years ago
Alexander Alekhin 75f28245a8 core: fix persistence bug in RAW I/O code 8 years ago
Tomoaki Teshima 0f5aaade61 fix test error on VS2012 8 years ago
Vladislav Sovrasov 931b32d102 core: add single DMatch/Keypoint I/O 8 years ago
Alexander Alekhin 89ce2dc405 core: DMatch I/O tests 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
Vladislav Sovrasov 7c266ffffe Add support of vector of vectors serialization to FileStorage 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. 8 years ago
MYLS 8596e82d98 Add JSON support. 8 years ago
Ilya Lavrenov 313f54bc39 read/write vec2i from/to filestorage 8 years ago
Ilya Lavrenov 87ae4e0564 fixed clone of empty matrix 8 years ago
MYLS 617df09143 Modify Base64 functions and add test and documentation 8 years ago
Philipp Hasper 00112bbe10 persistence: fixing crash with space-only values 9 years ago
MYLS df5a7c8ee9 build again for OpenCL. 9 years ago
MYLS 677d4d20ce fixed an error in the test... 9 years ago
MYLS 959002fb96 solve warnings and errors in test. 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 958263d245 Solve warnings, and adjusted the test case. 9 years ago
MYLS 882e4221e7 fix errors from test. 9 years ago
MYLS 7b1f7c8d8e Add Base64 support for FileStorage 9 years ago
MYLS ecd827fc8e Add Base64 support for FileStorage 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
Mansour Moufid b99f7a29df Cast some image coordinates and sizes to double. 10 years ago