Alexander Alekhin
9733177083
Merge pull request #19105 from alalek:js_build_update
4 years ago
Alexander Alekhin
fa665141bb
Merge pull request #19104 from alalek:docs_cmake_msvs2019
4 years ago
Alexander Alekhin
64720f15a2
doc(windows): update how to handle MSVS 2019
4 years ago
Alexander Alekhin
8df0f13230
build: winpack_dldt with dldt 2021.2.0
4 years ago
Alexander Alekhin
624d532000
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Alexander Alekhin
94e7be3714
docs(calib3d): avoid reference on legacy C API constants
4 years ago
Alexander Alekhin
9b4adc9acb
Merge pull request #19146 from alalek:dnn_openvino_2021.2.0
4 years ago
Alexander Alekhin
e27162397a
Merge pull request #19143 from vrabaud:stack
4 years ago
Alexander Alekhin
99d750d597
Merge pull request #19139 from vrabaud:find1
4 years ago
Vadim Pisarevsky
c51f5e8d76
Merge pull request #19082 from vpisarev:rvv_copyright
4 years ago
Vadim Pisarevsky
ba7dbca018
added information about the contribution & ISCAS copyright
4 years ago
Vincent Rabaud
8391a23600
Optimize calls to std::string::find() and friends for a single char.
...
The character literal overload is more efficient. More info at:
http://clang.llvm.org/extra/clang-tidy/checks/performance-faster-string-find.html
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
...
original commit: 4699d2ba0c
4 years ago
Alexander Alekhin
d159417474
Merge pull request #19101 from alalek:issue_5209
4 years ago
Alexander Alekhin
7d7ab462d6
Merge pull request #19130 from dmatveev:dm/fix_docs_ocv451
4 years ago
Alexander Alekhin
c4c21c2fa7
Merge pull request #19142 from rgarnov:rg/include_format_in_core
4 years ago
Ruslan Garnov
e06a497c7c
Added format.hpp include to core.hpp
4 years ago
Vadim Levin
7b0d7d0c9a
fix: conversion to string in python bindings
...
If provided `PyObject` can't be converted to string `TypeError` is
reported instead of `SytemError` without any message.
4 years ago
Ruslan Garnov
f7cab121fe
Merge pull request #19112 from rgarnov:rg/generic_copy_kernel
...
Generic copy kernel
* Moved RMat wrapping of cv::Mats to StreamingInput
* Generalized GCopy kernel
* Generic GCopy kernel: applied review comments
4 years ago
Dale Phurrough
bb59b81d82
remove g_isOpenCVActivated assign and clarify
4 years ago
Alexander Alekhin
7631056b8a
Merge pull request #19114 from alalek:issue_18937
4 years ago
Alexander Alekhin
4107dc7355
Merge pull request #19089 from IanMaquignaz:fix_34_calib3d_parameterReferences
4 years ago
Dmitry Matveev
b74804f61f
G-API: Fix various Doxygen isses for the 4.5.1 release
4 years ago
Anatoliy Talamanov
50baf76cc2
Merge pull request #19107 from TolyaTalamanov:at/hotfix-gstreamingbackend
...
[G-API] GStreamingBackend hotfix
* GStreamingBackend hotfix
* Fix comments to review
* Add strides
* Removew while loop inside actor
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.
...
Fisheye test has been updated to use new enum cv::fisheye::CALIB_ZERO_DISPARITY and included CV_StaticAssert(...) to ensure cv::CALIB_ZERO_DISPARITY == cv::fisheye::CALIB_ZERO_DISPARITY.
4 years ago
Alexander Alekhin
50fed1d774
Merge pull request #19115 from alalek:dnn_ocl_conv_fp16_consistency
4 years ago
Alexander Alekhin
c240355cc6
dnn(ocl): avoid mess FP16/FP32 in convolution layer
4 years ago
Alexander Alekhin
a9edcc1705
Merge pull request #19110 from alalek:test_videoio_require_ffmpeg
4 years ago
Alexander Alekhin
4b3d2c8834
dnn(ocl): fix gemm kernels with beta=0
...
- dst is not initialized, may include NaN values
- 0*NaN produces NaN
4 years ago
Orest Chura
fcdd69fd97
Merge pull request #19103 from OrestChura:oc/cvtI420_perftests
...
[G-API]: Performance tests for color conversion kernels
* Performance tests for 5 new color conversion kernels:
- BGR2RGB
- BGR2I420
- RGB2I420
- I4202BGR
- I4202RGB
* Addressing comment
4 years ago
Alexander Alekhin
48d9031efb
videoio(test): add FFmpeg backend check
...
- configure through OPENCV_TEST_VIDEOIO_BACKEND_REQUIRE_FFMPEG environment variable
4 years ago
Alexander Alekhin
a8adb99e94
Merge pull request #19106 from xerus:fix_typo
4 years ago
Pavel Grunt
b01ae2de05
Fix a typo s/VERISON/VERSION/
4 years ago
Anna Khakimova
46e275dfe4
Merge pull request #18869 from anna-khakimova:ak/kalman
...
* GAPI: Kalman filter stateful kernel
* Applied comments
* Applied comments. Second iteration
* Add overload without control vector
* Remove structure constructor and dimension fields.
* Add sample as test
* Remove visualization from test-sample + correct doxygen comments
* Applied comments.
4 years ago
Alexander Alekhin
af71b03000
js: update documentation and builds scripts
...
- support modern Emscripten build process
- replaced Docker image
- replaced Emscripten's web URLs
4 years ago
Alexander Alekhin
392991fa0b
core(opencl): add version check before clCreateFromGLTexture() call
4 years ago
Jonathan Cole
743f1810c7
Merge pull request #19088 from Rightpoint:task/colejd/make-xcframework-output-path-explicit
...
Make xcframework output path argument explicit and required
* Make output path argument explicit and required
* Improve xcframework documentation
* Add TODOs for future breaking changes on build_framework.py scripts
4 years ago
Alexander Alekhin
dd1494eebf
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Alexander Alekhin
1bfc75ac23
Merge pull request #19079 from alalek:issue_18713
4 years ago
Alexander Alekhin
5bb45baa6c
Merge pull request #19085 from OrestChura:oc/fix_new_streaming_tests
4 years ago
Alexander Alekhin
def679554f
Merge pull request #19084 from alalek:issue_16197
4 years ago
Alexander Alekhin
08b6abd711
Merge pull request #19068 from alalek:issue_18157
4 years ago
Alexander Alekhin
33761ee06b
Merge pull request #19064 from alalek:cmake_update_mkl
4 years ago
Alexander Alekhin
a04479746a
Merge pull request #19045 from alalek:issue_17553
...
* flann: avoid dangling pointers on lost features data
* flann: fix Index::load()
4 years ago
Alexander Alekhin
d2b8fd6401
Merge pull request #19062 from alalek:3.4_issue_17553
4 years ago
Alexander Alekhin
8ac304517e
Merge pull request #19055 from alalek:4.x_issue_18244
4 years ago
Alexander Alekhin
4f236d1c50
Merge pull request #19054 from alalek:3.4_issue_18244
4 years ago
Alexander Alekhin
f9f9e2ad4a
Merge pull request #19049 from alalek:issue_17282
4 years ago