2517 Commits (e1f14fcac70a3d36416204eb911037b73195908d)

Author SHA1 Message Date
Maksim Shabunin c473718bc2 Check for empty Mat in compare, operator= and RNG::fill, fixed related tests 6 years ago
Maksim Shabunin 1da46fe6fb Fixed issues found by static analysis (mostly DBZ) 6 years ago
Vadim Pisarevsky f058b5fb1e
Wide univ intrinsics (#11953) 6 years ago
Alexander Alekhin d5951bc033 build: eliminate GCC8 warnings 6 years ago
Kuang Fangjun 2b6aa50b81 avoid negative index. 6 years ago
catree 4dc7e617a4 Add overloaded cv::PCACompute() that returns also the eigenvalues. Useful for Java and Python OpenCV where PCA is not available. 6 years ago
Alexander Alekhin 5385086fef core: solve(): add check for passed 'method' values 6 years ago
berak 45677819e8 core: fix autobuffer usage in opengl.cpp 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Alexander Alekhin 135ea264ef core: align cv::AutoBuffer API with std::vector/std::array 7 years ago
yuki takehara 4fe648b15c Merge pull request #11706 from take1014:setTo_Nan_10507 7 years ago
Sayed Adel e0d28aa893 core:ppc Fix java CoreTest/testMahalanobis (#11677) 7 years ago
Alexander Alekhin 4091ced5ab core: set default logger level to 'warning' in Release builds 7 years ago
Vadim Pisarevsky 7d19bd6c19 Merge pull request #11634 from vpisarev:empty_mat_with_types_2 7 years ago
Alexander Alekhin f42fca9f49 cuda: avoid unnecessary cudaStreamSynchronize() call 7 years ago
Vadim Pisarevsky e0dbe5cfcc
handle huge matrices correctly (#11505) 7 years ago
cclauss 05c1a3d160 print() is a function in Python 3 7 years ago
yuki takehara 4934f7c5a4 Merge pull request #11285 from take1014:core_6125 7 years ago
Alexander Alekhin 856a07711b core: disabled IPP AVX512 normL1(a, b, mask) 7 years ago
Alexander Alekhin 39e2d64b84 core: fix icc std::exception_ptr detection 7 years ago
Alexander Alekhin f708a11f0f build: fix warnings 7 years ago
Alexander Alekhin 57dad685d1 core: disabled IPP AVX2 normL1(a, b, mask) 7 years ago
Alexander Alekhin 6b581c4e51 build: unreachable code after CV_Error() (part 2) 7 years ago
Alexander Alekhin 576d2dbac0 refactor: don't use CV_ErrorNoReturn() internally 7 years ago
Alexander Alekhin 4cbec82ac1 build: unreachable code after CV_Error() 7 years ago
Alexander Alekhin 10c9227136 core: CV_Error with set_terminate() on Windows 7 years ago
Alexander Alekhin 65726e4244 core(hal): improve v_select() SSE4.1+ 7 years ago
berak d89fb163c6 core: add a check for empty input in inRange() 7 years ago
Simon Que 705464258e Merge pull request #11353 from eecsninja:3.4 7 years ago
Alexander Alekhin d76b41b50e ocl: CL_MEM_USE_HOST_PTR workaround test 7 years ago
Alexander Alekhin 2f9cbc2e57 core: disable errors dump 7 years ago
Alexander Alekhin 12e8e33144 build: enable -Wimplicit-fallthrough warning for OpenCV modules 7 years ago
Alexander Alekhin 97882d03cc core: fix FP16 conversion with CV_DISABLE_OPTIMIZATION option 7 years ago
Alexander Alekhin 670ef403b0 ocl: improve trace messages of OpenCL calls 7 years ago
Alexander Alekhin 567ae61e78 core: add "check" macros 7 years ago
Alexander Alekhin 7dc162cb42 core: fix mm_pause() for non-SSE i386 builds 7 years ago
Alexander Alekhin 854ab48de0 tbb: fix build warnings -Wshadow 7 years ago
Alexander Alekhin 8dacbe7584 android: std::exception_ptr is not available on some platforms (even with enabled C++11) 7 years ago
Maksim Shabunin d2cff38db6 Added interface to check library version during runtime 7 years ago
Dmitry Kurtaev 73ca194313 Fix convertFp16 in JavaScript build 7 years ago
lopespt c17ce1a0af Solves issue #10506 7 years ago
Alexander Alekhin 7818071ba2 cuda: eliminate part of build warnings 7 years ago
Alexander Alekhin 82ba3ac894 cuda: refactor MemoryPool 7 years ago
yuki takehara d57e5c31c0 Merge pull request #11214 from take1014:core_9720 7 years ago
Alexander Alekhin 45a69ebec8 core: fix AVX2 min implementation 7 years ago
Vitaly Tuzov ccd16f107d Fixed IPP based implementation of setTo() for infinity value 7 years ago
Alexander Alekhin 6f69800d0c core: propagate parallel_for() exceptions 7 years ago
ltqusst 0d646490f5 Fix #10557 7 years ago
Alexander Alekhin 9111538bfb core: apply CV_OVERRIDE/CV_FINAL 7 years ago
LaurentBerger 03eb463f1c Solves #11156 (#11160) 7 years ago