2566 Commits (1c88e1fd194e1607154a4ee6729b815e3b731daf)

Author SHA1 Message Date
Federico Martinez 773262bc09 Fix UB in CopyMakeConstBoder_8u 4 years ago
Alexander Alekhin 309e1e2b1d core(InputArray): replace STD_ARRAY to MATX 4 years ago
Dale Phurrough 4badf640bf add noexcept to default constructors of cv::ocl 4 years ago
Alexander Alekhin 6d3502833f core: include version.hpp in cvdef.h, fix precomp.hpp usage 4 years ago
Zhuo Zhang 743099f9f9
Merge pull request #19521 from zchrissirhcz:3.4-fix-core-module-android-arm64-build 4 years ago
Vincent Rabaud 847b16fb76 Disable thread sanitization when CV_USE_GLOBAL_WORKERS_COND_VAR is not set. 4 years ago
Alexander Alekhin 37e656082b core(ocl): update isOpenCLActivated() 4 years ago
Alexander Alekhin 212815a10d core(ocl): fix lifetime handling of Image kernel args 4 years ago
Francesco Petrogalli c526705f4f [cv::transform] Enable CV_SIMD for the 16U case on AArch64. 4 years ago
Alexander Alekhin c240355cc6 dnn(ocl): avoid mess FP16/FP32 in convolution layer 4 years ago
Alexander Alekhin 4b3d2c8834 dnn(ocl): fix gemm kernels with beta=0 4 years ago
Alexander Alekhin 392991fa0b core(opencl): add version check before clCreateFromGLTexture() call 4 years ago
Alexander Alekhin d35e2f5339 core(ipp): workaround getIppTopFeatures() value mismatch 4 years ago
Alexander Alekhin 91ce6ef190 core(ipp): disable SSE4.2 code path in countNonZero() 4 years ago
Or Avital 5a3a915a9b Remove unnecessary condition (will never reach) 4 years ago
Jiri Kucera ce31c9c448 core(matrix): Negative values checks 4 years ago
Jojo R 12b8d542b7 norm.cpp(normL2Sqr_): improve performance of pipeline 4 years ago
Alexander Alekhin 2b558a3787 core: fix F16C compilation check 4 years ago
Alexander Alekhin aac7c5465b core: move inline code from mat.inl.hpp 4 years ago
Mario Emmenlauer 102d8f67cd matrix.cpp::setSize(): fixed out-of-bounds access on cv::Mat steps 4 years ago
Rafael Sadowski 3acf8cfd63 Add an OpenBSD check 4 years ago
Alexander Alekhin 261ad78122 core: emit more clear messages in OutputArray::create() 4 years ago
Alexander Alekhin 4fa82809df ocl: avoid rescheduling of async kernels 4 years ago
Alexander Alekhin efcf307b4c ocl: cleanup dead code in case of disabled OpenCL 4 years ago
Clement Courbet da555a2c9b Optimize opencv dft by vectorizing radix2 and radix3. 4 years ago
Alexander Alekhin cd00d8f3f0 core(trace): lazy quering for OPENCV_TRACE_LOCATION 4 years ago
Alexander Alekhin b3755e617c ocl: silence warning in case of async cleanup 4 years ago
nhlsm 68f527267b
Merge pull request #18080 from nhlsm:improve-mat-operator-assign-scalar 4 years ago
Alexander Alekhin 00890aecdf core(ocl): fix ocl::Image2d::isFormatSupported() 4 years ago
Namgoo Lee 2241bfb0df Use "src" not "*this" for source GpuMat 4 years ago
Alexander Alekhin e54040d540 core: use lazy on-demand initialization for param_traceEnable 4 years ago
Alexander Alekhin 442999dcdb core: fix handling of ND-arrays in dumpInputArray() helpers 5 years ago
Maksim Shabunin 59608907b8 Added countNonZero test for big arrays and disable IPP for some cases 5 years ago
Vadim Pisarevsky 5489735258
Merge pull request #17436 from vpisarev:fix_python_io 5 years ago
Egor Pugin 1bec7ca540
Merge pull request #17352 from egorpugin:patch-2 5 years ago
Alexander Alekhin 74e4cfd1da core(MatExpr): fix warning in case of e.s == (0, 0, 0, 0) 5 years ago
Alexander Alekhin c8f1948d58 core: drop EXPR handing code in InputArray 5 years ago
Alexander Alekhin 936428cb3b core(MatExpr) fetch result before InputArray wrap 5 years ago
Alexander Alekhin 54063c40de core(ocl): options to control buffer access flags 5 years ago
Alexander Alekhin 09134ac881 core: emit warning ONCE on ambiguous MatExpr processing 5 years ago
Alexander Alekhin e661ad2a67 eliminate build warnings 5 years ago
cyy bdc29cccb6 fix freebsd build 5 years ago
Alexander Alekhin c920b45fb8 core(persistence): fix resource leaks - force closing files 5 years ago
Alexander Alekhin 77d1c20fb7 core(buffer_area): handle 'OPENCV_ENABLE_MEMORY_SANITIZER=ON' case 5 years ago
RAJKIRAN NATARAJAN 3b2e409fa7
Merge pull request #16779 from saskatchewancatch:issue-16777 5 years ago
Alexander Alekhin 83e1d79403 core: update CPUs detection 5 years ago
Alexander Alekhin 34530da66e core: fix coverity issues 5 years ago
Alexander Alekhin 4f288a1e28
Merge pull request #16704 from alalek:core_log_once_log_if 5 years ago
Jan Solanti ad16c243ca core(ocl): Don't query image formats when none exist 5 years ago
Alexander Alekhin 4d0f13544d
Merge pull request #16700 from alalek:fix_core_matexpr_size_gemm 5 years ago