Alexander Smorkalov
b77330bafc
Merge pull request #22501 from cabelo:oak-devices-docs
...
OAK Information
2 years ago
Alexander Smorkalov
4a4b2a0ce6
Merge pull request #22539 from catree:feat_homography_tutorial_gif
...
Add a gif to the homography exercise
2 years ago
Alexander Smorkalov
0ae126d3b8
Typos and formating fixes.
2 years ago
Alessandro de Oliveira Faria (A.K.A. CABELO)
af9332dfaf
OAK Information
2 years ago
Alexander Smorkalov
4103567776
Merge pull request #22194 from heavyrain-lzy:fixbug_pyrup
...
Fix the pyramid bug when src*2 < dst
2 years ago
Alexander Smorkalov
8f0edf6a1c
Merge pull request #22074 from bwang30:opencv-warpAffine-ippiw
...
Add warpAffine IPPIW implementation to replace with old version
2 years ago
catree
ab5279f4ad
Add an image to illustrate camera poses interpolation for the small homography exercise.
2 years ago
TolyaTalamanov
1113c9ab10
Support num_iters criteria for pipeline tool
2 years ago
Alexander Smorkalov
bf5d7c0c10
Merge pull request #22588 from TolyaTalamanov:at/sync-ie-request-pool
...
G-API: Add synchronous execution for IE backend
2 years ago
Alexander Smorkalov
fef8d4c990
Merge pull request #22017 from xiong-jie-y:py_onnx
...
Add python bindings for G-API onnx
2 years ago
TolyaTalamanov
5a0c85b3ef
Refactor tests
2 years ago
TolyaTalamanov
9fd877acc9
Merge branch '4.x' of github.com:opencv/opencv into at/sync-ie-request-pool
2 years ago
robin
ed3b56d763
Add warpAffine IPPIW implementation protected by ipp NE flag
...
Signed-off-by: robin <bin.wang@intel.com>
2 years ago
Kumataro
2f79b1b087
Merge pull request #22404 from Kumataro:3.4-fix22388_2
...
* imgcodecs: tiff: Reduce memory usage to read 16bit image.
* imgcodecs: tiff: Reduce memory usage to read 8bit images
* imgcodecs: tiff: split basic test and full test.
* imgcodecs: tiff: fix to warning C4244
* imgcodecs: tiff: fix to warning C4244
2 years ago
Alexander Smorkalov
7208f63221
Merge pull request #22583 from TolyaTalamanov:at/add-cfg-output-precision-for-ie-backend
...
G-API: API for configuring model output precision for IE backend
2 years ago
Alexander Smorkalov
572d4f4491
Merge pull request #22584 from vrabaud:msan
...
Move marking memory as initialized earlier.
2 years ago
TolyaTalamanov
0cd4396180
Expand modeling tool to support infer_mode
2 years ago
TolyaTalamanov
aafb7567c1
Add tests
2 years ago
Alexander Smorkalov
468431cd8f
Merge pull request #22542 from TolyaTalamanov:at/expand-performance-report-with-metrics
...
[G-API] Pipeline modeling tool - expand performance report
2 years ago
TolyaTalamanov
cf5db9b94f
Add handle to configure async/sync infer mode
2 years ago
TolyaTalamanov
589b6c15f0
Fix windows warning
2 years ago
TolyaTalamanov
2af0813634
Add sync/async executors for infer request
2 years ago
TolyaTalamanov
15d2a5faf8
Add sync infer request
2 years ago
TolyaTalamanov
b1d28d5b4a
Expand performance report
2 years ago
TolyaTalamanov
a6fbd8287c
Fix comments to review
2 years ago
TolyaTalamanov
b0b77b3047
Add cfgOutputPrecision
2 years ago
Alexander Smorkalov
96844b0ca5
Merge pull request #22554 from WanliZhong:slice_axes_no_seq
...
DNN: Let Slice layer support non-sequential and negative axes
2 years ago
Alexander Smorkalov
7fc6146973
Merge pull request #22560 from fengyuentau:enable_issue_template_chooser_with_templates
...
Enable issue template chooser
2 years ago
Biswapriyo Nath
6cf0910842
Merge pull request #22462 from Biswa96:fix-directx-check
...
* cmake: Fix DirectX detection in mingw
The pragma comment directive is valid for MSVC only. So, the DirectX detection
fails in mingw. The failure is fixed by adding the required linking library
(here d3d11) in the try_compile() function in OpenCVDetectDirectX.cmake file.
Also add a message if the first DirectX check fails.
* gapi: Fix compilation with mingw
These changes remove MSVC specific pragma directive. The compilation fails at
linking time due to absence of proper linking library. The required libraries
are added in corresponding CMakeLists.txt file.
* samples: Fix compilation with mingw
These changes remove MSVC specific pragma directive. The compilation fails at
linking time due to absence of proper linking library. The required libraries
are added in corresponding CMakeLists.txt file.
2 years ago
fengyuentau
692c536ac5
enable issue template chooser with templates for bug report, feature
...
request and documentation
2 years ago
Alexander Alekhin
1646a21197
Merge pull request #22505 from asmorkalov:as/matcher_score_thresh
2 years ago
zoom
4557971481
enhance slice layer
...
refactor the code for parsing Slice layer
add test for Slice layer
let 'begin' and 'end' resize to dims
add opset message comment
2 years ago
cudawarped
8baf46c0a8
Add bindings and test
2 years ago
Alexander Smorkalov
0c0083ba72
Merge pull request #22589 from ocpalo:imagecollection_warnings
...
fix warnings in ImageCollection
2 years ago
ocpalo
d18362c726
fix warnings in ImageCollection
2 years ago
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
Vincent Rabaud
38c9c20a35
Move marking memory as initialized earlier.
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