Merged
Conversation
Use the quadword bit permutation instruction to creatively move the sign bits to create the mask. Note that values above 127 will result in 0.
* in OpenCV.js added 'rotate' function and test sample * value test added
Support new IE API (opencv#15184) * Add support OpenVINO R2 for layers * Add Core API * Fix tests * Fix expectNoFallbacksFromIE for ONNX nets * Remove deprecated API * Remove td * Remove TargetDevice * Fix Async * Add test * Fix detectMyriadX * Fix test * Fix warning
* add -Wno-psabi when using GCC 6 * add -Wundef for CUDA 10 * add -Wdeprecated-declarations when using GCC 7 * add -Wstrict-aliasing and -Wtautological-compare for GCC 7 * replace cudaThreadSynchronize with cudaDeviceSynchronize
* Remove unavoidable print of CV error The return value covers whether the device exists. This might be better hidden behind a debug flag, but I couldn't work out how to do that nicely. * Use `CV_LOG_WARNING` macro to log rather than removing it entirely
Convert HOG from SSE SIMD to HAL - 35-45% faster on Power (VSX) (opencv#15199) * Convert SSE SIMD to HAL. 35-45% improvement for Power (VSX) * Remove CV_NEON code. Use v_floor instead of 3 lines of code. * Invert comparison logic to simplify code. * Change initialization from v_load to constructor type.
* WINCE 8.0 requires ARMv7 Thumb2 and thus have NEON instructions * Only add NEON if on _ARM_
This was referenced Aug 13, 2019
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.
#14901 from fishjam:issue_8834
#15102 from dgel:force_input_format_ffmpeg
#15111 from RealOrangeOne:patch-1
#15184 from l-bat:IE_R2
#15199 from ChipKerchner:hogToHal
#15230 from ilbalance:js_rotate
#15235 from pmur:vsx-v_signmask-vbpermq
#15249 from dkurt:dnn_ie_tests_2019r2
#15260 from tomoaki0705:suppressNoisyWarning
#15263 from alalek:videoio_skip_msmf_tests3
#15265 from hugolm84:wince-armv7-supports-neon
#15292 from alalek:build_warnings_xcode_10_3
Previous "Merge 3.4": #15237