Alexander Smorkalov
b403d37267
Merge pull request #20379 from zihaomu:stackblur
...
Add StackBlur for imgproc
2 years ago
Alexander Smorkalov
2d189e24ee
Merge pull request #22580 from seanm:Wextra-semi
...
Fixed most clang -Wextra-semi warnings
2 years ago
Alexander Smorkalov
c8c29b0f1a
Merge pull request #22585 from opencv:zm/remove-code-1
...
DNN: Remove unused code in onnx_importer.cpp
2 years ago
Alexander Smorkalov
784dd55d88
Extracted matches_confindece_thresh as stitching matcher parameter.
2 years ago
Alexander Smorkalov
adb916ce82
Merge pull request #22358 from AleksandrPanov:qrcode_x86_arm
...
QRcode, change INTER_LINEAR to INTER_LINEAR_EXACT
2 years ago
Zihao Mu
15cfafb360
DNN: Remove unused code in onnx_importer.cpp
2 years ago
AleksandrPanov
d43cb4fe7c
change resize flag INTER_LINEAR to INTER_LINEAR_EXACT
...
fix python test_detect_and_decode_multi, sort QR in multiDetect/multiDecode
enable tests with "version_5_up.jpg", "version_5_top.jpg"
2 years ago
Alexander Smorkalov
935acc500f
Merge pull request #22566 from asmorkalov:as/libjpeg_turbo_linkage_warning
...
Fix multiple sdtlib linkage warning on Windows with MSVS.
2 years ago
Alexander Smorkalov
c189f31f23
Merge pull request #22552 from alvoron:ocv_ov_instruction
...
OpenCV for OpenVINO documentation
2 years ago
Voron
cbf43a54fb
added opencv for openvino tutorial
2 years ago
Zihao Mu
2918071a3e
add stackblur for imgproc.
2 years ago
Sean McBride
1829eba584
Fixed most clang -Wextra-semi warnings
2 years ago
Alexander Smorkalov
3a64607d94
Merge pull request #22518 from TolyaTalamanov:at/expand-modeling-tool-to-support-config-in-yml
...
[G-API] Pipeline modeling tool - support local infer node config
2 years ago
Alexander Smorkalov
64649a1207
Fix multiple sdtlib linkage warning on Windows with MSVS.
...
Use global OpenCV settings for MS Visual Studio run-time libraries to prevent colision.
2 years ago
Alexander Smorkalov
72f1ce6550
Merge pull request #22570 from alalek:fix_riscv_opt_path
...
riscv: use /opt/riscv path in toolchain
2 years ago
TolyaTalamanov
4521d66103
Remove r-value ref
2 years ago
Alexander Alekhin
50e66a2e53
riscv: use /opt/riscv path in toolchain
...
- align with defaults from https://github.com/riscv-collab/riscv-gnu-toolchain
2 years ago
Alexander Smorkalov
a682f02f59
Merge pull request #22558 from hanliutong:signmask
...
Fix v_signmask for RISC-V Vector
2 years ago
HAN Liutong
df24bd295d
Fix v_signmask for RISC-V Vector.
2 years ago
Alexander Smorkalov
04ebedb6f0
Merge pull request #22128 from ocpalo:multipage_img_decoder
...
[GSoC 2022] Multipage Image Decoder API
2 years ago
Alexander Smorkalov
71ae1cac5f
Merge pull request #22547 from dkurt:riscv_toolchain
...
Detect RISC-V compiler from PATH environment variable
2 years ago
Dmitry Kurtaev
e0b21dccf1
Detect RISC-V compiler from PATH environment variable
2 years ago
Alexander Smorkalov
2273af0166
Merge pull request #22286 from asenyaev:asen/disabled_compiling_warnings_4.x
...
Disabled compiling warnings in case of symbols in cmake for 4.x
2 years ago
Alexander Smorkalov
604192337f
Merge pull request #22535 from sashashura:patch-2
...
GitHub Workflows security hardening
2 years ago
Andrey Senyaev
ccfc34b13f
Disabled compiling warnings in case of symbols in cmake for 4.x
2 years ago
Alex
7d96ef2671
build: harden arm64-build-checks.yml permissions
...
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2 years ago
Alex
2882725927
build: harden lint_python.yml permissions
...
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2 years ago
Berke
062cee2933
new multipage image decoder api - ImageCollection
2 years ago
Alexander Smorkalov
fcf9f117b0
Merge pull request #22519 from stefan-spiss:stereo_calib_per_obj_extr_ret
...
Stereo Calibration: Return rotation and transformation vectors for each calibration object
2 years ago
Alexander Smorkalov
0f1cb5ad7c
Merge pull request #22444 from catree:feat_calibrate_camera_exe_initial_guess_4.x
...
Add flag to pass initial guess for camera intrinsics into the calibration exe
2 years ago
Alexander Smorkalov
a6274647a4
Merge pull request #21738 from rogday:gather
...
add Gather implementation
2 years ago
Egor Smirnov
65f71ce2eb
add Gather implementation
2 years ago
Alexander Smorkalov
6aefb8e86f
Merge pull request #22290 from fengyuentau:naive_yolov7
...
Support for YOLOv7 ONNX (not simplified)
2 years ago
fengyuentau
4aef9b1c93
dnn: support yolov7 (not simplified)
2 years ago
Alexander Smorkalov
0ac67ee8d9
Merge pull request #22343 from komakai:android_cam_polling
...
Poll for frame data if acquisition fails after OnCaptureCompleted
2 years ago
Alexander Alekhin
66b3155a48
Merge pull request #22332 from komakai:android-cam-stride
2 years ago
Giles Payne
b3adffe437
Android Camera: poll for frame data if acquisition fails after OnCaptureCompleted
2 years ago
TolyaTalamanov
ec92f3fefa
Apply comments
...
* Rename intersectMapWith -> mergeMapWith
* Remove macro
* Add r-value ref
2 years ago
Alexander Smorkalov
fb85a83108
Merge pull request #22523 from fengyuentau:update_mirrors_220916
...
Update mirrors 220916
2 years ago
Alexander Smorkalov
41ef2bfb16
Merge pull request #21945 from driftee:fix-3rdparty_carotene_blur
...
fix a 3rd party blur3x3 function(the 7th value in tcurr should be set to the 5th value in old tcurr, which will be be overwritten by the 3rd value in old tcurr)
2 years ago
Alexander Smorkalov
1ae801554d
Merge pull request #22507 from TolyaTalamanov:at/replace-mfx-major-version-assert-to-warning
...
G-API: Replace MFX major version assertion to warning
2 years ago
fengyuentau
65998d8076
fix a bug when download from github instead but the subdir is changed to a wrong one
2 years ago
fengyuentau
45a7b71cac
bump ADE to 0.1.2a
2 years ago
Alexander Smorkalov
e1e9261450
Merge pull request #22479 from scottchou007:master
...
Fix issues in opencv_test_dnn from conv48 kernels without bias
2 years ago
Alexander Smorkalov
819e5b19b3
Merge pull request #22521 from asmorkalov/as:cuddn_version_non_cache
...
Do not store full CuDNN version in cache to exclude inconsistency duкing reconfiguration
2 years ago
scottchou007
a3cb2020bc
Fix issues in opencv_test_dnn from conv48 kernels using uninitialized tensors when there is no bias.
2 years ago
Alexander Smorkalov
a6017ac550
Merge pull request #22145 from danopdev:issues-22141
...
Fixed time value obtained on some frames at the end of the video #22141
2 years ago
Alexander Smorkalov
7faeb82585
Merge pull request #22503 from danopdev:android-video-writter
...
Add H264 / H265 writter support for Android
2 years ago
Alexander Smorkalov
48e50a7674
Extended video timestamp test to cover fix for the issue #22141 .
2 years ago
Alexander Smorkalov
dc9d775f88
Do not store full CuDNN version in cache to exclude inconsistency during reconfiguration.
2 years ago