Skip to content

5.x merge 4.x #3928

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

Open
wants to merge 25 commits into
base: 5.x
Choose a base branch
from
Open

5.x merge 4.x #3928

wants to merge 25 commits into from

Conversation

asmorkalov
Copy link
Contributor

@asmorkalov asmorkalov commented Apr 29, 2025

OpenCV: opencv/opencv#27265
OpenCV Extra: opencv/opencv_extra#1252

#3777 from llschloesser:feat/cuda-mht-16bit
#3891 from CodeLinaro:3rdPost
#3898 from CodeHotel:4.x
#3908 from cudawarped:add_cuda_c++17
#3911 from gursimarsingh:fixed_sigill_in_mcc
#3912 from cudawarped:cuda_windows_remove_c11_flag
#3916 from CodeLinaro:normalizeLocalBox_extension_Fastcv
#3919 from asmorkalov:as/fastcv_ci
#3923 from Sarrink:patch-1
#3924 from CodeLinaro:integrateYUV_fastcv_extn
#3925 from gursimarsingh:mcc_bug_fix
#3927 from utibenkei:fix_java_enum_wrapper

opencv/opencv#26682 transferred manually.

Previous "Merge 4.x": #3897

Lee L. Schloesser and others added 24 commits August 14, 2024 14:15
Fixes related to optflow and xphoto, whose namespace have changed since 4.0.0-rc, and therefore deprecated the 'matlab' module
Added fix in order to address previously unresolved issue when building in environments with python 3.10+. Modified so that this fix does not effect 3.9 or less.
FastCV extension 3rd Post opencv#3891

Adding FastCV extensions for merge, split, gemm and arithm APIs add, subtract

### 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
Fix: Restore MATLAB Module Compilation for OpenCV 4.x
cuda: Force C++17 Standard for CUDA targets when CUDA Toolkit >=12.8
….0 when using the depreciated FindCUDA module.
…1_flag

cudev:: Remove C++ standard flag for Windows pre CUDA 11.0
Adds support for CUDA MHT 16-bit demosaicking
…nsion_Fastcv

Adding FastCV extension for normalizeLocalBox u8 and f32 opencv#3916

Fastcv extension for normalizeLocalBox u8 and f32

### 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
Fastcv extn for integrate YUV(YCbCr) image and bug fix in split extn
Typo fix: KadewTraKuPong to KaewTraKulPong opencv#3923

From his paper: https://scispace.com/pdf/an-improved-adaptive-background-mixture-model-for-real-time-1l517cez5l.pdf

### 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
[BUG FIX] Fix DNN-based MCC checker detector's checker box alignment issue
Added CI pipeline with FastCV back-end.
Changed PatternPositionType to aruco::PatternPositionType to explicitly specify its scope.
This allows gen_java.py to correctly register disc_type, preventing constructors and
methods using this enum type from being skipped during Java wrapper generation.
Explicitly specify enum type scope to improve Java wrapper generation
@asmorkalov asmorkalov changed the title 5.x merge 4.x WIP: 5.x merge 4.x Apr 29, 2025
@asmorkalov asmorkalov changed the title WIP: 5.x merge 4.x 5.x merge 4.x Apr 30, 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.

7 participants