Skip to content

fix broken code link#15345

Merged
alalek merged 3 commits intoopencv:3.4from
prakhar9998:patch-1
Aug 22, 2019
Merged

fix broken code link#15345
alalek merged 3 commits intoopencv:3.4from
prakhar9998:patch-1

Conversation

@prakhar9998
Copy link
Copy Markdown
Contributor

resolves #15344

added proper link to the stiching.cpp file

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 for contribution!

As a "bugfix" this patch should go into 3.4 branch first. We will merge changes from 3.4 into master regularly (weekly/bi-weekly).

So, please:

  • change "base" branch of this PR: master => 3.4 (use "Edit" button near PR title)
  • rebase your commits from master onto 3.4 branch. For example:
    git rebase -i --onto upstream/3.4 upstream/master
    (check list of your commits, save and quit (Esc + "wq" + Enter)
    where upstream is configured by following this GitHub guide and fetched (git fetch upstream).
  • push rebased commits into source branch of your fork (with --force option)

Note: no needs to re-open PR, apply changes "inplace".


This tutorial code's is shown lines below. You can also download it from
[here](https://github.com/opencv/opencv/tree/master/samples/cpp/samples/cpp/stitching.cpp).
[here](https://github.com/opencv/opencv/blob/master/samples/cpp/stitching.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.

@LaurentBerger
Copy link
Copy Markdown
Contributor

What's about removing the sentence ?

If you have cuda device cv::Stitcher can be configured to offload certain operations to GPU. If you prefer this configuration set try_use_gpu to true.

@prakhar9998 prakhar9998 changed the base branch from master to 3.4 August 20, 2019 12:37

This tutorial code's is shown lines below. You can also download it from
[here](https://github.com/opencv/opencv/tree/3.4/samples/cpp/samples/cpp/stitching.cpp).
[here](https://github.com/opencv/opencv/tree/master/samples/cpp/stitching.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.

Please keep /3.4/ URLs on 3.4 branch.

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.

I've updated it in the new commit

@alalek alalek merged commit 3f7cc45 into opencv:3.4 Aug 22, 2019
@alalek alalek mentioned this pull request Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants