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
f54f6627c3
Merge pull request #19388 from GArik:orbbec
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
ZhM
13a1105318
Merge pull request #19078 from zihaomu:dasiamrpn_tracker_c_plus_plus
...
Add DaSiamRPN tracker sample of c++ version
* add sample dasiamrpn_tracker of c++ version.
* samples(dasiamrpn_tracker.cpp): apply clang-format
- exclude "keys" variable
* samples(dasiamrpn_tracker.cpp): coding style and UX fixes
4 years ago
Alexander Alekhin
8e5e1b62aa
Merge pull request #19380 from alalek:python_fix_rect_conversion
4 years ago
Igor Murzov
19ef9505e8
Small corrections to Orbbec Astra cameras tutorial
4 years ago
Orest Chura
e982ad2284
Merge pull request #19337 from OrestChura:oc/fLine_fCont_perftests
...
[G-API]: Performance tests for fitLine and findContours
* Perf.Test for findContours(H)
* Perf.Test for fitLine(2D.3D;Mat,vector<Point2i/2f/2d/3i/3f/3d>)
* Reducing the template specializations number
* Applying comments
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
7825abd540
python: handle errors in Rect conversions
4 years ago
Alexander Alekhin
cd59516433
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
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
Alexander Alekhin
1a3a25f825
Merge pull request #19364 from asmorkalov:as/capture_buffer_safety_test
4 years ago
Liubov Batanina
38a49f92ab
Added shared weights for MatMul
4 years ago
Alexander Smorkalov
b4e941d431
VideoCapture test to ensure that cv::VideoCapture does not share output buffers between frames.
4 years ago
Sergei Slashchinin
ea41f89b40
Merge pull request #19058 from sl-sergei:cuda_1d
...
Conv1D and Pool1D for CUDA backend
* CUDA-independent changes
* Add Conv1D and Pool1D for CUDA backend
* CUDA-independent changes
* Fix typo
* fix comment
* Update fix
* make changes more correct for pooling layer
* Minor fixes for review
* Split skip blocks
4 years ago
Alexander Alekhin
7a790d0d35
Merge pull request #19355 from alalek:fixup_19050
4 years ago
Alexander Alekhin
995c308a49
Merge pull request #19353 from mshabunin:new-forum-links-master
4 years ago
Alexander Alekhin
1d5589296e
gapi: fix build warning
4 years ago
Alexander Alekhin
0f968e3b6d
Merge pull request #19352 from mshabunin:new-forum-links
4 years ago
Alexander Alekhin
8a44e712f8
Merge pull request #19345 from Ryyyc:patch-1
4 years ago
Maksim Shabunin
e4e10e54df
Updated more links to forum.opencv.org
4 years ago
Maksim Shabunin
f65d75f5c8
Updated more links to forum.opencv.org
4 years ago
Alexander Alekhin
d93790717d
Merge pull request #19340 from tomoaki0705:fixStitchingExposure
4 years ago
Alexander Alekhin
291dbdfbe6
Merge pull request #19336 from kyshel:patch-1
4 years ago
Alexander Alekhin
5e5f47321b
Merge pull request #19320 from alalek:videoio_plugins_api_split_capture_write
...
videoio(plugins): split capture and writer APIs
4 years ago
Alexander Alekhin
6ce9bb6f7a
Merge pull request #19312 from VadimLevin:dev/vlevin/clear-msg-for-failed-overload-resolution
4 years ago
Ruan
109637e213
Update essential_mat_reconstr.cpp
...
A small clerical error of an author. The correct expression should be "xy += x_*y_;".
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
Tomoaki Teshima
e49ae68524
workaround the test failure
4 years ago
Alexander Alekhin
49127b6a26
Merge pull request #19331 from alalek:gapi_lazy_initialization_kernel_intrinsics
4 years ago
Alexander Alekhin
255853a819
Merge pull request #19326 from alalek:gapi_async_service_lazy_initialization
4 years ago
shioko
5967acc9ca
fix typo of the word storage
4 years ago
Alexander Alekhin
28c0cd8460
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
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