5017 Commits (d376fe9e173379630d869faa8e21c07bf78cd199)

Author SHA1 Message Date
Alexander Alekhin bac1c6d12f hotfix: repair Clang ABI 3 years ago
Alexander Alekhin 982503e9a8 core: ensure 'int' result from CV_POPCNT_U64(x) 3 years ago
Alexander Alekhin 4223495e6c release: OpenCV 4.5.4 3 years ago
Alexander Alekhin 39ee5c5a46 plugins: reverse candidates order to fetch higher versions first 3 years ago
Alexander Alekhin b1cf550123 release: OpenCV 3.4.16 3 years ago
Alexander Alekhin 4985311d46 core(tls): avoid destruction of TlsAbstraction singleton 3 years ago
Alexander Alekhin e75387f029 core: fix compilation of copy ctors/assignment operators with GCC 4.x 3 years ago
Alexander Alekhin 27545dcc86 core: add __NetBSD__ build fix in parallel.cpp 3 years ago
Alexander Alekhin eab2b9dc09 core: ensure is_trivially_copyable for simple types 3 years ago
Giles Payne 19a880bb91 Simple matrix multiplication for Mat in iOS/Android 3 years ago
Alexander Alekhin 3e6f27522b pre: OpenCV 4.5.4 (version++) 3 years ago
Alexander Alekhin ebef84e9ea pre: OpenCV 3.4.16 (version++) 3 years ago
Alexander Alekhin d20c9bde7e core(TLS): force TlsAbstraction initialization before main() 3 years ago
Alexander Alekhin 62414e3073 core(parallel): suppress TSAN warning 3 years ago
Giles Payne 27df987211 Fix bug in initializers Rect2f(Point2f,Point2f) and Rect2d(Point2d,Point2d) 3 years ago
mikael f7b4b750d8 Detect FP16 on FreeBSD aarch64 3 years ago
Alexander Alekhin 0c10ae1861 python: cv.Mat wrapper over numpy.ndarray 3 years ago
Giles Payne b3cc828995 Fix put/get functions for non-contiguous Mat on iOS/macOS 3 years ago
Vadim Levin 3c89a28a06
Merge pull request #20611 from VadimLevin:dev/vlevin/pure-python-modules 3 years ago
Dale Phurrough de1a459879
fix opencv/opencv#20613 3 years ago
Alexander Alekhin 9b4ecc96f6 core(ocl): buffer bounds in intelblas_gemm_buffer_NT 3 years ago
Alexander Alekhin e3f4f874c5
Merge pull request #20670 from alalek:core_ocl_fix_intel_gpu_gemm_requirements 3 years ago
Alexander Alekhin 5578ad5e14 dnn(ocl): fix automatic globalsize adjusting 3 years ago
Alexander Alekhin aaff125608 core(ocl): debug capabilities 3 years ago
Vadim Levin 16b9514543 feat: update conversion logic for `std::vector<T>` in Python bindings 3 years ago
Alexander Alekhin f25951c412 core(ocl): handle NULL in dumpValue() debug call 3 years ago
Dale Phurrough 3995deaf76
fix opencv/opencv#20544 nodiscard for msvc/gcc 3 years ago
Dale Phurrough 54a9e00970
fix opencv/opencv#20594 - exception handling with refcounts 3 years ago
Dale Phurrough 9bda96d39e
add test case 3 years ago
HAN Liutong 2f31763335 fix v_reduce_sum 3 years ago
Daniel Playfair Cal 4d63a89fa6
Merge pull request #20536 from hedgepigdaniel:fix/ocl-context-create-ownership 3 years ago
Alexander Smorkalov 6a2e559222 Fixed memory access issue in v_rshr_pack_store intrinsic on RISC-V RVV. 3 years ago
Vadim Levin 531ea5b3a2 fix: convert arguments names that are keywords reserved by Python 3 years ago
Zhuo Zhang bdd3930855
Fix typo in comment, OpenMP => TBB 3 years ago
ZhangYin acc576658a
Merge pull request #20412 from joy2myself:rvv-0.10 3 years ago
Francesco Petrogalli d29c7e7871
Merge pull request #20392 from fpetrogalli:aarch64-semihosting 3 years ago
Pablo Romero 6f417b57c1
Merge pull request #20399 from pablorcum:3.4 3 years ago
Francesco Petrogalli b928ebdd53
Merge pull request #19985 from fpetrogalli:disable_threads 3 years ago
Smirnov Egor b42623ff9d port base64 encoding from 3.4 3 years ago
Alexander Alekhin ad6e82942b release: OpenCV 4.5.3 3 years ago
Alexander Alekhin 591708903b release: OpenCV 3.4.15 3 years ago
Joe Howse 6a3d925a47 OpenCL: core support for FP16, more channel orders 3 years ago
Alexander Alekhin db4b1e613c core(persistence): fix types format handling 3 years ago
Alexander Alekhin 4eac198270 core(persistence): fix types format handling, fix 16F support 3 years ago
Giles Payne 61a5378aeb Improvements/fixes for unsigned type handling in Swift/Kotlin 3 years ago
xzvno 42d644ef91
Merge pull request #20293 from endjkv:fix-mem-leak-when-throw 3 years ago
Dale Phurrough 8be86cbdfd
add usageFlags to UMat static factories 3 years ago
kikaxa bb60cb0bf9 Reenable filesystem for ios builds 4 years ago
Zhang Yin 3a15a3821a Update RISC-V back-end to RVV 0.10 4 years ago
Vincent Rabaud c8268e65fd Fix potential NaN in cv::norm. 4 years ago