Merged
Conversation
Enable PNG exif orientation test
Skip KleidiCV in offline build
…kport Backport some of C API removal in core module implementation.
flann: remove unused hdf5 header
dnn: use dispatching for Winograd optimizations
The new C++ code is copy/pasted from OpenCV5: - functions initIntrinsicParams2D, subMatrix (the first 160 lines) - function prepareDistCoeffs - the different asserts Not all the API/code is ported to C++ yet to ease the review.
It is introduced in 2.0.1 (not even in 2.0.0) and some old system like CentOS 7 still has 1.7 in stock. - AcademySoftwareFoundation/openexr@60cdff8#diff-c4bae0726aebe410e407db9abd406d9cf2684f82dd8a08f46d84e8b7c35cf22aR67
Check existence of OpenEXR version macros before using.
…border warpPerspective test: borderType argument fixed
Remove internal calib3d_c_api.h
HAL added for absdiff(array, scalar) + related fixes opencv#26459 ### This PR changes * HAL for `absdiff` when one of arguments is a scalar, including multichannel arrays and scalars * several channels support for HAL `addScalar` * proper data type check for `addScalar` when one of arguments is a scalar ### 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. - [x] The feature is well documented and sample code can be built with the project CMake
mshabunin
approved these changes
Nov 21, 2024
Fixed KLEIDICV_SOURCE_PATH handling for external KleidiCV
741edac to
7808d50
Compare
Contributor
|
Updated to latest 5.x (with FFmpeg wrapper) |
Merged
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.
#26155 from mshabunin:dnn-dispatch
#26181 from sturkmen72:png_exif_test
#26303 from asmorkalov:as/kleidicv_offline
#26459 from savuor:rv/hal_absdiff_scalar
#26460 from asmorkalov:as/core_c_removal_packport
#26461 from vrabaud:4x_calibration_base
#26462 from mshabunin:cleanup-flann-hdf5
#26468 from savuor:rv/warp_perspective_test_border
#26478 from xkszltl:exr_ver
#26501 from asmorkalov:as/external_kleidicv
Previous "Merge 4.x": #26453