Merged
Conversation
…roperly on sub-nodes
… computation. Argument "a" is of type ElementType* that is either int* or float*, while b was double*. Mixing types prevents the possibility to use SSE or AVX instructions. On implementation without SIMD instructions, this doesn't show any impact on performance.
…ss it on the fly at each call.
Clarify component statistics documentation * Change ConnectedComponentsTypes documentation Change from "algorithm output formats" to "statistics" because it specifies types of statistics, not formats. * Documentation: clarify component statistics Explain that ConnectedComponentTypes selects a statistic.
…rsect-arguments
* Supported yolov4-tiny * Added comments
…deStatistics-genericity
* Clean: replace C style asserts by CV_Assert and CV_DbgAssert * Try fixing warning on Windows compilation * Another way trying to fix warnings on Win * Fixing warnings with some compilers: Some compilers warn on systematic exit preventing to execute the code that follows. This is why assert(0) that exits only in debug was working, but not CV_Assert or CV_Error that exit both in release and debug, even if with different behavior. In addition, other compilers complain when return 0 is removed from getKey(), even if before we have a statement leading to systematic exit. * Disable "unreachable code" warnings for Win compilers so we can use proper CV_Error
* Added dependency on IE version backport of commit: 992c908
* core(cuda): fix build - MSVS 19.25.28612.0 - CUDA release 11.0, V11.0.167 * cmake(cuda): backport workaround for CUDA 11 * cmake(cuda): call CUDA_BUILD_CLEAN_TARGET() on finalize * cmake(cuda): use CMAKE_SUPPRESS_REGENERATION with MSVS
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.
#17699 from alalek:build_core_cuda
#17708 from shirriff:patch-1
#17719 from pemmanuelviel:pev--fix-computeNodeStatistics-genericity
#17721 from pemmanuelviel:pev--fix-hist-intersect-arguments
#17722 from pemmanuelviel:pev--replace-asserts
#17723 from pemmanuelviel:pev--remove-duplicate
#17724 from pemmanuelviel:pev--fix-mix-of-types
#17725 from pemmanuelviel:pev--precompute-divisor
#17728 from sturkmen72:patch-4
#17729 from modeste2015:3.4
#17733 from l-bat:tiny_yolov4
#17743 from alalek:test_17666
#17744 from alalek:issue_17657
#17761 from mshabunin:test-wo-jpg-png
#17766 from alalek:backport_17756Previous "Merge 3.4": #17697