TolyaTalamanov
839321642e
Move impl from class
2 years ago
TolyaTalamanov
9f88a65873
Fix functional pipeline tool tests
2 years ago
TolyaTalamanov
1113c9ab10
Support num_iters criteria for pipeline tool
2 years ago
TolyaTalamanov
5a0c85b3ef
Refactor tests
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
TolyaTalamanov
0cd4396180
Expand modeling tool to support infer_mode
2 years ago
TolyaTalamanov
aafb7567c1
Add tests
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
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
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
ocpalo
d18362c726
fix warnings in ImageCollection
2 years ago
Alexander Smorkalov
784dd55d88
Extracted matches_confindece_thresh as stitching matcher parameter.
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
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
TolyaTalamanov
4521d66103
Remove r-value ref
2 years ago
HAN Liutong
df24bd295d
Fix v_signmask for RISC-V Vector.
2 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
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
Alexander Alekhin
fb3fc5322c
videoio(ffmpeg): update tests with new Windows wrapper
3 years ago
cudawarped
46d988e2cb
Merge pull request #22248 from cudawarped:ffmpeg_rtsp_low_fps
...
* Allow the number of threads FFMpeg uses to be selected during VideoCapture::open().
Reset interupt timer in grab if
err = avformat_find_stream_info(ic, NULL);
is interupted but open is successful.
* Correct the returned number of threads and amend test cases.
* Update container test case.
* Reverse changes added to existing videoio_container test case and include test combining thread change and raw read in the newly added videoio_read test case.
3 years ago
Christine Poerschke
cb1a1e9a51
add explicit onChange callback in cocoa cvSetTrackbarPos
3 years ago
wxsheng
4154bd0667
Add Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX
...
* Add Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX
* Add resize.lasx.cpp for Loongson SIMD acceleration
* Add imgwarp.lasx.cpp for Loongson SIMD acceleration
* Add LASX acceleration support for dnn/conv
* Add CV_PAUSE(v) for Loongarch
* Set LASX by default on Loongarch64
* LoongArch: tune test threshold for Core/HAL.mat_decomp/15
Co-authored-by: shengwenxue <shengwenxue@loongson.cn>
3 years ago
Yuantao Feng
9dc844a6e1
Merge pull request #22346 from fengyuentau:mat1d_part1
...
Changes separated from Mat 1D support in core #18594 (#22346 )
3 years ago
TolyaTalamanov
7955469f7c
Fix problem with handleNewStream functionality
3 years ago