Alexander Smorkalov
7b4b7ceb7e
Add Ubuntu 22.04 to CI.
2023-07-11 18:39:36 +03:00
Alexander Smorkalov
48c52c8bbb
Fixed tests execution with Python 2.7
2023-07-11 18:24:08 +03:00
Alexander Smorkalov
40727c8369
Merge pull request #23970 from mshabunin:fix-v4l-test
...
videoio: fix v4l2 test on older platforms (centos)
2023-07-11 18:16:28 +03:00
Maksim Shabunin
e3c1405254
videoio: fix v4l2 test on older platforms (centos)
2023-07-11 17:05:32 +03:00
Alexander Smorkalov
37aa823112
Merge pull request #23967 from YusukeKameda:4.x
...
doxygen: Fix ImwriteFlags documentation misalignment
2023-07-11 16:40:32 +03:00
Alexander Alekhin
ef9d14f181
Merge pull request #23963 from opencv-pushbot:gitee/alalek/fixup_23842
2023-07-11 12:17:39 +00:00
Yusuke Kameda
87f8cdd699
doxygen: Fix ImwriteFlags documentation misalignment
2023-07-11 19:08:58 +09:00
Liutong HAN
a00818047f
Add missing ”v_popcount“ for RVV and enable tests.
2023-07-11 16:10:27 +08:00
Alexander Smorkalov
6af4a02941
Merge pull request #23958 from VadimLevin:dev/vlevin/friendly-wrong-npy-type-message
...
feat: update NumPy type to Mat type fail message
2023-07-11 10:42:41 +03:00
Alexander Smorkalov
6ff5245cf2
Merge pull request #23927 from Avasam:partially-unknown-mat
...
Fix partially unknown Mat
2023-07-11 10:32:48 +03:00
Vincent Rabaud
2af6775c14
Merge pull request #23943 from vrabaud:avif_tsan
...
Fix checkSignature not thread safe for AVIF. #23943
A common decoder cannot be shared with checkSignature which is used like a static function (on a static ist of decoders).
### Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2023-07-11 10:25:53 +03:00
Alexander Alekhin
f89b705049
cmake: don't export external target twice
2023-07-11 01:09:31 +00:00
Alexander Smorkalov
bb61cc0dba
Merge pull request #23954 from VadimLevin:dev/vlevin/matrix-type-constants-stubs
...
feat: add matrix type stubs generation
2023-07-10 18:48:01 +03:00
Vadim Levin
953de60ff0
feat: update NumPy type to Mat type fail message
...
Output string representation of NumPy array type if it is not
convertible to OpenCV Mat type
2023-07-10 18:09:15 +03:00
Vadim Levin
986e379f28
feat: add matrix type stubs generation
...
Adds missing typing stubs:
- Matrix depths: `CV_8U`, `CV_8S` and etc.
- Matrix type constants: `CV_8UC1`, `CV_32FC3` and etc.
- Matrix type factory functions: `CV_*(channels) -> int` and `CV_MAKETYPE`
2023-07-10 17:35:27 +03:00
Alexander Smorkalov
de8e6abd1e
Merge pull request #23955 from VadimLevin:dev/vlevin/overload-presence-check-fix
...
fix: typing stubs overload presence check
2023-07-10 15:37:59 +03:00
Vadim Levin
a6df336477
fix: recursively re-export nested submodules
2023-07-10 14:39:59 +03:00
Vadim Levin
8097bdc2f4
fix: typing stubs overload presence check
2023-07-10 14:30:44 +03:00
Alexander Smorkalov
fdc0c12b7f
Merge pull request #23944 from mshabunin:test-v4l2
...
videoio: test for V4L using virtual device
2023-07-10 12:54:43 +03:00
Alexander Smorkalov
05becd56e5
Merge pull request #23938 from mshabunin/fix-warnings-gcc
...
Fix compiler warnings for GCC 11-12 and Clang 13
2023-07-10 12:41:37 +03:00
Alexander Smorkalov
d2951d6d4c
Merge pull request #23928 from Avasam:Add-missing-properties-to-error-class
...
Add missing properties to error class
2023-07-10 12:40:06 +03:00
Maksim Shabunin
09944a83d9
build: w/a compiler warnings for GCC 11-12 and Clang 13, reduce build output
2023-07-10 11:27:59 +03:00
Maksim Shabunin
e43bc88fc3
videoio: test for V4L using virtual device
2023-07-07 17:33:33 +03:00
Alexander Smorkalov
cb2e831da4
Merge pull request #23940 from mshabunin:fix-cap-images
...
videoio: fix CAP_IMAGES with non-numbered file
2023-07-07 11:12:38 +03:00
Alexander Smorkalov
601a159f25
Merge pull request #23881 from asmorkalov:as/fast_math_nan
...
Disable finite-math-only option with ENABLE_FAST_MATH=1 case to handle NaN and Inf checks correctly
2023-07-07 09:04:08 +03:00
Maksim Shabunin
8931f08362
videoio: fix CAP_IMAGES with non-numbered file
2023-07-06 22:26:53 +03:00
Alexander Smorkalov
2d92f42878
Disable finite-math-only option with ENABLE_FAST_MATH=1 case to handle NaN and Inf checks correctly.
2023-07-06 15:41:04 +03:00
Alexander Smorkalov
eb717a7e91
Merge pull request #23919 from asmorkalov:as/5.x-vulkan
...
Enable Vulkan tests for 5.x branch after 4.x->5.x merge
2023-07-06 12:30:04 +03:00
Alexander Smorkalov
bd9a3ee161
Enable Vulkan tests for 5.x branch after 4.x->5.x merge.
2023-07-06 10:16:52 +03:00
Alexander Smorkalov
f987bf2961
Merge pull request #23814 from Avasam:fix-type-confindece
...
Fix typo `confindece`
2023-07-05 17:51:32 +03:00
Alexander Smorkalov
5af40a0269
Merge branch 4.x
2023-07-05 15:51:10 +03:00
Zhang Na
10294a84fa
Fix LoongArch Macro Definition
2023-07-05 17:42:39 +08:00
Alexander Smorkalov
b8e3bc9dd8
Merge pull request #23924 from ocpalo:patch-2
...
removed trailing semicolon after function
2023-07-05 09:38:29 +03:00
Avasam
32251c9b04
Add missing properties to error class
2023-07-04 17:57:30 -04:00
Avasam
9f87475129
Fix partially unknown Mat
2023-07-04 16:44:32 -04:00
Berke
71796edf95
removed trailing semicolon after function
...
It gives error when building projects with -Wpedantic -Werror
error: extra ‘;’ [-Werror=pedantic]
Issue ##23916
2023-07-04 21:18:30 +03:00
Alexander Smorkalov
8839bd572e
Merge pull request #23815 from LaurentBerger:CAP_IMAGES
...
Add single image support to VideoCapture
2023-07-04 16:31:29 +03:00
Alexander Smorkalov
c9d8b541fc
Merge pull request #23896 from mshabunin:test-cap-images
...
videoio: tests for CAP_IMAGES
2023-07-04 16:30:53 +03:00
Alexander Smorkalov
356e5d3028
Merge pull request #23918 from kallaballa:custom_package_name
...
use CPACK_PACKAGE_VERSION instead of OPENCV_VCSVERSION for CPACK_PACKAGE_FILE_NAME
2023-07-04 14:06:32 +03:00
kallaballa
a58214f015
use CPACK_PACKAGE_VERSION instead of OPENCV_VCSVERSION for CPACK_PACKAGE_FILE_NAME so that OPENCV_CUSTOM_PACKAGE_INFO actually has full effect
2023-07-04 07:41:16 +00:00
Alexander Alekhin
67faf1610e
Merge pull request #23885 from hanliutong:UniversalIntrinsicRewriter
2023-07-03 14:56:30 +00:00
Alexander Smorkalov
377be68d92
Merge pull request #23892 from vrabaud:compile_fix
...
Fix compilation when HAVE_QUIRC is not set.
2023-07-03 13:16:49 +03:00
Alexander Smorkalov
aea44efaa6
Merge pull request #23909 from asmorkalov:as/exclude_3.4
...
Update PRs & Issue templates to exclude 3.4 from active development
2023-07-03 12:27:11 +03:00
Wang Kai
0661aff4a5
Merge pull request #23900 from kai-waang:fixing-typo
...
Fixing typos in usac #23900
Just read and correct some typos in `usac`
### Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [ ] There is a reference to the original bug report and related work
- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
Patch to opencv_extra has the same branch name.
- [ ] The feature is well documented and sample code can be built with the project CMake
2023-07-03 12:08:12 +03:00
Vincent Rabaud
e9414169a3
Fix compilation when HAVE_QUIRC is not set.
...
One variable is unknown while the other one is unused.
Fixed build warnings.
2023-07-03 11:35:05 +03:00
Alexander Smorkalov
64be9c8bf6
Merge pull request #23901 from kai-waang:remove-duplicated
...
removing duplicated statement
2023-07-03 11:26:36 +03:00
Alexander Smorkalov
50fc68b981
Update PRs & Issue templates to exclude 3.4 from active development.
2023-07-03 11:00:30 +03:00
Maksim Shabunin
1d9c0d3e12
videoio: tests for CAP_IMAGES
2023-07-03 10:33:16 +03:00
Wang Kai
d25d44156b
removing unreachable codes in gbackend
2023-07-02 15:33:52 +08:00
Wang Kai
bca5868817
removing duplicated statement
2023-07-01 13:29:02 +08:00