Skip to content

5.x merge 4.x #3986

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 6 commits into from
Aug 14, 2025
Merged

5.x merge 4.x #3986

merged 6 commits into from
Aug 14, 2025

Conversation

asmorkalov
Copy link
Contributor

@asmorkalov asmorkalov commented Aug 13, 2025

OpenCV: opencv/opencv#27665

#3983 from mitresthen:warn-warpaffine-overlap
#3984 from cudawarped:fix_videostab_cuda_13
#3985 from cudawarped:add_cudafilters_stream_comment

Manually ported from main OpenCV:
opencv/opencv#27600 from atamas19:ov_output_clamping

Previous "Merge 4.x": #3978

cudawarped and others added 5 commits August 7, 2025 21:55
Add assert to ensure using non-overlapping memory regions opencv#3983

This pr addresses this issue: opencv/opencv#27429
where the user did not realize that the warpaffine function requires non-overlapping src and dst memory regions. 
The code now compares the input memory regions and asserts that they do not overlap. There is also a test for this functionality.

### 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
…_comment

cudafilters: Add comment for use with CUDA streams
@asmorkalov asmorkalov merged commit d031ffd into opencv:5.x Aug 14, 2025
11 of 12 checks passed
@asmorkalov asmorkalov mentioned this pull request Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants