rogday
438fe3f9db
Merge pull request #21805 from rogday:pretty_fix
...
Mat pretty printer: fix submatrix indexation
* fix submatrix indexation
* fix channels
3 years ago
Victor
5cc154147f
Merge pull request #21841 from victor1234:calib3d-undistortPoints-tests
...
Add distort/undistort test for fisheye::undistortPoints()
* Add distort/undistort test for fisheye::undistortPoints()
Lack of test has allowed error described in 19138 to be unnoticed.
In addition to random points, four corners and principal center
added to point set
* Add random distortion coefficients set
* Move undistortPoints test to google test, refactor
* Add fisheye::undistortPoints() perf test
* Add negative distortion coefficients to undistortPoints test, increase value
* Move to theRNG()
* Change test check from cvtest::norm(L2) to EXPECT_MAT_NEAR()
* Layout fix
* Add points number parameters, comments
3 years ago
rogday
9cd5a0a1e6
Merge pull request #21884 from rogday:cuda_cleanup
...
Fix CUDA compilation issues and adjust thresholds.
* Fix CUDA compilation issues and adjust thresholds.
* add conformance tests to denylist
3 years ago
Victor
27c15bed60
Merge pull request #21834 from victor1234:issue-19138_add_termcriteria_to_fisheye_undistortpoints
...
* Add termination criteria to cv::fisheye::undistortPoints()
* Add criteria.type check
3 years ago
OpenCV Developers
2985739b8c
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
OpenCV Pushbot
2465d93330
Merge pull request #21873 from asmorkalov:as/jpeg_options
...
Document defaults for JPEG settings.
3 years ago
OpenCV Pushbot
556d211136
Merge pull request #21864 from rogday:21851_fix
3 years ago
Alexander Smorkalov
0ee2a58cdc
Document defaults for JPEG settings.
3 years ago
rogday
7daf84fb44
address security concerns in persistence
3 years ago
OpenCV Pushbot
9aff01c9a9
Merge pull request #21861 from rogday:21852_fix
...
Add assert to address tf simplifier security concerns
3 years ago
rogday
a2b84e9897
add assert to tf graph simplifier to address security concerns
3 years ago
OpenCV Pushbot
66f3c2673c
Merge pull request #21831 from zihaomu:sign_layer_onnx
...
DNN: Add sign, shrink and reciprocal for onnx_impoter
3 years ago
luzpaz
554d08c3a1
Merge pull request #21775 from luzpaz:typos/gapi
...
* GAPI: fix various gapi related typos
Fixes source comments and documentation related to gapi code.
* Fix source typos
* Fixed typos requested
* Follow-up typo fix
3 years ago
OpenCV Pushbot
3a595ea5c4
Merge pull request #21855 from opencv-pushbot:dnn_test_update_checks_face_detector_3.4
3 years ago
OpenCV Pushbot
03c9648f2e
Merge pull request #21854 from opencv-pushbot:dnn_test_update_checks_face_detector_4.x
3 years ago
OpenCV Developers
e3a55af336
dnn(test): update opencv_face_detector checks
...
original commit: be4a432bea
3 years ago
OpenCV Developers
be4a432bea
dnn(test): update opencv_face_detector checks
3 years ago
zihaomu
e36948cfbc
add ONNX OP sign, shrink and reciprocal
3 years ago
Alexander Alekhin
9aa647068b
Merge pull request #21822 from alalek:dnn_test_update_openvino_4.x
3 years ago
Alexander Alekhin
092030c1ca
Merge pull request #21819 from alalek:fix_videoio_ffmpeg_memory_leak_4.x
3 years ago
Alexander Alekhin
0bd261ded4
Merge pull request #21820 from alalek:fix_videoio_ffmpeg_memory_leak_3.4
3 years ago
Alexey Smirnov
7ed557497d
Merge pull request #21504 from smirnov-alexey:as/oak_infer
...
[GAPI] Support basic inference in OAK backend
* Combined commit which enables basic inference and other extra capabilities of OAK backend
* Remove unnecessary target options from the cmakelist
3 years ago
eplankin
d793ec2ffe
Merge pull request #21779 from eplankin:fix_11303
...
Fixed out-of-bounds read in parallel version of ippGaussianBlur()
* Fixed out-of-memory read in parallel version of ippGaussianBlur()
* Fixed check
* Revert changes in CMakeLists.txt
3 years ago
Alexander Alekhin
271f7df343
videoio(ffmpeg): avoid memory leaks
3 years ago
Alexander Alekhin
08d44f588f
dnn(test): update OpenVINO tests 2022.1.0 (OpenCV 4.x)
3 years ago
Alexander Alekhin
84b4a5a495
Merge pull request #21821 from alalek:update_zlib
...
* 3rdparty: zlib 1.2.11 => 1.2.12
https://github.com/madler/zlib/releases/tag/v1.2.12
* 3rdparty(zlib): re-apply patch 20190330-ununitialized-use-state-check.diff
3 years ago
Alexander Alekhin
b2e20a82ba
Merge pull request #21812 from cpoerschke:BackgroundSubtractor-getDefaultName
3 years ago
Alexander Alekhin
1b3a06a02a
videoio(ffmpeg): avoid memory leaks
3 years ago
Anastasiya(Asya) Pronina
91a5e75151
Merge pull request #21731 from AsyaPronina:asyadev/fix_new_stream_event
...
Fixed handling of new stream, especially for stateful OCV kernels
* Fixed handling of new stream, especially for stateful OCV kernels
* Removed duplication from StateInitOnce tests
* Addressed review comments for PR #21731
- Fixed explanation comments
- Expanded test for stateful OCV kernels in Regular mode
* Addressed review comments for PR #21731
- Moved notification about new stream to the constructor
- Added test on state reset for Regular mode
* Addresed review comments
* Addressed review comments
Co-authored-by: Ruslan Garnov <ruslan.garnov@intel.com>
3 years ago
Alexander Alekhin
4754b0e253
Merge pull request #21815 from sivanov-work:gapi_fix_ov_warning
3 years ago
sivanov-work
84b517f5a0
Fix warning
3 years ago
Christine Poerschke
8ac88cf069
add BackgroundSubtractor(KNN|MOG2).getDefaultName() implementation
3 years ago
Alexander Alekhin
13a995cc1d
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
3 years ago
Alexander Alekhin
a93fb52632
Merge pull request #21795 from alalek:dnn_test_update_openvino_3.4
3 years ago
Alexander Alekhin
4d927e73f1
dnn(test): update OpenVINO tests 2022.1.0
3 years ago
Alexander Alekhin
38228709c8
Merge pull request #21644 from sturkmen72:patch-5
3 years ago
Oguzhan Guclu
38788a3161
Merge pull request #21803 from oguzhanguclu:matches_info_pybinding
...
python binding for matches and inliers_mask attributes of cv2.detail_MatchesInfo class
* making matches and inliers_mask attributes of cv2.detail_MatchesInfo class accessible from python interface
* binding test for cv2.detail_MatchesInfo class
3 years ago
Alexander Alekhin
46b6973c05
Merge pull request #21798 from gititgo:4.x
3 years ago
Alexander Alekhin
af2b7708a8
Merge pull request #21794 from yash112-lang:3.4
3 years ago
Alexander Alekhin
a233982931
Merge pull request #20938 from JulieBar:lstm_cuda2
3 years ago
Alexander Alekhin
ed1439fbc6
Merge pull request #21754 from mshabunin:fix-ffmpeg5
3 years ago
Yuantao Feng
b379b67a32
Merge pull request #21752 from fengyuentau:add_github_actions_for_timvx_backend
...
CI for TIM-VX backend
* github actions for TIM-VX backend https://github.com/opencv/opencv/pull/21036
* add reference to yuentau/ocv_ubuntu:20.04; remove extra quotes; enable BUILD_TESTS
* rename to timvx_backend_tests.yml
* add image source prefix
* remove if condition for x86_64 simulator
3 years ago
Sergey Ivanov
f3945fbddb
Merge pull request #21688 from sivanov-work:vpp_ie_integration
...
G-API: VPP preprocessing GIEBackend integration
* Add ROI in VPP prepro
* Apply comments
* Integration to IE
* Removed extra invocations
* Fix no-vpl compilation
* Fix compilations
* Apply comments
* Use thin wrapper for device & ctx
* Implement Device/Context constructor functions
* Apply samples comment
* Fix compilation
* Fix compilation
* Fix build
* Separate Device&Context from selector, apply other comments
* Fix typo
* Intercept OV exception with pretty print out
3 years ago
shengwenxue
8b44ee2ce1
fix MSA sum overflow issue
3 years ago
Zihao Mu
7b582b71ba
Merge pull request #21036 from fengyuentau:timvx_backend_support
...
dnn: TIM-VX NPU backend support
* Add TimVX NPU backend for DNN module.
* use official branch from tim-vx repo; fix detecting viv sdk
Co-authored-by: fytao <yuantao.feng@outlook.com>
3 years ago
Yash Singhal
4e8c507276
Update Condition
...
Update connectedcomponents.cpp
3 years ago
Anatoliy Talamanov
9390c56831
Merge pull request #21782 from TolyaTalamanov:at/fix-1d-mat-problems
...
[G-API] Fix problems with 1D cv::Mat as graph output
* Fix issues with 1D cv::Mat
* Fix cv::Mat::create
* Fix standalone build
* Add test on 1d mat
* Fix warning
* Add additional condition
* Add more tests
3 years ago
Smirnov Egor
abebbf04b1
Add CUDA support for LSTM.
...
Co-authored-by: Julia Bareeva <jbareeva@gmail.com>
3 years ago
Alexander Alekhin
5e434073d4
Merge pull request #21796 from alalek:dnn_reduce_fixup_21601
3 years ago
HAN Liutong
3e4a566e46
Merge pull request #21351 from hanliutong:rvv-clang
...
* Update universal intrinsics of RVV back-end.
* Use array instead of malloc.
3 years ago