Closed
Conversation
* 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 *=
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
fix Rect value of integral image example;
* read vector at runtime
* add enum
This was referenced Jul 26, 2022
Member
Author
|
Blocked by merge of #22196 |
4 tasks
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.
#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
#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
Previous "Merge 3.4": #22161