-
-
Notifications
You must be signed in to change notification settings - Fork 56.4k
5.x merge 4.x #26135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
5.x merge 4.x #26135
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This patch reinitializes divider matrix without zero values in DivRCPerfTest and DivPerfTest test cases.
Fixed a bug that occurred when compiling with the clang18 compiler. Signed-off-by: Hao Chen <[email protected]>
Disable strict mode when reading avif files
videoio: fix V4L backend with NV12 input format
Workaround for division by zero, issue opencv#25795
…ffset Added offset for HAL as ofs2idx expects 1-based index opencv#26080 ### 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 - [ ] 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
Resolve compilation bug on LoongArch platform
Fix link for "RANSAC for Dummies" tutorial.
Got rid of CAROTENE_NEON_ARCH and use standard __ARM_ARCH check
Fix typo with cameramatrix command for documentation
Update test_tiff.cpp opencv#26093 related opencv#22090 ### 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. - [ ] The feature is well documented and sample code can be built with the project CMake
Make T a math symbol
Remove the redundant codes of cv::convertMaps and mRGBA2RGBA<uchar> opencv#26071 (1) cv::convertMaps: the branch [else if( m1type == CV_32FC2 && dstm1type == CV_16SC2 ) if( nninterpolate )] is unreachable, as the condition is satisfied in lines 1959 to 1961, calculated in advance and return directly. (2) mRGBA2RGBA<uchar>: dst[0], dst[1], dst[2] and dst[3] is calculated repeatedly. Introduced in opencv#13440 ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [ ] I agree to contribute to the project under Apache 2 License. - [ ] 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 - [ ] 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
Avoid uninitialized value read in resize. opencv#26084 When there is no point falling right, an hypothetical value is computed (but unused) using an uninitialized ofst. This triggers warnings in the sanitizers. Including those values in the for loops is also possible but messy when SIMD is involved. ### 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
build: minor changes for cmake 3.30 and some cleanup
Added bit-exact tests for RGB2Gray
- Make x a math symbol - Fix a typo
RISC-V: remove statically initialized global RVV variables (4.x)
Added more data types to OCL flip() and rotate() perf tests opencv#26115 Connected PR with updated sanity data: opencv/opencv_extra#1206 ### 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 - [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
Update remap tutorial
Excluded nullptr leak to arithmetic HAL got from empty Mat.
Added more data types for warpAffine() perf tests
Add size() to CUDA PtrStepSz opencv#26042 According to [cppreference.com compiler support table](https://en.cppreference.com/w/cpp/compiler_support/17), `nvcc` supports `[[nodiscard]]` from version 11. ### 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 Related: opencv#25659
mshabunin
approved these changes
Sep 10, 2024
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
OpenCV Extra: opencv/opencv_extra#1209
OpenCV Contrib: opencv/opencv_contrib#3793
#26030 from CNClareChen:4.x
#26042 from pasbi:add-PtrStepSz_size
#26067 from CNClareChen:4.10
#26071 from tingboliao:4.x
#26077 from vrabaud:avif_check
#26080 from asmorkalov:as/HAL_minMaxIdx_ND_offset
#26081 from mshabunin:fix-v4l-nv12
#26084 from vrabaud:avif_check
#26091 from asmorkalov:as/arm_version_check
#26093 from sturkmen72:related_issue_22090
#26094 from catree:fix_cameramatrix_doc_typo
#26102 from FantasqueX:make-t-a-math-symbol
#26105 from mshabunin:fix-cmake-3.30
#26114 from savuor:rv/rgb2gray_bit_exact
#26115 from savuor:rv/flip_ocl_dtypes
#26116 from savuor:rv/warp_affine_perf_types
#26117 from FantasqueX:update-remap-tutorial-1
#26120 from mshabunin:fix-rvv-init-4.x
#26125 from asmorkalov:as/HAL_fix_nullprt_leak
Previous "Merge 4.x": #26073