19881 Commits (55f06b76f91ad663ad39a5396923bc7718d288bb)

Author SHA1 Message Date
Alexander Alekhin 55f06b76f9 dnn: improve debugging of TensorFlow parsing errors 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
Alexander Alekhin fb85974d01 android: use protected fields in JavaCamera2View 4 years ago
Alexander Alekhin 962f5c9b82 videoio(test): skip GStreamer in 'frame_timestamp' tests 4 years ago
Alexander Alekhin 26e8048a0a core: update handling of allocator stats type 4 years ago
Alexander Alekhin 00f36a3149 dnn: prefer to use v_fma() instead of v_c += v_a * v_b 4 years ago
Alexander Alekhin 7e5c4fe1cd cmake(js): update js targets 4 years ago
Alexander Alekhin b31ce408ae cmake: fix processing order of <wrapper>_bindings_generator 4 years ago
Randall Britten 7f3ba5963d Fixed minor typo "poins" in documentation page 4 years ago
Jaime Rivera 2fa624aef0 Add Timestamps to MSMF Video Capture by index 4 years ago
Alexander Alekhin 6f8120cb3a core(UMat): drop unavailable methods 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
Alexander Smorkalov 24fac5f56d Added test for VideoCapture CAP_PROP_FRAME_MSEC option. 4 years ago
Alexander Alekhin da2978f607 ts: cvtest::debugLevel / --test_debug=<N> option 4 years ago
Alexander Alekhin 2cf2456f4c dnn(test): skip unstable GatherMultiOutput OCL_FP16 test 4 years ago
Alexander Alekhin 36d771affc python: restore sys.path in bootstrap() 4 years ago
Alexander Alekhin 0800f6f91b videoio: add missing getCaptureDomain() methods 4 years ago