-
-
Notifications
You must be signed in to change notification settings - Fork 56.3k
(4.x) Merge 3.4 #22378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
(4.x) Merge 3.4 #22378
Conversation
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
* fix the bug in pyrUp * add test case for pyrUp * coding style
It's not clear how ranges argument should be used in the overload of calcHist that accepts std::vector. The main overload uses array of arrays there, while std::vector overload uses a plain array. The code interprets the vector as a flattened array and rebuilds array of arrays from it. This is not obvious interpretation, so documentation has been added to explain the expected usage.
Rename jobs for better understanding for branch 3.4 * rename jobs * remove dots from job names * correct ubuntu version for linux arm64
Add missing code. * Add missing code. This was removed in c7fc563 The resize is also a side-effect. * Use shorteer cv::Point2f *=
Add conditional compilation directives to enable uses of std::chrono on supported compilers. Use std::chrono::steady_clock as a source to retrieve current tick count and clock frequency. Fixes opencv#6902.
DRY bump the version
- Add conditional compilation directives to replace deprecated std::random_shuffle with new std::shuffle when C++11 is available. - Set random seed to a fixed value before shuffling containers to ensure reproducibility. Resolves opencv#22209.
…tch-std-shuffle
* read vector at runtime * add enum
…tch-steady-clock Use `std::chrono::steady_clock` in `getTickCount`
Typos: cheirality vs chirality
This reverts commit a630ad7.
This was referenced Aug 14, 2022
Merged
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.
#22057 from mohawk2:typos
#22111 from asenyaev:asen/ios_workflow_3.4#22153 from vrabaud:opencv_drawing
#22169 from tomoaki0705:OrinCC
#22173 from ycs77:patch-2
#22182 from alalek:build_fix_warnings
#22184 from heavyrain-lzy:fixbug_pyrUp
#22185 from fengyuentau:ci_job_rename_3.4#22189 from p12tic:document-calchist-overload
#22202 from tomoaki0705:fixWarnings#22208 from vrabaud:34_calibinit
#22217 from CSharperMantle:CSharperMantle-patch-steady-clock
#22225 from scorpiozj:patch-1
#22228 from CSharperMantle:CSharperMantle-patch-std-shuffle
#22229 from zihaomu:bug_fix_22195_3_4
#22232 from tomoaki0705:dryCmake
#22234 from vrabaud:34_calib
#22246 from asenyaev:asen/fix_warning_lnx_arm64_3.4
#22266 from asenyaev:asen/rename_lin_arm_pipelines#22269 from asenyaev:asen/fix_python_recursion
#22271 from tomoaki0705:dotprod_neon
#22279 from asenyaev:asen/android_3.4#22293 from mshabunin:fix-buffer-area-uas
#22295 from alalek:fixup_22246
#22296 from alalek:fixup_22153
#22309 from asenyaev:asen/ubuntu14.04_workflow#22317 from asenyaev:asen/docs_3.4#22324 from gmbows:typo_fix
#22350 from alalek:rework_psabi_warning
#22357 from jspricke:missing_header
#22370 from catree:fix_22242_filter2d_float_double_doc
Previous "Merge 3.4": #22161
replaces #22305