Eran Geva
68bd156a71
add willReadFrequently on imread in js
3 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.
3 years ago
Rostislav Vasilikhin
07c795408d
doc fix
3 years ago
TolyaTalamanov
5f50e7bafe
Criteria -> Criterion
3 years ago
TolyaTalamanov
839321642e
Move impl from class
3 years ago
TolyaTalamanov
9f88a65873
Fix functional pipeline tool tests
3 years ago
TolyaTalamanov
1113c9ab10
Support num_iters criteria for pipeline tool
3 years ago
TolyaTalamanov
5a0c85b3ef
Refactor tests
3 years ago
robin
ed3b56d763
Add warpAffine IPPIW implementation protected by ipp NE flag
...
Signed-off-by: robin <bin.wang@intel.com>
3 years ago
TolyaTalamanov
0cd4396180
Expand modeling tool to support infer_mode
3 years ago
TolyaTalamanov
aafb7567c1
Add tests
3 years ago
TolyaTalamanov
cf5db9b94f
Add handle to configure async/sync infer mode
3 years ago
TolyaTalamanov
589b6c15f0
Fix windows warning
3 years ago
TolyaTalamanov
2af0813634
Add sync/async executors for infer request
3 years ago
TolyaTalamanov
15d2a5faf8
Add sync infer request
3 years ago
TolyaTalamanov
b1d28d5b4a
Expand performance report
3 years ago
TolyaTalamanov
a6fbd8287c
Fix comments to review
3 years ago
TolyaTalamanov
b0b77b3047
Add cfgOutputPrecision
3 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.
3 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
3 years ago
cudawarped
8baf46c0a8
Add bindings and test
3 years ago
ocpalo
d18362c726
fix warnings in ImageCollection
3 years ago
Alexander Smorkalov
784dd55d88
Extracted matches_confindece_thresh as stitching matcher parameter.
3 years ago
Zihao Mu
15cfafb360
DNN: Remove unused code in onnx_importer.cpp
3 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"
3 years ago
Voron
cbf43a54fb
added opencv for openvino tutorial
3 years ago
Zihao Mu
2918071a3e
add stackblur for imgproc.
3 years ago
Sean McBride
1829eba584
Fixed most clang -Wextra-semi warnings
3 years ago
TolyaTalamanov
4521d66103
Remove r-value ref
3 years ago
HAN Liutong
df24bd295d
Fix v_signmask for RISC-V Vector.
3 years ago
Andrey Senyaev
ccfc34b13f
Disabled compiling warnings in case of symbols in cmake for 4.x
3 years ago
Berke
062cee2933
new multipage image decoder api - ImageCollection
3 years ago
Egor Smirnov
65f71ce2eb
add Gather implementation
3 years ago
fengyuentau
4aef9b1c93
dnn: support yolov7 (not simplified)
3 years ago
Giles Payne
b3adffe437
Android Camera: poll for frame data if acquisition fails after OnCaptureCompleted
3 years ago
TolyaTalamanov
ec92f3fefa
Apply comments
...
* Rename intersectMapWith -> mergeMapWith
* Remove macro
* Add r-value ref
3 years ago
scottchou007
a3cb2020bc
Fix issues in opencv_test_dnn from conv48 kernels using uninitialized tensors when there is no bias.
3 years ago
Alexander Smorkalov
48e50a7674
Extended video timestamp test to cover fix for the issue #22141 .
3 years ago
Stefan Spiss
66cbb7b911
Extended tests for stereoCalibrate function of fisheye camera model.
3 years ago
Stefan Spiss
9ca3a3139a
Extended tests for stereoCalibrate function of pinhole camera model.
3 years ago
Stefan Spiss
6fb465cb4e
Extended stereoCalibrate function for fisheye model to return per view rotation and translation vectors between the calibration object coordinate space and the coordinate space of the first camera of the stereo pair. Added overloaded versions of the function for downward compatibility.
3 years ago
Stefan Spiss
8ae03fcd6e
Extended stereoCalibrate function for pinhole model to return per view rotation and translation vectors between the calibration object coordinate space and the coordinate space of the first camera of the stereo pair. Added overloaded versions of the function for downward compatibility.
3 years ago
Dan
122250b554
fix #22490
3 years ago
TolyaTalamanov
eb8883160d
Support config as part of Infer node in yml
3 years ago
Dan
13823f117b
#22214 and #22198
3 years ago
Andrew Chinery
26a7647e0e
Fix stitching Python bindings PR #22329
3 years ago
Hao Chen
fce8349c99
Optimize the cvCeil and cvFloor functions.
...
This patch optimizes the cvCeil and cvFloor functions on
the LoongArch platform.
Signed-off-by: Hao Chen <chenhao@loongson.cn>
3 years ago
TolyaTalamanov
5ea912e778
Change warning message
3 years ago
ocpalo
d717de5719
nasm/simd support for libjpeg-turbo
3 years ago
TolyaTalamanov
bcc19a622d
Replace MFX major version assertion to warning
3 years ago