638 Commits (5421d0866b9248f679620336c49cd3436dab8c0e)

Author SHA1 Message Date
Alexander Alekhin dc5e69b4d4 Revert "Merge pull request #13586 from eightco:Core_bugfix3" 6 years ago
Lee Jaehwan 3721c8bb06 Merge pull request #13586 from eightco:Core_bugfix3 6 years ago
Lee Jaehwan 71aee662bd Merge pull request #13544 from eightco:bugfix 6 years ago
Vitaly Tuzov cd169941f2 Added test for addition of Mat and Matx 6 years ago
Alexander Alekhin f605898bae core: fix eigen2cv() - don't change fixed type of 'dst' 6 years ago
1over b6367f5821 fixed operator- for Rect 6 years ago
Alexander Alekhin 2fa9bd221d core: add utils::findDataFile() / samples::findFile() 6 years ago
Dmitry Kurtaev 6c76c8f881 Add a test for FileNode::keys() 6 years ago
Alexander Alekhin 96ee83898d core(test): extend divideByZero test 6 years ago
Alexander Alekhin 5059523937 core: fix processing of vector-rows 6 years ago
Sayed Adel 93ffebc273 core: reimplement SIMD arithmetic, logic and comparison operations into wide universal intrinsics 6 years ago
maver1 e397434cb6 Merge pull request #12877 from maver1:3.4 6 years ago
Michał Janiszewski c8e6ce304f Catch exceptions by const-reference 6 years ago
Alexander Alekhin 5677a683a5 core(test): zero values divide test (3.x) 6 years ago
Sayed Adel 5771fd693d Change behaviour of 16-bit multiply operator 6 years ago
Vitaly Tuzov 1ff11c84ab Fixed meanStdDev() implementation for the case input matrix has more than 4 channels 6 years ago
Alexander Alekhin 48e8e76a34 fix build warnings 6 years ago
Dmitry Kurtaev 24ab751547 Merge pull request #12565 from dkurt:dnn_non_intel_gpu 6 years ago
Vitaly Tuzov 2f929376ec Fixed meanStdDev() implementation for the case input matrix has more than 4 channels 6 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 6 years ago
Vadim Pisarevsky 80b62a41c6 Merge pull request #12411 from vpisarev:wide_convert 6 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 6 years ago
Alexander Alekhin a0f86479e0 core: wrap custom types via _RawArray (raw() call) 6 years ago
Alexander Alekhin 70a27c7dd6 core: add solveLP type checks for output 6 years ago
Alexander Alekhin e86287d8ae cleanup: IPP Async (IPP_A) 6 years ago
Alexander Alekhin 67d46dfc6c core(intrin): restrict FP16 operations 6 years ago
Alexander Alekhin 7453a6938a core(test): extra tests/fixes for merge/split (#12171) 6 years ago
Alexander Alekhin f2e1710dd5 core(test): regression test for 12121 6 years ago
Alexander Alekhin 3f302cabb8 core(test): intrinsic tests for all dispatched CPU optimizations 6 years ago
Sayed Adel bb82cdc928 core:test Fix fp16 build if AVX2 sets as baseline 6 years ago
Sayed Adel 6499263b41 core:test Expand hal_intrin tests to support SIMD256 6 years ago
Maksim Shabunin 1165fdd0f5 Added more strict checks for empty inputs to compare, meanStdDev and RNG::fill 6 years ago
Maksim Shabunin cbb1e867e5 More issues found by static analysis 6 years ago
Alexander Alekhin e526c4bfe4 core(test): remove verbose messages 6 years ago
Maksim Shabunin c473718bc2 Check for empty Mat in compare, operator= and RNG::fill, fixed related tests 6 years ago
Vadim Pisarevsky f058b5fb1e
Wide univ intrinsics (#11953) 6 years ago
Alexander Alekhin 3c74fde349 core: eliminate 'if' logic from Matx::inv()/solve() 6 years ago
Alexander Alekhin 33b7028be2 core: use "explicit" for Matx() ctor 6 years ago
Vitaly Tuzov 850a8577b2 Fixed unreachable code warnings for Matx::solve() 6 years ago
Vitaly Tuzov d0a3686812 Merge pull request #11904 from terfendail/matx_solve_fix 6 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 6 years ago
yuki takehara 4fe648b15c Merge pull request #11706 from take1014:setTo_Nan_10507 7 years ago
Alexander Alekhin 703f79b757 tests: add "bigdata" tests 7 years ago
Alexander Alekhin 352510cc19 core: fix ARM intrinsincs 7 years ago
Tomoaki Teshima a58c9d4d63 arm: fix build error of v_rotate_left 7 years ago
Sayed Adel ed19da21ab core:ppc Several improvements on VSX(2) 7 years ago
yuki takehara 4934f7c5a4 Merge pull request #11285 from take1014:core_6125 7 years ago
Alexander Alekhin dfa04a11bb core: norm with mask 16UC3 regression test 7 years ago
Alexander Alekhin 6b581c4e51 build: unreachable code after CV_Error() (part 2) 7 years ago
Alexander Alekhin 65726e4244 core(hal): improve v_select() SSE4.1+ 7 years ago