20211 Commits (1e0d290f2edf70bc894bffacb84522cc4810ff34)

Author SHA1 Message Date
Vadim Levin 1d3207d7c7 feat: common fixed size sequence conversion for Python bindings 4 years ago
Tomoaki Teshima 3cfe7b9af9 fix wrong index 4 years ago
Alexander Alekhin 37e656082b core(ocl): update isOpenCLActivated() 4 years ago
Christoph Rackwitz 0c0cf8b19f highgui: remove gutter in window_w32 4 years ago
Liubov Batanina 38a49f92ab Added shared weights for MatMul 4 years ago
Maksim Shabunin f65d75f5c8 Updated more links to forum.opencv.org 4 years ago
Vadim Levin a0bdb78a99 feat: add overload resolution exception for Python bindings 4 years ago
Alexander Alekhin 212815a10d core(ocl): fix lifetime handling of Image kernel args 4 years ago
shioko 5967acc9ca
fix typo of the word storage 4 years ago
Liubov Batanina af9597f454 Added Mish ONNX subgraph 4 years ago
Francesco Petrogalli 235e648bf5
Merge pull request #19268 from fpetrogalli:tabs-summary-output 4 years ago
Rachel A f98e567f49 Solution to documentation issue https://github.com/opencv/opencv/issues/18836 4 years ago
Vitaly Tuzov 8f653ba8de Inlined WASM fallback intrinsics to avoid using of V_TypeTraits 4 years ago
Alexander Alekhin 55f06b76f9 dnn: improve debugging of TensorFlow parsing errors 4 years ago
Zhuo Zhang 6e1da2ef91
Merge pull request #19203 from zchrissirhcz:fix-cvSaveImage 4 years ago
Alexander Alekhin 0681deb3c9 js: fix Python 3 support in make_umd.py 4 years ago
Alexander Alekhin b51ae87828 samples: check for Python 3.9 4 years ago
Alexander Alekhin 8869dc7762 release: OpenCV 3.4.13 4 years ago
Alexander Alekhin a6f14ca97c js(build): fix generator with Python3 4 years ago
Francesco Petrogalli c526705f4f [cv::transform] Enable CV_SIMD for the 16U case on AArch64. 4 years ago
Vincent Rabaud ff211371bc Replace FLANNException by CV_Error. 4 years ago
Alexander Alekhin 3359bdc464 docs(core): fix process_video_frame() code snippet 4 years ago
Alexander Alekhin 17faee5d81 imgproc: add rotatedRectangleIntersection empty input handling 4 years ago
Vincent Rabaud 4c75b1c102 Fix comment typos. 4 years ago
Anastasia Murzova 3bc1b53962 Added YUV conversion fix 4 years ago
Steffen Urban c2bc171ef6 js: backport PR18985 4 years ago
Alexander Alekhin f8740e124c js: robust code generation 4 years ago
Alexander Smorkalov 57da381ae3 Increased Photo_CalibrateDebevec.regression test tolerance to pass on arm64 with gcc 9.3. 4 years ago
Alexander Alekhin 94e7be3714 docs(calib3d): avoid reference on legacy C API constants 4 years ago
Vincent Rabaud 8391a23600 Optimize calls to std::string::find() and friends for a single char. 4 years ago
Vincent Rabaud ec3ef520e6 Move big objects (>20k) from stack to heap. 4 years ago
Alexander Alekhin 28aab134db dnn(test): update tests for OpenVINO 2021.2 4 years ago
Alexander Alekhin 752cc26ad6 dnn: use OpenVINO 2021.2 defines 4 years ago
Vadim Levin 7b0d7d0c9a fix: conversion to string in python bindings 4 years ago
Ian Maquignaz 085a131801 Applied '@ref' linking for 3.4 Calib3D parameters and added enum cv::fisheye::CALIB_ZERO_DISPARITY == cv::CALIB_ZERO_DISPARITY == 0x400 == 1 << 10. 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 48d9031efb videoio(test): add FFmpeg backend check 4 years ago
Alexander Alekhin 392991fa0b core(opencl): add version check before clCreateFromGLTexture() call 4 years ago
Alexander Alekhin f290ff215e features2d: fix ORB::setFirstScale() handling 4 years ago
Yosshi999 fdeac73a59
Merge pull request #18983 from Yosshi999:bitexact-gaussian-16U-faster 4 years ago
Alexander Alekhin 175cd03ff2 calib3d: fix findCirclesGrid hang 4 years ago
Alexander Alekhin d84a9484b7 dnn: fix build with Halide, skip tests with crashes 4 years ago
Maksim Shabunin 55a2bcbe15 videoio: turn off syncronized sink in GStreamer 4 years ago
Anastasia Murzova f2422ace7d Added TF nearest neighbour resize behaviour alignment 4 years ago
Alexander Alekhin 3e5d7e1718 imgproc: fix minAreaRect() 4 years ago
Alexander Alekhin 7eaa548b6d flann: drop wrapping of Index class 4 years ago
Alexander Alekhin d7e936de5c dnn(caffe): add DetectionOutputParameter.clip to .proto file 4 years ago
Alexander Alekhin d2bc0e5fe0 js(wasm): use fallback on missing intrinsics in Emscripten 2.0.0+ 4 years ago
Anastasia Murzova a82c50eac2 Added TF resize_bilinear behaviour alignment 4 years ago