Alexander Smorkalov
d4dc6b509b
Merge pull request #22796 from ClayXrex:patch-1
...
fix: typo in opencv-python tutorials
2 years ago
Alexander Smorkalov
1192779d05
Merge pull request #22792 from tailsu:sd/avfoundation-orientation-meta
...
Add support for CAP_PROP_ORIENTATION_AUTO to AVFoundation backend
2 years ago
ClayXrex
71a1150c95
fix: typo
2 years ago
Alexander Smorkalov
e14ca39fd7
Merge pull request #22857 from fengyuentau:batched_nms
...
dnn: add batched nms
2 years ago
Alexander Smorkalov
421ba8730a
Merge pull request #22809 from fengyuentau:tile
...
dnn: support ONNX Tile
2 years ago
zihaomu
0d56524b72
gemm support transA and transB, and first input is constance.
2 years ago
fengyuentau
9fded9ca53
batched nms impl
2 years ago
fengyuentau
441624a5fb
tile impl
2 years ago
Alexander Alekhin
25ac77e010
Merge pull request #22873 from WanliZhong:issue22859
2 years ago
Alexander Alekhin
77d887898d
Merge pull request #22875 from asmorkalov:as/cl_error_code_fix
2 years ago
HAN Liutong
a32f2cd24a
Merge pull request #22520 from hanliutong:hsv
...
Modify the SIMD loop in color_hsv.
* Modify the SIMD loops in color_hsv.
* Add FP supporting in bit logic.
* Add temporary compatibility code.
* Use max_nlanes instead of vlanes for array declaration.
* Use "CV_SIMD || CV_SIMD_SCALABLE".
* Revert the modify of the Universal Intrinsic API
* Fix warnings.
* Use v_select instead of bits manipulation.
2 years ago
Alexander Smorkalov
eb68de9268
Merge pull request #22695 from AleksandrPanov:qr_improve_version_detect
...
Improve QR code version estimation
2 years ago
AleksandrPanov
ed3810f7a5
add getNumModules(), add decode version
2 years ago
Alexander Smorkalov
1c3e287d32
More fixes for OpenCL error reporting.
2 years ago
zoom
5044af69d1
let MatMul can work when both two inputs are const
2 years ago
Alexander Alekhin
bc6544c0bc
Merge pull request #22866 from asmorkalov:as/error_formatting
2 years ago
Stefan Dragnev
a462f49b99
add support for CAP_PROP_ORIENTATION_AUTO to AVFoundation backend
...
* extract rotateFrame as free function, rename to applyMetadataRotation
* LegacyCapture::get() always return 0, if cap is null
2 years ago
Alexander Smorkalov
7622fbf895
Fixed OpenGL errors formatting.
2 years ago
Amir Hassan
3f371fe2dd
Merge pull request #22855 from kallaballa:print_cl_status_on_fail
...
Print CL status code on error in opengl interop functions
2 years ago
Alexander Smorkalov
6ca205a029
Merge pull request #22478 from WanliZhong:nary_eltwise_cuda
...
DNN: Let part of the operators in nary_eltwise support CUDA
2 years ago
Dan Mašek
aba2167d9c
Merge pull request #22838 from dan-masek:fix_issue_22837
...
Fix issue 22837: No more blank buttons on toolbar after resizing the window
2 years ago
Alexander Smorkalov
5db4f1f7df
Merge pull request #22830 from alalek:issue_22752
...
imgcodecs: ensure parameters are key-value pairs, fix HDR encoder
2 years ago
Alexander Alekhin
a0a8d2160d
Merge pull request #22775 from WanliZhong:issue22713
2 years ago
Alexander Alekhin
2a5da50902
Merge pull request #22806 from dan-masek:fix_issue_22767
2 years ago
Alexander Smorkalov
51758b2dd6
Merge pull request #22842 from asmorkalov:as/pr_22737_backport
...
backport #22737 : Cocoa/highgui: Set [NSApp activateIgnoringOtherApps] to spawn window on top
2 years ago
fwcd
90b144cf0a
Cocoa/highgui: Set activateIgnoringOtherApps
2 years ago
Alexander Smorkalov
529bd0425e
Merge pull request #22737 from fwcd:activate-cocoa-window-on-top
...
Cocoa/highgui: Set `[NSApp activateIgnoringOtherApps]` to spawn window on top
2 years ago
Alexander Alekhin
6c36cd5d6e
Merge pull request #22839 from zchrissirhcz:fix-typo-3.4
2 years ago
Alexander Alekhin
c102720af4
Merge pull request #22831 from mshabunin:fix-gapi-test-crash
2 years ago
Zhuo Zhang
c63a6c472d
fix typo: Gausssian to Gaussian
2 years ago
Alexander Alekhin
5b3f721efa
Merge pull request #22805 from dan-masek:fix_issue_22766
2 years ago
Dan Mašek
e5bea2bde4
Fix #22766 : Corrected off-by one error causing inconsistent row spacing. (rebased to 3.4)
2 years ago
Dan Mašek
e9d64e0a8c
Fix #22767 : Ensure that the buttons are spaced to the size of the toolbar window, which is always visible. (rebased to 3.x)
2 years ago
Alexander Alekhin
f0df78b7e7
imgcodecs: ensure parameters are key-value pairs, fix HDR encoder
2 years ago
Maksim Shabunin
e93d976d00
gapi: fix InferWithReshape test crash when data is not found
2 years ago
Anatoliy Talamanov
64aad34cb4
Merge pull request #22735 from TolyaTalamanov:at/expose-all-imgproc-to-python
...
G-API Expose all imgproc operations to python
* Expose imgproc operations
* Fix alignment
2 years ago
Alexander Smorkalov
7592d58f0c
Merge pull request #22771 from kallaballa:opencl_hls_and_hsv_conversions_bug
...
define the number of dstChannels for HLS and HSV conversion as well
2 years ago
Alexander Smorkalov
08906ddd4b
Merge pull request #22814 from AleksandrPanov:log_qr_version
...
log QR version and corners
2 years ago
su77ungr
d21761c0fd
Merge pull request #22727 from su77ungr:patch-1
...
Rename file name to correct spelling
2 years ago
Alexander Smorkalov
277ead95d9
Merge pull request #22816 from cudawarped/remove_windows_cuda_dll_warning
...
Suppress CUDA nvcc generated warnings #1394-D and #1388-D on windows
2 years ago
Alexander Alekhin
5d14cc68b7
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2 years ago
Alexander Alekhin
ce80e0dc57
Merge pull request #22559 from smirnov-alexey:as/vpl_ocl
...
G-API: Connect OneVPL source and OpenCL backend
2 years ago
Alexey Smirnov
4c74e6d89d
Copy mpashchenkov's changes
...
Minor refactoring
Partially address review comments
Move DX-related stuff from the sample to a default source
Simplify the default OneVPL config
Address minor review comments
Add class for the default VPL source
WIP: Add initial stub for tests with description
Removing default vpl source and minor refactoring
Refactor default files
Fix build and application crash
Address review comments
Add test on VPL + OCL interaction compared to CPU behavior
Fix test
2 years ago
cudawarped
45d04175d4
Suppress
...
warning #1394-D: field of class type without a DLL interface used in a class with a DLL interface
from windows CUDA builds.
2 years ago
AleksandrPanov
687c9b7b29
log QR version and corners
2 years ago
Alexander Alekhin
d9f66413ee
Merge pull request #22811 from alalek:core_check_bool
2 years ago
Alexander Alekhin
1b1bbe4262
Merge pull request #22801 from alalek:update_zlib
...
* 3rdparty: zlib 1.2.12 => 1.2.13
https://github.com/madler/zlib/releases/tag/v1.2.13
- replace README -> LICENSE in install distribution
* 3rdparty(zlib): re-apply patch 20190330-ununitialized-use-state-check.diff
2 years ago
Alexander Smorkalov
3edf7c25d4
Merge pull request #22804 from dan-masek:fix_issue_22765
...
Fix #22765
2 years ago
Alexander Alekhin
54531f8e3b
core: support CV_Check*() macros with 'bool' parameters
2 years ago
Alexander Smorkalov
b5a68f235a
Merge pull request #22802 from zihaomu:fix_infinit_loop_in_tf_34
...
Fix infinit loop in tf 3.4 branch
2 years ago