Alexander Smorkalov
0016c25b58
Guard non-free usage in stitching as contrib can be built without it.
4 years ago
Liangda-w
b08d67c4e1
Merge pull request #19419 from Liangda-w:patch-1
...
* Fix error in documentation for RGB->HSV convertion
* Update colors.markdown
4 years ago
Alexander Alekhin
5ab4623c2a
Merge pull request #19430 from alalek:fixup_19216
4 years ago
Alexander Alekhin
cdf73f2e05
Merge pull request #19427 from alalek:issue_19426
4 years ago
Alexander Alekhin
30bef20e22
js: fix SIMD build
4 years ago
Alexander Alekhin
4be077163f
Merge pull request #19424 from alalek:cmake_linters_update
4 years ago
Alexander Alekhin
b9dfffc237
Merge pull request #19057 from sl-sergei:changes_for_cuda_1d
4 years ago
Alexander Alekhin
c5bf15e009
build: fix cv2.cpp compilation
4 years ago
Sergey Slashchinin
e2949c7d0a
Align 3.4 branch with master
4 years ago
Alexander Alekhin
e448f4f6ef
cmake: fix pylint/flake8 detection, update flake8 exclude
4 years ago
Alexander Alekhin
ebd91459f2
Merge pull request #19395 from Ixarias:patch-1
4 years ago
Alexander Alekhin
ff8a624189
Merge pull request #19404 from LupusSanctus:am/text_graph_preproc
4 years ago
Anastasia Murzova
449ebc1b70
Corrected SSD text graph generation
4 years ago
Ixarias
3f14341629
Change Keymap wording for gray image in curve mode
...
Instead of being a copy of line 76, line 79 instead correctly indicates that it will show a histogram for a gray image in curve mode, as given by the code block at line 103 referencing image "gray" instead of image "im".
4 years ago
Alexander Alekhin
ca9cbab532
Merge pull request #19403 from diablodale:fix_19402_python_test_filter_34
4 years ago
Dale Phurrough
5c70a2015f
fix python test runner wildcard handling
...
* fix opencv/opencv#19402
4 years ago
Alexander Alekhin
573812d0ff
Merge pull request #19373 from l-bat:lb/tf_matmul_shared
4 years ago
Liubov Batanina
c12930cdde
Merge pull request #19372 from l-bat:lb/onnx_pads_calc
...
* Fixed bug with constant Div
* Supported constant mul and div for inputs with different shapes
4 years ago
Alexander Alekhin
857f339914
Merge pull request #19385 from alalek:ocl_isOpenCLActivated_update
4 years ago
Alexander Alekhin
b1ffe7a153
Merge pull request #19390 from tomoaki0705:fixCudaLegacyCalib3d
4 years ago
Alexander Alekhin
62b60b11bb
Merge pull request #19344 from VadimLevin:dev/vlevin/generic-sequence-conversion
4 years ago
Tomoaki Teshima
96e0902f39
fix peaky test failure
...
* follow the review comment
4 years ago
Vadim Levin
1d3207d7c7
feat: common fixed size sequence conversion for Python bindings
4 years ago
Alexander Alekhin
fb0abdeb4f
Merge pull request #19383 from tomoaki0705:fixWrongIndex
4 years ago
Alexander Alekhin
331f1b9961
Merge pull request #19382 from crackwitz:highgui-w32-remove-gutter
4 years ago
Tomoaki Teshima
3cfe7b9af9
fix wrong index
4 years ago
Alexander Alekhin
37e656082b
core(ocl): update isOpenCLActivated()
...
- reuse g_isOpenCLAvailable variable instead
4 years ago
Christoph Rackwitz
0c0cf8b19f
highgui: remove gutter in window_w32
4 years ago
Alexander Alekhin
bbad38b2c5
Merge pull request #19376 from alalek:fixup_19105
4 years ago
Alexander Alekhin
413febf657
Merge pull request #19334 from alalek:fix_19134
4 years ago
Alexander Alekhin
d5447d859f
js(doc): fix path
4 years ago
Liubov Batanina
38a49f92ab
Added shared weights for MatMul
4 years ago
Alexander Alekhin
0f968e3b6d
Merge pull request #19352 from mshabunin:new-forum-links
4 years ago
Maksim Shabunin
f65d75f5c8
Updated more links to forum.opencv.org
4 years ago
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
212815a10d
core(ocl): fix lifetime handling of Image kernel args
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