4298 Commits (a5ca5f6dafa575bee50c670b1858c5186656c466)

Author SHA1 Message Date
Alexander Alekhin 89528d7c3a core(ocl): don't expose exceptions from OpenCL callback 6 years ago
Maksim Shabunin 1165fdd0f5 Added more strict checks for empty inputs to compare, meanStdDev and RNG::fill 6 years ago
Maksim Shabunin 597db69151 ts: test case list is printed after cmd line parsing, refactored 6 years ago
Vadim Pisarevsky 43820d89b4
further improvements in split & merge; started using non-temporary store instructions (#12063) 6 years ago
Vadim Pisarevsky 9c7040802c
converted split() & merge() to wide univ intrinsics (#12044) 6 years ago
Maksim Shabunin cbb1e867e5 More issues found by static analysis 6 years ago
Maksim Shabunin e0603bb45f Fixed several issues found by static analysis tools 6 years ago
Tomoaki Teshima 18abe54497 fix build error on Visual Studio 2013 6 years ago
Alexander Alekhin e526c4bfe4 core(test): remove verbose messages 6 years ago
Maksim Shabunin fe806878be Enable debug assertions for static analysis builds 6 years ago
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 b0ee5d9023 core: CV_NODISCARD macro with semantic of [[nodiscard]] attr 6 years ago
Alexander Alekhin d5951bc033 build: eliminate GCC8 warnings 6 years ago
Kuang Fangjun 2b6aa50b81 avoid negative index. 6 years ago
Alexander Alekhin 3c74fde349 core: eliminate 'if' logic from Matx::inv()/solve() 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
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
catree d7bd662c95 Add a note in the documentation about Mat::ones and mat::eye. With multi-channels type (e.g. CV_8UC3), only the first channel is treated. 6 years ago
berak 45677819e8 core: fix autobuffer usage in opengl.cpp 6 years ago
Alexander Alekhin 06fc77610b core(hal): eliminate build warnings 6 years ago
Alexander Alekhin c7fc563dc0 calib3d: chessboard detector - replace OpenCV C API 6 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 6 years ago
Alexander Alekhin 135ea264ef core: align cv::AutoBuffer API with std::vector/std::array 6 years ago
yuki takehara 4fe648b15c Merge pull request #11706 from take1014:setTo_Nan_10507 7 years ago
Alexander Alekhin 49886ebae3 OpenCV version '-openvino' 7 years ago
Alexander Alekhin d69a327d6d OpenCV version++ 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
Paul Jurczak bd7bad02a0 convertFp16 documentation edit (2) 7 years ago
Alexander Alekhin 03edddba47 core: drop unnecessary duplicate check 7 years ago
Vadim Pisarevsky 7d19bd6c19 Merge pull request #11634 from vpisarev:empty_mat_with_types_2 7 years ago
Alexander Alekhin 9ba9358ecb documentation: avoid links to 'master' branch from 3.4 maintenance branch 7 years ago
Alexander Alekhin d70e01b635 calib3d: chess board - replace to cv::findContours() 7 years ago
Alexander Alekhin 549b5df225 build: workaround issues with C compilation mode 7 years ago
Namgoo Lee 79af0bfccf NPP : NppStreamHandler fix 7 years ago
Tomoaki Teshima e2c787884d fix the test failure of CUDA_Arithm/MeanStdDev 7 years ago
Alexander Alekhin f42fca9f49 cuda: avoid unnecessary cudaStreamSynchronize() call 7 years ago
Alexander Alekhin 703f79b757 tests: add "bigdata" tests 7 years ago
Vadim Pisarevsky e0dbe5cfcc
handle huge matrices correctly (#11505) 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
cDc f2fbfd7a10 fix bug in Matx::inv() 7 years ago
Sayed Adel ed19da21ab core:ppc Several improvements on VSX(2) 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