Alexander Alekhin
fc799191f4
gapi(ie): replace deprecated calls
3 years ago
Alexander Alekhin
8fad85edda
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Maxim Pashchenkov
d70053aba5
Merge pull request #20144 from mpashchenkov:mp/python-ge
...
G-API: Python. Gaze Estimation sample.
* GE pep8
* Added function description, wrapped copy
* Applying review comments
* One more change
* Added gin
* Rstrt bb
3 years ago
Alexander Alekhin
b699fe7a9d
Merge pull request #20335 from SamFC10:concat-const-input
3 years ago
Alexander Alekhin
94c67faaea
Merge pull request #20336 from JoeHowse:refactor-cl_image-float16-conversions
3 years ago
Alexander Alekhin
b2ed5c3070
Merge pull request #20333 from APrigarina:fix_samples_3.4
3 years ago
Anatoliy Talamanov
9fe49497bb
Merge pull request #20284 from TolyaTalamanov:at/wrap-render
...
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
3 years ago
SamFC10
5b8c10f2f8
modified onnx importer to concat const input blobs
3 years ago
Alexander Alekhin
24983f62e2
Merge pull request #20325 from alalek:dnn_openvino_2021.4.0
3 years ago
Alexander Alekhin
f2057ce1ab
dnn(ie): replace deprecated calls
3 years ago
Alexander Alekhin
6797fd65a5
dnn(test): update tests for OpenVINO 2021.4
3 years ago
Rafael H Tibães
bf489feef1
Merge pull request #20327 from tibaes:MSMF-Slow-Webcam-Startup
...
* fixes MSMF slow webcam startup
* add variable to change MF_READWRITE_ENABLE_HARDWARE_TRANSFORMS at runtime
3 years ago
Alexander Alekhin
947e06a860
Merge pull request #20328 from alalek:backport_20321
3 years ago
Joe Howse
6a3d925a47
OpenCL: core support for FP16, more channel orders
...
* Support cl_image conversion for CL_HALF_FLOAT (float16)
* Support cl_image conversion for additional channel orders:
CL_A, CL_INTENSITY, CL_LUMINANCE, CL_RG, CL_RA
* Comment on why cl_image conversion is unsupported for CL_RGB
* Predict optimal vector width for float16
* ocl::kernelToStr: support float16
* ocl::Device::halfFPConfig: drop artificial requirement for OpenCL
version >= 1.2. Even OpenCL 1.0 supports the underlying config
property, CL_DEVICE_HALF_FP_CONFIG.
* dumpOpenCLInformation: provide info on OpenCL half-float support
and preferred half-float vector width
* randu: support default range [-1.0, 1.0] for float16
* TestBase::warmup: support float16
3 years ago
Alexander Alekhin
04d5ba266f
Merge pull request #20330 from Wovchena:fix-arg-for-calcHist-in-demos
3 years ago
Vladimir
90be83ae99
Fix an arg for calcHist() in demos
...
`float* histRange = { range };` doesn't make much sense. `histRange` is
an array of array(s), so it should have a type of ptr to ptr. Strangely
some domos are correct as well as the example for the function
https://docs.opencv.org/master/d6/dc7/group__imgproc__hist.html#ga4b2b5fd75503ff9e6844cc4dcdaed35d
3 years ago
APrigarina
5e80bd3cc9
fix samples 3.4
3 years ago
Anatoliy Talamanov
fb7ef76e74
Merge pull request #20271 from TolyaTalamanov:at/extend-python-bindings
...
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
3 years ago
Alexander Alekhin
db4b1e613c
core(persistence): fix types format handling
...
partial backport of 4eac198270
3 years ago
Alexander Alekhin
ee39081b11
Merge pull request #20321 from alalek:issue_20279
3 years ago
Alexander Alekhin
7d842f5bcf
dnn: use OpenVINO 2021.4 defines
3 years ago
Alexander Alekhin
4eac198270
core(persistence): fix types format handling, fix 16F support
3 years ago
Alexander Alekhin
faac32418c
Merge pull request #20302 from rogday:tf_import_diag
3 years ago
Alexander Alekhin
42810621df
Merge pull request #20318 from komakai:better-unsigned-type-support
3 years ago
Giles Payne
61a5378aeb
Improvements/fixes for unsigned type handling in Swift/Kotlin
3 years ago
xzvno
42d644ef91
Merge pull request #20293 from endjkv:fix-mem-leak-when-throw
...
* fix memory leak when exception is thrown
3 years ago
Alexey Smirnov
c95a56450d
Merge pull request #20156 from smirnov-alexey:as/gapi_remote_infer
...
G-API: Support remote inference
* Extend MediaFrame to be able to extract additional info besides access
* Add API for remote inference
* Add default implementation for blobParams()
* Add default implementation for blobParams()
* Address review comments
* Fix any_cast usage
* Add comment on the default blobParams()
* Address review comments
* Add missing rctx
* Minor fix
* Fix indentation and comment
* Address review comments
* Add documentation
3 years ago
Smirnov Egor
dc5199feea
skipping missing layers and layer failures
3 years ago
Alexander Alekhin
f88fdf6a1b
Merge pull request #20304 from vrabaud:master
3 years ago
Vincent Rabaud
b68057d927
Do not use = 0 for a cv::Mat.
...
There are several operator= overloads and some compilers can be confused.
3 years ago
Alexander Alekhin
e9a860d9cb
Merge pull request #20295 from diablodale:umat_factory_usageflags
3 years ago
Dale Phurrough
8be86cbdfd
add usageFlags to UMat static factories
...
- add abi compatible overloads
- add test case
3 years ago
Alexander Alekhin
5091e64a42
Merge pull request #20204 from Developer-Ecosystem-Engineering:improve-sift
3 years ago
Alexander Alekhin
828304d587
Merge pull request #20128 from kikaxa:master
3 years ago
Alexander Alekhin
9d584475f6
Merge pull request #20283 from SamFC10:fix-batchnorm
3 years ago
kikaxa
bb60cb0bf9
Reenable filesystem for ios builds
3 years ago
Alexander Alekhin
25f908b320
Merge pull request #20259 from IanMaquignaz:inverseRectification_newUnitTest
3 years ago
Alexander Alekhin
9b7dca2fa1
Merge pull request #20281 from alalek:highgui_win32ui_plugin
3 years ago
SamFC10
55e1dfb778
Fix BatchNorm reinitialization
3 years ago
Alexander Alekhin
735a79ae83
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
ef2b400c61
highgui: win32ui plugin
3 years ago
Alexander Alekhin
c2263db7bc
Merge pull request #20232 from gasparitiago:drawMatches3.4
3 years ago
Anatoliy Talamanov
53eca2ff5b
Merge pull request #20196 from TolyaTalamanov:at/support-vaargs-compile-args
...
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
3 years ago
Alexander Alekhin
7bbbda71df
Merge pull request #20253 from rogday:gtk_modifiers
3 years ago
Zhang Yin
3a15a3821a
Update RISC-V back-end to RVV 0.10
3 years ago
Developer-Ecosystem-Engineering
9557b9f70f
Improve SIFT for arm64/Apple silicon
...
- Reduce branch density by collapsing compares.
- Fix windows build errors
- Use OpenCV universal intrinsics
- Use v_check_any and v_signmask as requested
3 years ago
Ian Maquignaz
464441d8c3
Added new unit test for initInverseRectificationMap()
...
Function is validated. Included an update to DISABLED_Calib3d_InitInverseRectificationMap.
Includes updates per input from @alalek and unit test regression # to reflect PR #
3 years ago
Alexander Alekhin
f30f1afd47
Merge pull request #20272 from rogday:pollKey_link
3 years ago
Alexander Alekhin
b3db37b99d
Merge pull request #20238 from dmatveev:dm/gframe_docs
3 years ago
Smirnov Egor
7a276f39fb
reorder defined checks according to cmake file
3 years ago