1921 Commits (b55d8f46f4857c4b9a076a4eb2c48538470e4349)

Author SHA1 Message Date
Vincent Rabaud ffd010767f Only use fma functions when CV_FMA3 is set. 3 years ago
Alexander Alekhin a49cda6523 core: eliminate Winvalid-noreturn in base.hpp 3 years ago
Alexander Alekhin 75e2ba5af3 core(simd): fix compilation with MSVC-Clang 3 years ago
Alexander Alekhin 1726bb6c0d build(icc): fix nodiscard attribute handling 3 years ago
Alexander Alekhin b5fcb06a76 core(SIMD): update int64 SSE constructor 3 years ago
Sergiu Deitsch f8f9f3c438 fixed AVX compile error 3 years ago
Alexander Alekhin 982503e9a8 core: ensure 'int' result from CV_POPCNT_U64(x) 3 years ago
Alexander Alekhin b1cf550123 release: OpenCV 3.4.16 3 years ago
Alexander Alekhin ebef84e9ea pre: OpenCV 3.4.16 (version++) 3 years ago
Alexander Alekhin 5578ad5e14 dnn(ocl): fix automatic globalsize adjusting 3 years ago
Vadim Levin 16b9514543 feat: update conversion logic for `std::vector<T>` in Python bindings 3 years ago
Dale Phurrough 3995deaf76
fix opencv/opencv#20544 nodiscard for msvc/gcc 3 years ago
Vadim Levin 531ea5b3a2 fix: convert arguments names that are keywords reserved by Python 3 years ago
Alexander Alekhin 591708903b release: OpenCV 3.4.15 3 years ago
kikaxa bb60cb0bf9 Reenable filesystem for ios builds 3 years ago
Alexander Alekhin 5f80f43ff5 core: fix nSize initialization in cvIplImage() 4 years ago
Alexander Alekhin 43940f7ffc pre: OpenCV 3.4.15 (version++) 4 years ago
Developer-Ecosystem-Engineering 814550d2a6
Merge pull request #20011 from Developer-Ecosystem-Engineering:3.4 4 years ago
berak 302c2354a3 core: add missing implementation for Mat::ptr(Vec) 4 years ago
Zhuo Zhang bf26050f7e
Fix missing return type for unsafe CV_XADD function 4 years ago
Suleyman TURKMEN ec8b7c933a Update Documentation 4 years ago
Alexander Alekhin d0e3e638c3 release: OpenCV 3.4.14 4 years ago
Alexander Alekhin b26f5b9468 core: backward compatibility for vx_store/vx_store_aligned calls 4 years ago
Vitaly Tuzov aab62aa6dd
Merge pull request #18952 from terfendail:wui_doc 4 years ago
Jonathan Deakin 29a289dfa1 Add v_expand for AArch64, fuse vmovl+vget_high into vmovl_high 4 years ago
Alexander Alekhin a97f6f8058 js: support setLogLevel() / getLogLevel() calls 4 years ago
Dale Phurrough cbe236652b noexcept def construct Mat, UMat, Mat_, MatSize, MatStep 4 years ago
Sayed Adel 84fcc4ab9b core:ppc64 fix the build with the newer versions of Eigen on IBM/Power 4 years ago
Vitaly Tuzov 04a9ff88d8
Merge pull request #19622 from terfendail:ref_doc 4 years ago
Mradul Agrawal 640f188ca2
Merge pull request #19583 from theroyalpekka:patch-1 4 years ago
Alexander Alekhin a123c48d4d pre: OpenCV 3.4.14 (version++) 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
Francesco Petrogalli 6ee23c9b85
Merge pull request #19486 from fpetrogalli:dotprod_fast-3.4 4 years ago
Pavel Rojtberg 6c1a433c4c python: also catch general c++ exceptions 4 years ago
Alexander Alekhin 30bef20e22 js: fix SIMD build 4 years ago
Alexander Alekhin c5bf15e009 build: fix cv2.cpp compilation 4 years ago
Vadim Levin 1d3207d7c7 feat: common fixed size sequence conversion for Python bindings 4 years ago
Vadim Levin a0bdb78a99 feat: add overload resolution exception for Python bindings 4 years ago
Vitaly Tuzov 8f653ba8de Inlined WASM fallback intrinsics to avoid using of V_TypeTraits 4 years ago
Alexander Alekhin 8869dc7762 release: OpenCV 3.4.13 4 years ago
Alexander Alekhin 3359bdc464 docs(core): fix process_video_frame() code snippet 4 years ago
Vincent Rabaud 4c75b1c102 Fix comment typos. 4 years ago
Vadim Levin 7b0d7d0c9a fix: conversion to string in python bindings 4 years ago
Alexander Alekhin 392991fa0b core(opencl): add version check before clCreateFromGLTexture() call 4 years ago
Alexander Alekhin d2bc0e5fe0 js(wasm): use fallback on missing intrinsics in Emscripten 2.0.0+ 4 years ago
Alexander Alekhin 26e8048a0a core: update handling of allocator stats type 4 years ago
Alexander Alekhin 6f8120cb3a core(UMat): drop unavailable methods 4 years ago
Suleyman TURKMEN cc7f17f011 update documentation 4 years ago