Ruslan Garnov
6860e8ed77
Added desync RMats and MediaFrames support
2021-10-12 11:54:22 +03:00
Maxim Pashchenkov
719059f671
G-API: Removing ParseSSD overload.
...
* Removed specialization.
* Removed united
original commit: 651967b95c
2021-10-12 11:54:22 +03:00
Anatoliy Talamanov
4eb82c2ed0
G-API: Handle reshape for generic case in GExecutor
...
* Handle reshape for generic case for GExecutor
* Add initResources
* Add tests
* Refactor reshape method
original commit: 499d8adb75
2021-10-12 11:54:22 +03:00
Anatoliy Talamanov
5516c2eda1
Fix GExecutor WriteBackExec
2021-10-12 11:54:22 +03:00
Anatoliy Talamanov
18ea4758e2
Check adapter in executor
2021-10-12 11:54:22 +03:00
Anatoliy Talamanov
1c2792bc60
[G-API] Extend compileStreaming to support different overloads
...
* Make different overloads
* Order python compileStreaming overloads
* Fix compileStreaming bug
* Replace
gin -> descr_of
* Set error message
* Fix review comments
* Use macros for pyopencv_to GMetaArgs
* Use GAPI_PROP_RW
* Not split Prims python stuff
original commit: 5ad6ff239b
2021-10-12 11:54:22 +03:00
Maxim Pashchenkov
eb68476aaf
G-API: Python. Desync.
...
* Desync. GMat.
* Alignment
original commit: 05f1939b02
2021-10-12 11:54:22 +03:00
Anatoliy Talamanov
8d0fc8bfb5
G-API: Wrap render functionality to python
...
* Wrap render Rect prim
* Add all primitives and tests
* Cover mosaic and image
* Handle error in pyopencv_to(Prim)
* Move Mosaic and Rect ctors wrappers to shadow file
* Use GAPI_PROP_RW
* Fix indent
original commit: 9fe49497bb
2021-10-12 11:54:22 +03:00
Anatoliy Talamanov
e2f5671280
G-API: Extend python bindings
...
* Extend G-API bindings
* Wrap timestamp, seqNo, seq_id
* Wrap copy
* Wrap parseSSD, parseYolo
* Rewrap cv.gapi.networks
* Add test for metabackend in pytnon
* Remove int64 pyopencv_to
original commit: fb7ef76e74
2021-10-12 11:54:11 +03:00
Anatoliy Talamanov
ba30403581
G-API: Support vaargs for cv.compile_args
...
* Support cv.compile_args to work with variadic number of inputs
* Disable python2.x G-API
* Move compile_args to gapi pkg
original commit: 53eca2ff5b
2021-10-12 11:44:19 +03:00
Anatoliy Talamanov
0a31fa19f8
[G-API] Expand PyParams to support constInput
...
* Wrap constInputs to python
* Wrap cfgNumRequests
* Fix alignment
* Move macro to the line above
original commit: ba539eb9aa
2021-10-12 11:43:53 +03:00
Maksim Shabunin
8cfe9546f3
Option to enable/disable plugin linking with OpenCV
2021-08-16 15:01:29 +03:00
Vincent Rabaud
fd2b5411e4
Fix potential NaN in cv::norm.
...
There can be an int overflow.
cv::norm( InputArray _src, int normType, InputArray _mask ) is fine,
not cv::norm( InputArray _src1, InputArray _src2, int normType, InputArray _mask ).
2021-06-15 21:21:21 +03:00
Alexander Alekhin
dd66cccbbd
OpenCV version '-openvino'
2021-06-10 16:51:21 +03:00
Alexander Alekhin
cb97421edf
Merge pull request #20257 from alalek:python_fix_extra_py_code_installation
2021-06-10 13:49:13 +00:00
Sergey Ivanov
e461031d40
Merge pull request #20184 from sivanov-work:fix_gapi_empty_input
...
G-API: Add standalone fix for graph empty input
* Add sandalone fix for graph empty input
* Apply some review comments
* Fix whitespace
* Apply review comment: make Mat check more deeper
* Apply some comments
* Remove tracer apply exception throwing
* Apply comments: move validatio into gproto_priv.hpp
* Apply minor text correction
* Fix alignment, remove try-catch
2021-06-10 14:05:46 +03:00
Alexander Alekhin
c82e4596e4
cmake: fix installation of python extra code
2021-06-10 13:51:30 +03:00
Alexander Alekhin
15ba3e123f
Merge pull request #20250 from alalek:highgui_fixes
2021-06-09 13:28:33 +00:00
Ian Maquignaz
2db243b8ed
Merge pull request #20247 from IanMaquignaz:inverseRectification_update
...
Update to initInverseRectificationMap()
* update to initInverseRectificationMap() documentation
* Restructured Calib3d_InitInverseRectificationMap unit test per feedback from alalek
* whitespace
2021-06-09 13:27:43 +00:00
Pinaev Danil
b57b64b7a3
Merge pull request #20129 from aDanPin:dp/improvement_gapi_stereo_documentation
...
G-API: Improvement stereo documentation.
* Documentation improvement
* Set valid default values for gapi stereo
* Small doc fix
* Review response
* Review response
* Review response
* Review response
* Revie response
* Review response
* Review response
* Review response
2021-06-09 13:24:50 +00:00
Maxim Pashchenkov
8e386ac71f
Merge pull request #20112 from mpashchenkov:mp/ocv-gapi-docs-part1
...
G-API: Documentation for Params (IE and ONNX).
* Applying comments
* Removed type of model from PramsDesc
* Added message for onnx ParamDesc
* Whitespaces
* Review
* Fix comments to review
* Fix comments
Co-authored-by: Anatoliy Talamanov <anatoliy.talamanov@intel.com>
2021-06-09 13:23:51 +00:00
Alexander Alekhin
bc1af6227a
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2021-06-09 10:58:37 +00:00
Alexander Alekhin
2b84c97a78
Merge pull request #20251 from alalek:python_sys_path_0_workaround
2021-06-09 10:58:18 +00:00
Alexander Alekhin
3ddf84534b
Merge pull request #20248 from alalek:issue_20246
2021-06-09 10:52:16 +00:00
Dmitry Budnikov
4c2dff88de
Merge pull request #20245 from dbudniko:dbudniko/mtcnn_roi_size_hotfix
...
Hot fix negative MTCNN PNet ROI coordinates
* fix negative roi start
* some more experiments
* clean up
2021-06-09 10:28:32 +00:00
Alexander Alekhin
bd26104088
python(loader): add workaround to detect and patch sys.path[0]
2021-06-09 09:51:07 +00:00
Alexander Alekhin
80238880e6
highgui(gtk): fix initialization order of global objects
2021-06-09 09:04:29 +00:00
Alexander Alekhin
f4abafb093
highgui: update error messages if no builtin backend
2021-06-09 08:39:50 +00:00
Alexander Alekhin
3e538355e2
highgui: force loading of imgcodecs module
...
- required for plugins on Linux (they use imwrite, but there is no link dependency)
2021-06-09 08:36:28 +00:00
Alexander Alekhin
5f80f43ff5
core: fix nSize initialization in cvIplImage()
2021-06-09 07:31:38 +00:00
Alexander Alekhin
76e9da3fe9
Merge pull request #20244 from alalek:update_ffmpeg_4.x
2021-06-08 19:23:25 +00:00
Alexander Alekhin
cafa04f842
Merge pull request #20221 from komakai:java-at-function
2021-06-08 18:45:38 +00:00
Alexander Alekhin
fef84f69ec
Merge pull request #20220 from komakai:swift-at-function
2021-06-08 18:45:20 +00:00
Alexander Alekhin
ba98cd97e5
videoio(test): skip AV1 HW tests
...
- FFMPEG: "[av1 @ 0000027ac07d1340] Your platform doesn't suppport hardware accelerated AV1 decoding."
2021-06-08 17:25:09 +00:00
Anna Prigarina
81b897c291
Merge pull request #20243 from APrigarina:fix_tracking_api
...
Tracking API: fix incorrect structure
* fix incorrect structure of best score id
* video(DaSiamRPN): specify sizes of scalar arrays
2021-06-08 15:46:57 +00:00
Alexander Alekhin
1c4d70896a
Merge pull request #20138 from YashasSamaga:cuda4dnn-runtime-matmul
2021-06-08 14:47:17 +00:00
Alexander Alekhin
039bcd932a
ffmpeg/4.x: update FFmpeg wrapper 2021.06
...
- FFmpeg 4.4
- libvpx 1.10.0
2021-06-08 14:18:24 +00:00
Alexander Alekhin
eaa9228a4f
Merge pull request #20242 from alalek:update_version_4.5.3-pre
2021-06-08 13:54:50 +00:00
Giles Payne
a8757df963
Make Kotlin plugin version compatible with the Gradle version
2021-06-08 22:51:07 +09:00
Alexander Alekhin
b221143c0f
Merge pull request #20241 from alalek:fixup_20149
2021-06-08 13:44:58 +00:00
Alexander Alekhin
2c796de92b
Merge pull request #20240 from alalek:fixup_20149_4.x
2021-06-08 13:44:24 +00:00
Vadim Pisarevsky
6f2a64a511
Merge pull request #20235 from IanMaquignaz:calib3d_update_hyperlinks
2021-06-08 13:27:12 +00:00
Alexander Alekhin
995841624c
highgui(gtk): fix NULL ptr checks
2021-06-08 10:57:24 +00:00
Alexander Alekhin
f5f675ef6c
highgui(gtk): fix NULL ptr checks
2021-06-08 10:55:51 +00:00
Anatoliy Talamanov
bdc8e9118b
Merge pull request #20169 from TolyaTalamanov:at/doc-generic-type
...
[G-API] Generic type documentation
* Put doc about generic type
* Fix comments to review
2021-06-08 11:59:57 +03:00
Alexey Smirnov
d9ed9a9a83
Merge pull request #20151 from smirnov-alexey:as/extend_media_frame
...
G-API: Extend MediaFrame to be able to extract additional info besides access
* Extend MediaFrame to be able to extract additional info besides access
* Add default implementation for blobParams()
* Add comment on the default blobParams()
2021-06-08 11:58:51 +03:00
Alexander Alekhin
b57faa41c2
pre: OpenCV 4.5.3 (version++)
2021-06-08 08:52:20 +00:00
Alexander Alekhin
1b5fe91624
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2021-06-08 05:04:57 +00:00
Vadim Pisarevsky
1a305cadb3
Merge pull request #20165 from IanMaquignaz:inverseRectification
2021-06-08 01:44:57 +00:00
Alexander Alekhin
bbcd06f42f
Merge pull request #20236 from alalek:update_version_3.4.15-pre
2021-06-07 22:05:29 +00:00