Alexander Smorkalov
9c4c3eadf7
Merge pull request #23971 from asmorkalov:as/ci-ubuntu-2204
...
Add Ubuntu 22.04 to CI
1 year ago
Maksim Shabunin
0f665b3f15
doc: added environment vars reference
1 year ago
Maksim Shabunin
3f0707234f
risc-v: fix unaligned loads and stores
1 year ago
Avasam
cd9f85dbda
Update usages of ConditionalAliasTypeNode following #23838 to use TYPE_CHECKING
1 year ago
Alexander Smorkalov
99058ee30b
Merge pull request #23956 from VadimLevin:dev/vlevin/recursive-re-export-submodules
...
fix: recursively re-export nested submodules in typing stubs
1 year ago
Alexander Smorkalov
7b4b7ceb7e
Add Ubuntu 22.04 to CI.
1 year ago
Alexander Smorkalov
48c52c8bbb
Fixed tests execution with Python 2.7
1 year ago
Alexander Smorkalov
40727c8369
Merge pull request #23970 from mshabunin:fix-v4l-test
...
videoio: fix v4l2 test on older platforms (centos)
1 year ago
Maksim Shabunin
e3c1405254
videoio: fix v4l2 test on older platforms (centos)
1 year ago
Alexander Smorkalov
37aa823112
Merge pull request #23967 from YusukeKameda:4.x
...
doxygen: Fix ImwriteFlags documentation misalignment
1 year ago
Alexander Alekhin
ef9d14f181
Merge pull request #23963 from opencv-pushbot:gitee/alalek/fixup_23842
1 year ago
Yusuke Kameda
87f8cdd699
doxygen: Fix ImwriteFlags documentation misalignment
1 year ago
Liutong HAN
a00818047f
Add missing ”v_popcount“ for RVV and enable tests.
1 year ago
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
1 year ago
Alexander Smorkalov
6ff5245cf2
Merge pull request #23927 from Avasam:partially-unknown-mat
...
Fix partially unknown Mat
1 year ago
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
1 year ago
Alexander Alekhin
f89b705049
cmake: don't export external target twice
1 year ago
Alexander Smorkalov
bb61cc0dba
Merge pull request #23954 from VadimLevin:dev/vlevin/matrix-type-constants-stubs
...
feat: add matrix type stubs generation
1 year ago
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
1 year ago
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`
1 year ago
Alexander Smorkalov
de8e6abd1e
Merge pull request #23955 from VadimLevin:dev/vlevin/overload-presence-check-fix
...
fix: typing stubs overload presence check
1 year ago
Vadim Levin
a6df336477
fix: recursively re-export nested submodules
1 year ago
Vadim Levin
8097bdc2f4
fix: typing stubs overload presence check
1 year ago
Alexander Smorkalov
fdc0c12b7f
Merge pull request #23944 from mshabunin:test-v4l2
...
videoio: test for V4L using virtual device
1 year ago
Alexander Smorkalov
05becd56e5
Merge pull request #23938 from mshabunin/fix-warnings-gcc
...
Fix compiler warnings for GCC 11-12 and Clang 13
1 year ago
Alexander Smorkalov
d2951d6d4c
Merge pull request #23928 from Avasam:Add-missing-properties-to-error-class
...
Add missing properties to error class
1 year ago
Maksim Shabunin
09944a83d9
build: w/a compiler warnings for GCC 11-12 and Clang 13, reduce build output
1 year ago
Maksim Shabunin
e43bc88fc3
videoio: test for V4L using virtual device
1 year ago
Alexander Smorkalov
cb2e831da4
Merge pull request #23940 from mshabunin:fix-cap-images
...
videoio: fix CAP_IMAGES with non-numbered file
1 year ago
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
1 year ago
Maksim Shabunin
8931f08362
videoio: fix CAP_IMAGES with non-numbered file
1 year ago
Alexander Smorkalov
2d92f42878
Disable finite-math-only option with ENABLE_FAST_MATH=1 case to handle NaN and Inf checks correctly.
1 year ago
Zhang Na
10294a84fa
Fix LoongArch Macro Definition
1 year ago
Alexander Smorkalov
b8e3bc9dd8
Merge pull request #23924 from ocpalo:patch-2
...
removed trailing semicolon after function
1 year ago
Avasam
32251c9b04
Add missing properties to error class
1 year ago
Avasam
9f87475129
Fix partially unknown Mat
1 year ago
Berke
71796edf95
removed trailing semicolon after function
...
It gives error when building projects with -Wpedantic -Werror
error: extra ‘;’ [-Werror=pedantic]
Issue ##23916
1 year ago
Alexander Smorkalov
8839bd572e
Merge pull request #23815 from LaurentBerger:CAP_IMAGES
...
Add single image support to VideoCapture
1 year ago
Alexander Smorkalov
c9d8b541fc
Merge pull request #23896 from mshabunin:test-cap-images
...
videoio: tests for CAP_IMAGES
1 year ago
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
1 year ago
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
1 year ago
Alexander Alekhin
67faf1610e
Merge pull request #23885 from hanliutong:UniversalIntrinsicRewriter
1 year ago
Alexander Smorkalov
377be68d92
Merge pull request #23892 from vrabaud:compile_fix
...
Fix compilation when HAVE_QUIRC is not set.
1 year ago
Alexander Smorkalov
aea44efaa6
Merge pull request #23909 from asmorkalov:as/exclude_3.4
...
Update PRs & Issue templates to exclude 3.4 from active development
1 year ago
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
1 year ago
Vincent Rabaud
e9414169a3
Fix compilation when HAVE_QUIRC is not set.
...
One variable is unknown while the other one is unused.
Fixed build warnings.
1 year ago
Alexander Smorkalov
64be9c8bf6
Merge pull request #23901 from kai-waang:remove-duplicated
...
removing duplicated statement
1 year ago
Alexander Smorkalov
50fc68b981
Update PRs & Issue templates to exclude 3.4 from active development.
1 year ago
Maksim Shabunin
1d9c0d3e12
videoio: tests for CAP_IMAGES
1 year ago
Wang Kai
d25d44156b
removing unreachable codes in `gbackend`
1 year ago