2546 Commits (097d81363befbce1bf922379a4ea886e5f6dbd2b)

Author SHA1 Message Date
Vladislav Sovrasov ae8dcdf40d core: get rid of built-in String type 6 years ago
Rostislav Vasilikhin 378cf2ab63 fixed filename slash processing 6 years ago
Alexander Alekhin d2e08a524e core: repair CV_Assert() messages 6 years ago
Alexander Alekhin 4910f16f16 core(libva): support YV12 too 6 years ago
Alexander Alekhin 5b3ac112fe core: move const tables outside of dispatched code 6 years ago
Alexander Alekhin 7453a6938a core(test): extra tests/fixes for merge/split (#12171) 6 years ago
Alexander Alekhin 9eaa583bfb core: dump neighbour cache directories (from old OpenCV versions) 6 years ago
Alexander Alekhin 3082ea82f9 core(merge): fix SIMD loop head processing 6 years ago
amatyuko 3ea2586a5a Fix for SSE2 intrinsics problem in the part of saturation arithmetic processing during 32s->16u packed conversion - 6 years ago
luz.paz 2003eb1b9b Misc. typos 6 years ago
Alexander Alekhin e90e398e7a core(ocl): do not split refcount operations / compare 6 years ago
miaow1988 2988260107 Fixed the int size overflow bug of cv::Mat.push_back(). 6 years ago
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
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
Pavel Rojtberg 3f65924c45 core: FileStorage - add support for writing vector<String> with bindings (#11883) 6 years ago
Vadim Pisarevsky f058b5fb1e
Wide univ intrinsics (#11953) 6 years ago
Alexander Alekhin d5951bc033 build: eliminate GCC8 warnings 6 years ago
berak 4382bdc859 core: remove unused dataAsRow flag from LDA 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
Vadim Pisarevsky 051b40f956
a part of PR #11364 (extended findNonZero & PSNR) (#11837) 7 years ago
Forrest Reiling e858c21e1f Fix system.cpp includes on Fuchsia. 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 4e83f4c579 core: drop cv::errorNoReturn() 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