Alexander Alekhin
291dbdfbe6
Merge pull request #19336 from kyshel:patch-1
4 years ago
Alexander Alekhin
6ce9bb6f7a
Merge pull request #19312 from VadimLevin:dev/vlevin/clear-msg-for-failed-overload-resolution
4 years ago
Vadim Levin
a0bdb78a99
feat: add overload resolution exception for Python bindings
4 years ago
kyshel
321f26f450
update xrange() to range()
...
update xrange() to range() as Python 2 has been deprecate, more info:
1. Python 2 has been no longer supported officially since January 1, 2020. Check https://www.python.org/doc/sunset-python-2/
2. xrange() was renamed to range() in Python 3. Check https://stackoverflow.com/questions/17192158/nameerror-global-name-xrange-is-not-defined-in-python-3/17192181#17192181
update xrange() to range()
Update py_fourier_transform.markdown
update xrange() to range()
4 years ago
Alexander Alekhin
104e64dd0f
Merge pull request #19339 from ichisadashioko:modules_highgui_src_window_w32_typo
4 years ago
shioko
5967acc9ca
fix typo of the word storage
4 years ago
Alexander Alekhin
eea4397b12
Merge pull request #19332 from alalek:xcode_ccache
4 years ago
Alexander Alekhin
a122a53e72
Merge pull request #19330 from l-bat:lb/onnx_mish_subgraph
4 years ago
Alexander Alekhin
8215380336
cmake: support ccache with Xcode generator
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
...
* [ts][summary.py] Extend `-o` to support tabs separated output.
* [ts][summary.py] Improve TABS sepatated output.
There is no need to print TAB at the beginning and at the end of each
row in the table.
Cosmetic change: using python list comprehension instead of for loop
to process a single row.
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
4f9cb3871a
copyright: 2021
4 years ago
Alexander Alekhin
5b598c1812
Merge pull request #19239 from justinchuby:justinchuby-doc-typo-hough-lines
4 years ago
Justin Chu
8f66dad65b
Fix typo in hough_lines tutorial
...
Argument `minLinLength` -> `minLineLength`
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
...
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
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
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
0681deb3c9
js: fix Python 3 support in make_umd.py
4 years ago
Alexander Alekhin
0ffa78b66a
Merge pull request #19193 from alalek:samples_python_3.9
4 years ago
Alexander Alekhin
b51ae87828
samples: check for Python 3.9
4 years ago
Alexander Alekhin
68fb8dd873
Merge tag '3.4.13'
4 years ago
Alexander Alekhin
8869dc7762
release: OpenCV 3.4.13
4 years ago
Alexander Alekhin
e6c9291e32
Merge pull request #19180 from alalek:fixup_19161
4 years ago
Alexander Alekhin
a6f14ca97c
js(build): fix generator with Python3
...
- class_info.props is a 'list'
4 years ago
Alexander Alekhin
c555a6747d
Merge pull request #19177 from alalek:doxygen_drop_TCL_SUBST
4 years ago
Alexander Alekhin
dd276dbb59
Merge pull request #19176 from alalek:issue_19131
4 years ago
Alexander Alekhin
70d82017fe
Merge pull request #19175 from alalek:issue_18520
4 years ago
Alexander Alekhin
663bd73518
Merge pull request #19164 from fpetrogalli:tranform_16u
4 years ago
Francesco Petrogalli
c526705f4f
[cv::transform] Enable CV_SIMD for the 16U case on AArch64.
4 years ago
Alexander Alekhin
c84d2cb32a
Merge pull request #18604 from vrabaud:master
4 years ago