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
Alexander Smorkalov
5cd07006f6
Merge pull request #22329 from chinery:stitching-py-fixes
...
Fix stitching Python bindings (and one stitching_detailed.cpp bug)
2 years ago
Alexander Smorkalov
3d350a002e
Merge pull request #22562 from cudawarped:add_bindings_to_cuda_fastNlMeansDenoising
...
Add bindings to CUDA photo denoising functions
2 years ago
Alexander Smorkalov
f18b8cd569
Merge pull request #22606 from savuor:doc_fix_lmsolver
...
Doc fix for LMSolver
2 years ago
Alexander Smorkalov
5389d9e0d4
Merge pull request #22596 from TolyaTalamanov:at/add-num-iter
...
[G-API] Pipeline modeling tool: Support num_iters criteria
2 years ago
Rostislav Vasilikhin
07c795408d
doc fix
2 years ago
TolyaTalamanov
5f50e7bafe
Criteria -> Criterion
2 years ago
TolyaTalamanov
e92716a1b6
Merge branch '4.x' of github.com:opencv/opencv into at/add-num-iter
2 years ago
Alexander Alekhin
bbcc1752b1
Merge pull request #22600 from alalek:cmake_opt_force_targets
2 years ago
Christine Poerschke
40ae06091d
add cvGetPropVisible_COCOA
2 years ago
Alexander Alekhin
d480e2e51b
cmake(opt): force separate targets for dispatched code
...
- PCH may not pass compilation flags properly
2 years ago
TolyaTalamanov
839321642e
Move impl from class
2 years ago
TolyaTalamanov
9f88a65873
Fix functional pipeline tool tests
2 years ago
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