783 Commits (87ab4ee56732d4b6eeacf586f33deb0cfe95c0ea)

Author SHA1 Message Date
Alexander Alekhin dd304dbe05 test: fix min/max name mismatching 8 years ago
Alexander Alekhin e5d9b608c4 cmake: fix fp16 support 8 years ago
Julian Exner 46af07575e Add test case for cv::Mat::forEach 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
Alexander Alekhin ebdd74105a core(test): add regression test for RNG in parallel_for_() 8 years ago
Vladislav Sovrasov 14451f3f06 core: fix adjustROI behavior on indexes overflow 8 years ago
Alexander Alekhin 9ac9e9e29a core: fix String::end() implementation 8 years ago
Maksim Shabunin b417b4dbee KMeans improvement 8 years ago
Vladislav Sovrasov 896c34fab3 Add support of type headings from YAML1.2 8 years ago
Tomoaki Teshima 8b22099da2 use universal intrinsic and SSE4 popcount instruction in normHamming 8 years ago
Alexander Alekhin 0e4dde1781 Merge pull request #7872 from alalek:merge-2.4 8 years ago
Alexander Alekhin cc09f5a7de Merge pull request #7854 from alalek:backports_2016 8 years ago
Addison Elliott eb04b2bfa9 Added N-dim submat selection with vectors 8 years ago
Alexander Alekhin dbbbad40fb build: eliminate ICC warnings 8 years ago
Alexander Alekhin fb223784a6 test: fix Core_HAL.mat_decomp test implementation 8 years ago
Alexander Alekhin 7bceef715c test: fix mulSpectrums error tolerance 8 years ago
Alexander Alekhin 79857f1e38 test: fix Core_ArithmMask.uninitialized test 8 years ago
Alexander Alekhin ab429d2e73 test: fix inplace in 'mulComplex' from test_dxt 8 years ago
Alexander Alekhin 5032dae9ed test: refactor test to capture more information on failure 8 years ago
Tomoaki Teshima 3ea4f72e35 fix Core_MulSpectrum test on 64bit ARM + release mode 8 years ago
Maksim Shabunin 21167b1bf1 Fixed several GCC 5.x warnings 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
Tomoaki Teshima b823c8e95c add universal intrinsic in StereoSGBM 8 years ago
fegorsch ddf0554fff Use colon in "%YAML:1.0" directive when persisting to YAML-files 8 years ago
Alexander Alekhin 5da8d65371 eliminate compiler warnings 8 years ago
Tomoaki Teshima 841ccccada use universal intrinsic in canny 8 years ago
Tomoaki Teshima c7cb116dc0 check FP16 build condition correctly 8 years ago
Alexander Alekhin f50f34016e test: fix test crash (exception in destructor) 8 years ago
Rostislav Vasilikhin 27dd27400a fixed invalid output of cv::dft when using DFT_ROWS + DFT_COMPLEX_OUTPUT (http://code.opencv.org/issues/3428) 8 years ago
Rostislav Vasilikhin 6d691f2e05 added test for http://code.opencv.org/issues/1918 8 years ago
Rostislav Vasilikhin 9840825743 added test checking http://code.opencv.org/issues/4050 8 years ago
Vladislav Sovrasov dfe4519c07 Add QR decomposition to HAL 8 years ago
Tomoaki Teshima 903789f7af use universal intrinsic for FP16 8 years ago
Rostislav Vasilikhin 0a3a2df433 fixed U non-orthogonality in SVD (http://code.opencv.org/issues/3801) 8 years ago
Rostislav Vasilikhin b28d13430c fixed http://code.opencv.org/issues/3828 8 years ago
Maksim Shabunin dc704d77ac Fixed several GCC 5.x warnings 8 years ago
Tomoaki Teshima 7fef96be1e add 64F intrinsic in HAL NEON 8 years ago
Matthew Self 9678d48e1a 2-channel interleaved load/store for universal intrinsics (float only) 8 years ago
MYLS 47f2e618ee Add two tests. 8 years ago
LaurentBerger b75bac7975 Solve Issue 7063 8 years ago
MYLS 8596e82d98 Add JSON support. 8 years ago
Tomoaki Teshima 891c83ff35 fix build error 8 years ago
Tomoaki Teshima 70dcd107d0 follow the comment 8 years ago
Tomoaki Teshima 4423a5edad fix build error 8 years ago
Ilya Lavrenov 313f54bc39 read/write vec2i from/to filestorage 8 years ago
Ilya Lavrenov 71cbd6f02e fixed bug #5775 8 years ago
Rostislav Vasilikhin 96edb270a6 fixed memory corruption when normal dist. params have less channels than target matrix; test added 8 years ago