Maxim Pashchenkov
3eaeca58da
Merge pull request #18902 from mpashchenkov:mp/onnx-const-input
...
G-API: ONNX. Const input
* Added const input for ONNX backend
* Returned initMatrixRandu, added some comments, rebase
4 years ago
Alexander Alekhin
d3bc563c6e
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Alexander Alekhin
fbcc532de5
Merge pull request #19300 from alkasm:patch-2
4 years ago
Alexander Alekhin
72894a1a90
Merge pull request #19216 from terfendail:wasm_fall
4 years ago
Alexander Reynolds
e3856dfe5d
hotfix: call isOpened() in python bg sub tutorial
...
https://github.com/opencv/opencv/issues/19299
4 years ago
Alexander Alekhin
62420b900e
Merge pull request #19301 from krush11:3.4
4 years ago
Alexander Alekhin
89ef676613
Merge pull request #19297 from raaldrid:Template_Match_Tutorial_fix_17739
4 years ago
Alexander Alekhin
83e14f602f
Merge pull request #19296 from raaldrid:Doc_issue_fix_18836_FULL
4 years ago
Alexander Alekhin
5389309d40
Merge pull request #19291 from gpiffault:docs-js_usage-fix_imshow
4 years ago
Alexander Alekhin
058460ddf4
Merge pull request #19248 from LaurentBerger:forum
4 years ago
Rachel A
380009ac58
Template Matching Tutorial issue fix https://github.com/opencv/opencv/issues/17739
4 years ago
Alexander Alekhin
2775099a32
Merge pull request #19220 from alalek:dnn_tf_importer_error_reporting
4 years ago
Rachel A
f98e567f49
Solution to documentation issue https://github.com/opencv/opencv/issues/18836
4 years ago
LaurentBerger
9fb48d5f44
update forum link
4 years ago
Vitaly Tuzov
8f653ba8de
Inlined WASM fallback intrinsics to avoid using of V_TypeTraits
4 years ago
krush11
87b3b48fe0
added multi-config to regexp
4 years ago
Grégoire Piffault
0043d9bf13
docs(tutorial_js_usage): fix imshow usage
4 years ago
notmatthancock
2d2d72afbb
Merge pull request #19258 from notmatthancock:doc/update-sift-patent-blurb
...
* Remove sentences about SIFT patent and code location
* Add note about patent in opencv-specific section
4 years ago
Alexander Alekhin
941a9792f7
Merge pull request #19247 from kloczek:master
4 years ago
Your Name
646a023ff4
Fix building opencv using gcc 11.x #19244
...
Add missing `#include <thread>` in modules/gapi/test/test_precomp.hpp
4 years ago
Alexander Alekhin
4f9cb3871a
copyright: 2021
4 years ago
Alexander Alekhin
005508a07b
copyright: 2021
4 years ago
Alexander Alekhin
5b598c1812
Merge pull request #19239 from justinchuby:justinchuby-doc-typo-hough-lines
4 years ago
Alexander Alekhin
701744c621
Merge pull request #19191 from OrestChura:oc/morphEx_perftest
4 years ago
Liangqian
e4c7fca755
Merge pull request #19098 from chargerKong:EulerAngle
...
* add to/from Euler Angles
* restruct codes
* quat: optimize implementation
* cleanup debug code
* correct spelling errors
* create QuatEnum for enum EulerAnglesType
* use for loop for test_quaternion
* drop template from isIntAngleType & add minimal error information in test_quaternion.cpp
Co-authored-by: ShanChenqi <shanchenqi@huawei.com>
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
4 years ago
Justin Chu
8f66dad65b
Fix typo in hough_lines tutorial
...
Argument `minLinLength` -> `minLineLength`
4 years ago
Alexander Alekhin
bec7b297ed
Merge pull request #19235 from alalek:fix_test_swift_minAreaRect
4 years ago
Alexander Alekhin
ee17b5de6e
swift(test): fix minAreaRect test
4 years ago
Alexander Alekhin
a0041125c6
Merge pull request #19230 from IanMaquignaz:quickFix_calib3d_parameters
4 years ago
Ian Maquignaz
378a634de8
Updated Calib3d documentation to fix missing @ref in master
4 years ago
Alexander Alekhin
8a05850302
Merge pull request #19213 from alalek:ocl_execution_context_tests_param
4 years ago
Alexander Alekhin
55f06b76f9
dnn: improve debugging of TensorFlow parsing errors
4 years ago
Alexander Alekhin
ba3f150b14
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Alexander Alekhin
2f8c62999f
Merge pull request #19194 from alalek:intelligent_scissors
4 years ago
Alexander Alekhin
3eea3dd46b
imgproc: add IntelligentScissors
4 years ago
Alexander Alekhin
ba2b331461
core(ocl): parametrize OpenCLExecutionContext tests
4 years ago
Alexander Alekhin
a6f7dca685
Merge pull request #19027 from alalek:videoio_plugins_api_versioning
4 years ago
Alexander Alekhin
282605ea76
Merge pull request #19209 from alalek:fix_docs_build_options_parallel
4 years ago
Zhuo Zhang
6e1da2ef91
Merge pull request #19203 from zchrissirhcz:fix-cvSaveImage
...
Fix cvSaveImage( ) function bug
* fix cvSaveImage crash
* replace emplace_back with {}, no C++11 required
* fix MacOSX build with vector's push_back
4 years ago
Anatoliy Talamanov
244511e434
Merge pull request #19205 from TolyaTalamanov:at/remove-streamingbackend-export
...
[G-API] Fix streaming kernels in standalone
* Move streaming kernels from public header
* Add streaming backend to standalone
4 years ago
Maxim Pashchenkov
656b20a169
Merge pull request #19070 from mpashchenkov:mp/onnx-gframe
...
G-API: Support GFrame for ONNX infer
* Added GFrame for ONNX
* Cut test
* Removed IE from assert
* Review comments
* Added const/bbot rstrt
* View instead unique_ptr in func. sig.
* Added extractMat function, ONNXCompiled contains exMat - cv::Mat with non processed input data
* Added meta check for inferList2
4 years ago
Alexander Alekhin
50bb344a9d
Merge pull request #19206 from OrestChura:oc/fix_plugconfparams_n_align
4 years ago
Alexander Alekhin
1ec2ade65b
Merge pull request #19210 from alalek:backport_19199
4 years ago
Alexander Alekhin
13148df9f2
Merge pull request #19208 from alalek:js_build_reuse_python
4 years ago
Alexander Alekhin
5a10261111
Merge pull request #19207 from alalek:issue_19198
4 years ago
Ilya Lavrenov
064d48771d
Find only shared IE libraries, not plugins
...
original commit: 3ed376d103
4 years ago
Alexander Alekhin
1c078c59e3
docs: fix table cells
4 years ago
Alexander Alekhin
7eeba4d485
js(build): reuse Python executable used to run main script
...
- don't switch between Python versions in the middle of the build
4 years ago
Alexander Alekhin
cd68cc1f46
Merge pull request #19195 from diablodale:win32AlignAlloc
4 years ago
Alexander Alekhin
0681deb3c9
js: fix Python 3 support in make_umd.py
4 years ago