Merged
Conversation
…eTo3D_doc Fix mistake into the reprojectImageTo3D doc. Backport from opencv#25083 PR.
Added experimental build for Windows ARM64 to CI.
Removed old C API usage in new findContours implementation
core: persistence: output reals as human-friendly expression. opencv#25351 Close opencv#25073 Related opencv#25087 This patch is need to merge same time with opencv/opencv_contrib#3714 ### 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
…ramework_for_visionos fix build of dynamic framework for visionos
core: persistence: use hfloat instead of float16_t
HAL interface for bilaterialFilter
…enaming Rename remaining float16_t for future proof opencv#25387 Resolves comment: opencv#25217 (comment). `std::float16_t` and `std::bfloat16_t` are introduced since c++23: https://en.cppreference.com/w/cpp/types/floating-point. ### 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
…-win32 Fix dnn plugin build win32
…ork-privacy-info feat: add PrivacyInfo file to iOS framework
…y-typing-constraints feat: use numeric dtype for MatLike instead of generic
…tics Fixed jpeg-turbo diagnostics and build options in default configuration.
imgproc: doc: fix arrow symbols in header
* Update IPP integration * Updated packages and hashes
…e-neighbor-in-ChessBoardDetector-findQuadNeighbors Take first suitable neighbor in ChessBoardDetector::findQuadNeighbors
…rial Move Charuco/Calib tutorials and samples to main repo opencv#25378 Merge with opencv/opencv_contrib#3708 Move Charuco/Calib tutorials and samples to main repo: - [x] update/fix charuco_detection.markdown and samples - [x] update/fix charuco_diamond_detection.markdown and samples - [x] update/fix aruco_calibration.markdown and samples - [x] update/fix aruco_faq.markdown - [x] move tutorials, samples and tests to main repo - [x] remove old tutorials, samples and tests from contrib ### 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
Correct inpainting floating point values with Telea's algorithm
Contributor
|
From 4.x changes: + Windows10-ARM64:
+ uses: opencv/ci-gha-workflow/.github/workflows/OCV-PR-4.x-W10-ARM64.yaml@main
+Is there anything for 5.x? |
625c10f to
db3e562
Compare
Contributor
Author
|
Windows ARM CI for 5.x is in progress: opencv/ci-gha-workflow#170 |
opencv-alalek
approved these changes
Apr 16, 2024
fengyuentau
reviewed
Apr 17, 2024
Comment on lines
+936
to
+938
| #if !defined(__OPENCV_BUILD) && !(defined __STDCPP_FLOAT16_T__) && !(defined __ARM_NEON) | ||
| typedef hfloat float16_t; | ||
| #endif |
Member
There was a problem hiding this comment.
This should be dropped in 5.x. That's to say no float16_t in 5.x even for external user.
This was referenced Apr 17, 2024
Merged
o , which branch? it is ok now? |
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
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 Contrib: opencv/opencv_contrib#3721
OpenCV Extra: None
#25107 from catree:fix_mistake_reprojectImageTo3D_doc
#25306 from utibenkei:fix_build_of_dynamic_framework_for_visionos
#25343 from asmorkalov:as/HAL_bilaterialFilter
#25351 from Kumataro:fix25073_format_g
#25365 from MaximSmolskiy:take-first-suitable-neighbor-in-ChessBoardDetector-findQuadNeighbors
#25377 from eplankin:3.4
#25378 from AleksandrPanov:move_charuco_tutorial
#25383 from asmorkalov:as/win32_arm_ci
#25385 from asmorkalov:as/new_contours_cleanup
#25387 from fengyuentau:complete-float16_t-renaming
#25388 from asmorkalov:as/jpeg-turbo-diagnostics
#25391 from Kumataro:refix25073
#25395 from susumu-iino:fix-dnn-plugin-build-win32
#25396 from mshabunin:test-tag-contours
#25405 from VadimLevin:dev/vlevin/ios-framework-privacy-info
#25406 from VadimLevin:dev/vlevin/numpy-array-typing-constraints
#25407 from Kumataro:fix25401
#25413 from Linaname:#25404
Previous "Merge 4.x": #25384