Skip to content

(4.x) Merge 3.4#22305

Closed
alalek wants to merge 44 commits intoopencv:4.xfrom
alalek:merge-3.4
Closed

(4.x) Merge 3.4#22305
alalek wants to merge 44 commits intoopencv:4.xfrom
alalek:merge-3.4

Conversation

@alalek
Copy link
Copy Markdown
Member

@alalek alalek commented Jul 26, 2022

#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

build_image:Docs=docs-js:18.04
build_image:Custom=javascript
buildworker:Custom=linux-f1

vrabaud and others added 30 commits June 24, 2022 11:38
* 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.
fix Rect value of integral image example;
@alalek
Copy link
Copy Markdown
Member Author

alalek commented Jul 26, 2022

Blocked by merge of #22196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.