-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
asmorkalov
wants to merge
25
commits into
opencv:5.x
Choose a base branch
from
asmorkalov:5.x-merge-4.x
base: 5.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
5.x merge 4.x #3928
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
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
… by the latest versions of Thrust.
Fix: Restore MATLAB Module Compilation for OpenCV 4.x
cuda: Force C++17 Standard for CUDA targets when CUDA Toolkit >=12.8
[BUG FIX] Resolves inf/inf issue in MCC
….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
d2b10f5
to
12a21dd
Compare
12a21dd
to
bdbbcaa
Compare
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: 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