646 Commits (483e9f341c51cb3c6b3271f7733527dcff475187)

Author SHA1 Message Date
Vitaly Tuzov f0fb91f2d4 Fixed v_signmask implementation for AVX2, updated universal intrinsics tests. 6 years ago
Vitaly Tuzov 1220dd4877 Updated v_popcount description, reference implementation and test. 6 years ago
Vitaly Tuzov 18d10d6b86 Fixed v_reduce_sad intrinsics implementation and added tests 6 years ago
Alexander Alekhin d6b82dcd65
Merge pull request #14162 from alalek:eliminate_coverity_scan_issues 6 years ago
Alexander Alekhin 93a402d0f2 core: fix Core_EigenNonSymmetric.convergence test 6 years ago
Alexander Alekhin a7c4ee9ae1 core: add iterations limit check in eigenNonSymmetric() 6 years ago
Alexander Alekhin 7366eebebb core: fix condition in OutputArray::create(allowTransposed=True) 6 years ago
berak 20afae5a14 core: fix mat matx multiplication 6 years ago
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