Skip to content

Update how_to_use_OpenCV_parallel_for_new.markdown#21094

Merged
alalek merged 2 commits intoopencv:4.xfrom
ruanych:patch-2
Nov 22, 2021
Merged

Update how_to_use_OpenCV_parallel_for_new.markdown#21094
alalek merged 2 commits intoopencv:4.xfrom
ruanych:patch-2

Conversation

@ruanych
Copy link
Copy Markdown
Contributor

@ruanych ruanych commented Nov 21, 2021

Fix an incorrect jump link in the tutorial how_to_use_OpenCV_parallel_for_new.

Fix an incorrect jump link in the tutorial how_to_use_OpenCV_parallel_for_new.

The goal of this tutorial is to demonstrate the use of the OpenCV `parallel_for_` framework to easily parallelize your code. To illustrate the concept, we will write a program to perform convolution operation over an image.
The full tutorial code is [here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/how_to_use_OpenCV_parallel_for_/how_to_use_OpenCV_parallel_for_new.cpp).
The full tutorial code is [here](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/core/how_to_use_OpenCV_parallel_for_/how_to_use_OpenCV_parallel_for_new.cpp).
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

OpenCV branching strategy has been updated: https://github.com/opencv/opencv/wiki/Branches

  • target PRs to "4.x" branch instead of "shadow master" branch (I will change that).
  • please use "4.x" in URLs instead of "master"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your help.

Update the URL of the tutorial code.
Copy link
Copy Markdown
Member

@alalek alalek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 👍

@alalek alalek merged commit a6dbef8 into opencv:4.x Nov 22, 2021
@alalek alalek mentioned this pull request Dec 30, 2021
@alalek alalek mentioned this pull request Feb 22, 2022
a-sajjad72 pushed a commit to a-sajjad72/opencv that referenced this pull request Mar 30, 2023
* Update how_to_use_OpenCV_parallel_for_new.markdown

Fix an incorrect jump link in the tutorial how_to_use_OpenCV_parallel_for_new.

* Update how_to_use_OpenCV_parallel_for_new.markdown

Update the URL of the tutorial code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug category: documentation Documentation fix or update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants