2625 Commits (c9e10e1d0bdf6564758a1e8cef8d0464c251492d)

Author SHA1 Message Date
Vincent Rabaud 0d52c37e11 Fix typo that prevents compilation with sanitizer. 3 years ago
Vincent Rabaud 7a46d7efde Fix compilation on some ARM architecture. 3 years ago
Alexander Alekhin 65fcf22670 imgproc: use singleton in color_hsv.simd.hpp 3 years ago
Vincent Rabaud 667e5e4f89
Merge pull request #21943 from vrabaud:3.4_proc 3 years ago
Maksim Shabunin 593996216f cartToPolar/polarToCart: disable inplace mode 3 years ago
Vincent Rabaud fc28ba3156
Merge pull request #21594 from vrabaud:3.4_msan 3 years ago
Vincent Rabaud b5b52afd35
Merge pull request #21527 from vrabaud:3.4_msan 3 years ago
Alexander Alekhin b1d484f827 core(parallel): propagate FP denormals mode 3 years ago
Alexander Alekhin 123519165d core: FP denormals hints support 3 years ago
pkubaj 5d9ea394ba
Fix VSX detection on FreeBSD 3 years ago
Alexander Alekhin 302d14adef build: fix GCC12 compilation 3 years ago
Vincent Rabaud 4db3a388dd Fix a potential UBSAN error. 3 years ago
Christoph Rackwitz f3e0479a8f kmeans: assertion "There can't be more clusters than elements" 3 years ago
Alexander Alekhin c5a86c22a4 core(ocl): add option to abort on OpenCL kernel build failure 3 years ago
dwardor 54c180092d
Merge pull request #21114 from dwardor:patch-1 3 years ago
yuki takehara a6277370ca
Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
Alexander Alekhin 61f1ee2d2d core(logger): dump timestamp information with message 3 years ago
Piotr Kubaj 68e425f869 Add support for runtime CPU feature check on POWER on FreeBSD. 3 years ago
Alexander Alekhin d612c72405 build: fix MSVC-Clang warnings about unused parameters in stubs 3 years ago
Zhuo Zhang 7da51787b9
Merge pull request #20900 from zchrissirhcz:3.4-hwfeatures-support-qnx 3 years ago
Alexander Alekhin 4985311d46 core(tls): avoid destruction of TlsAbstraction singleton 3 years ago
Alexander Alekhin 27545dcc86 core: add __NetBSD__ build fix in parallel.cpp 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
mikael f7b4b750d8 Detect FP16 on FreeBSD aarch64 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 54a9e00970
fix opencv/opencv#20594 - exception handling with refcounts 3 years ago
Pablo Romero 6f417b57c1
Merge pull request #20399 from pablorcum:3.4 4 years ago
Alexander Alekhin db4b1e613c core(persistence): fix types format handling 4 years ago
Vincent Rabaud c8268e65fd Fix potential NaN in cv::norm. 4 years ago
Alexander Alekhin 3d394943e6 core(ocl): avoid limit of Image kernel args 4 years ago
Alexander Alekhin d2a9ca13f1 core(tls): handle process termination / cleanup issues 4 years ago
Alexander Alekhin 222af8e7e4 core: avoid process cleanup deadlock if TlsStorage is not used 4 years ago
Alexander Alekhin 8069a6b4f8 core(IPP): disable some ippsMagnitude_32f calls 4 years ago
Alexander Alekhin a2a92999be core(arithm_op): workaround problem with scalars handling 4 years ago
Vitaly Tuzov aab62aa6dd
Merge pull request #18952 from terfendail:wui_doc 4 years ago
Mikhail Nikolskii bf9f67e93f
Merge pull request #19783 from mikhail-nikolskiy:interop-perf 4 years ago
Dale Phurrough cbe236652b noexcept def construct Mat, UMat, Mat_, MatSize, MatStep 4 years ago
Dan Ben Yosef d4d805cb3e Avoiding copy by passing param by reference 4 years ago
Sayed Adel f8181fbef8 core:ppc64 fix detecting CPU features when optimization is off 4 years ago
Alexander Alekhin cbfd38bd41 core: rework code locality 4 years ago
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