Merged
Conversation
The MinEigenVal path through the corner.cl kernel makes use of native_sqrt, a math builtin function which has implementation defined accuracy. Partially addresses issue opencv#9821
…rnerEigenValTest
* Updated UI documentation to address WUI * Added documentation for vx_ calls * Removed vx_store operation overload * Doxyfile updated to enable wide UI * Enable doxygen documentation for vx_ WUI functions * Wide intrinsics definition rework * core: fix SIMD C++ emulator build (supports 128-bit only)
* Workaround for IPP linking problem * Apply -Bsymbolic to all cases when IPP is on * Tried to hide symbols on MacOS * Tried on --exclude-libs option * Fixed macos and win warnings * Fixed win build * cmake(IPP): move --exclude-libs,libippcore.a to IPP CMake file Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
- cmake uses filesystem's order which may vary - unpredictable headers order may cause build failures (primary bindings)
This was referenced Apr 1, 2021
Member
Author
|
👍 |
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.
#18952 from terfendail:wui_doc
#19681 from eplankin:link_problem
#19793 from aarongreig:aaron/imgproc/relaxCornerEigenValTest
#19798 from LupusSanctus:am/reduce_sum_ch
#19808 from alalek:3.4_python_fix_wrap_as
#19809 from alalek:issue_19513
#19811 from alalek:issue_19599
#19812 from alalek:workaround_19634
#19813 from alalek:issue_19506
#19814 from alalek:pyopencv_to_safe
#19819 from alalek:cmake_fix_headers_order
Previous "Merge 3.4": #19796
Details