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
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
AleksandrPanov
687c9b7b29
log QR version and corners
2 years ago
Alexander Alekhin
54531f8e3b
core: support CV_Check*() macros with 'bool' parameters
2 years ago
zihaomu
5bf64e7dfe
fix the infinite loop in tf importer of 3.4 branch
2 years ago
Dan Mašek
51b897b672
Fix #22765 : Remove unnecessary function resulting in infinite recursion. Since In all four places it was used, we already check the shared pointer, the extra assert that the function provided was redundand, so I removed it, and I added a dereference to the `window` parameters.
2 years ago
Amir Hassan
da4ac6b7ef
Merge pull request #22706 from kallaballa:libavdevice_for_ffmpeg_v4l2
...
Introduce libavdevice to make v4l2 available to the ffmpeg backend
* introduce libavdevice to make v4l2 available to the ffmpeg backend
* downgrade the min required libavdevice version to 53.2.0
* make libavdevice optional
* create OCV_OPTION OPENCV_FFMPEG_ENABLE_LIBAVDEVICE and add definition through ocv_add_external_target
* move OCV_OPTION 'OPENCV_FFMPEG_ENABLE_LIBAVDEVICE' to detect_ffmpeg.cmake
2 years ago
Juha Reunanen
1ba0984203
Merge pull request #22790 from reunanen:add-capability-to-set-DWA-compression-level-in-OpenEXR-encoding
...
OpenEXR encoder: add capability to set the DWA compression level
* OpenEXR encoder: add capability to set the DWA compression level from outside
* Do not try to call `header.dwaCompressionLevel()` if OpenEXR is not version 3 or later
* Minor cleanup
2 years ago
kallaballa
f5e852cdf0
define the number of dstChannels for HLS and HSV conversion as well
2 years ago
zoom
ef2677b0a6
Make MatMul layer support 3d or 4d operation with const input
2 years ago
Anatoliy Talamanov
2aad039b4f
Merge pull request #22494 from TolyaTalamanov:at/expose-all-core-to-python
...
G-API Expose all core operations to python
* Expose all G-API core operations to python
* Fix typo in python gapi types test
2 years ago
Juha Reunanen
63bff33e85
Fix floodFill for very large images
2 years ago
zoom
11d492b0b9
Let part of the operators in nary_eltwise support cuda
2 years ago
Zihao Mu
17f2b56291
remove never used code in onnximporter
2 years ago
fwcd
d1d8ac57f3
Cocoa/highgui: Set activateIgnoringOtherApps
2 years ago
Zihao Mu
903bf0147e
Merge pull request #22666 from zihaomu:support_onnx_qdq_model
...
DNN: let Quant and Dequant of ONNX_importer support the Constant input.
* let Quant and Dequant support the Constant input.
* fix negative value of axis.
2 years ago
Zihao Mu
18fbb72f7d
fix the infinite loop in tf importer.
2 years ago
JopKnoppers
0b5fd4f6bb
Included thread in gapi_async_test.cpp
...
Preventing: gapi_async_test.cpp:448:26: error: ‘sleep_for’ is not a member of ‘std::this_thread’
2 years ago
Zihao Mu
17b98dd005
improve code style and Doc of stackblur.
2 years ago
Alexander Alekhin
028d4d83d3
imgproc: sigma2=sigma1 in top-level function of GaussianBlur
2 years ago
Dmitry Matveev
b619477be9
Fix issues with VA_INCLUDE_HEADERS when building with CUDA support
...
...and not only?
2 years ago
kallaballa
547f4c2c5a
print a debug message if the environment variables OPENCV_FFMPEG_CAPTURE_OPTIONS and OPENCV_FFMPEG_WRITER_OPTIONS are set
2 years ago
HAN Liutong
5462a6be6e
Update SIMD macro for RVV backend.
2 years ago
Alexander Smorkalov
a6fadfe1c2
libav for jetson tk1 does not provide libavutil/display.h.
2 years ago
Alexander Smorkalov
22f8fb4d5c
Do not fail tests in Yolo v7 model was not found.
2 years ago
Dmitry Kurtaev
35b2cff295
Merge pull request #22656 from dkurt:halide_fixes
...
* Fixes for Halide
* Enable some Halide tests
2 years ago
Zihao Mu
cee8c86b6e
fixed bug at winograd of SIMD128 and more robust code.
2 years ago
Maksim Shabunin
c0a84dcc85
Merge pull request #22651 from mshabunin:script-doc
...
ts: basic documentation for utility scripts
2 years ago
Zhi-Qiang Zhou
c8561eae2d
Update region_layer.cpp
...
Fix objectness (dstData[index + 4]) is not assigned if new_coords == 1.
2 years ago
AleksandrPanov
ba575fd4ad
reduce extra adaptiveThreshold()
2 years ago
Smirnov Egor
dd14cf6a9c
address CUDA-related errors and enable cuda in elementwise ops
2 years ago
Hashem Zavvari
6eb34716b8
Merge pull request #22635 from hzawary:4.x
...
Setting CAP_PROP_AUTO_EXPOSURE on VideoCapture with backend DSHOW does not change anything. Now with this implementation the property can be used with value 1 for availability.
2 years ago
fengyuentau
d24d8f2abe
implementation of scatter and scatternd with conformance tests enabled
2 years ago
zoom
d816442e4d
Make Unsqueeze layer support negative axes.
2 years ago
Zihao Mu
0fa43e3aac
Optimize the winograd futher more.
2 years ago
Hyunggi Chang
085fb78e85
fix typo (portatibility -> portability)
2 years ago
Alexander Alekhin
a565aa6db9
docs: prefer # for links generation
...
- avoid `@ref`
- align with 4.x branch (minimize merge conflicts)
2 years ago
cudawarped
f89dee4f3e
Reset cuda error code to cudasuccess.
2 years ago
Pavel Rojtberg
70779d4e66
calib3d: use OCV_LAPACK_FUNC
2 years ago
Pavel Rojtberg
35f43cc429
core: expose rectangle intersection to bindings
2 years ago
zoom
9119692bb8
let StridedSlice layer support const input
2 years ago
Harvey Huang
8b0aa6a64d
Merge pull request #21966 from Harvey-Huang:Unicode_Path
...
Support use memory buffer to read multi-page image
2 years ago
Zihao Mu
d9eff7daeb
parse quantized nodes does not rely on name.
2 years ago
Zihao Mu
1e2ceca4df
add enableWinograd API for Net.
2 years ago
Eran Geva
68bd156a71
add willReadFrequently on imread in js
2 years ago
Zihao Mu
9821fae59d
add greater_or_equal and less_or_equal ONNX support
2 years ago
Alexander Alekhin
43b2bb2c25
dnn: plugin support for OpenVINO
2 years ago
Petr Glotov
a3ebafbdeb
Merge pull request #21942 from pglotov:add-blob-contours
...
added blob contours to blob detector
* added blob contours
* Fixed Java regression test after new parameter addition to SimpleBlobDetector.
* Added stub implementation of SimpleBlobDetector::getBlobContours to presume source API compatibility.
2 years ago
Rostislav Vasilikhin
07c795408d
doc fix
2 years ago
TolyaTalamanov
5f50e7bafe
Criteria -> Criterion
2 years ago