Added reference to Python example (stitching.py) in the High-Level St…#25963
Closed
Suyog-16 wants to merge 2 commits intoopencv:4.xfrom
Closed
Added reference to Python example (stitching.py) in the High-Level St…#25963Suyog-16 wants to merge 2 commits intoopencv:4.xfrom
Suyog-16 wants to merge 2 commits intoopencv:4.xfrom
Conversation
…itching API Tutorial for 4.x
Contributor
|
Contributor
|
I reviewed the tutorial and just link addition is not enough. The tutorial describes parts of code and it does not work for python as is. You need to rewrite some text pieces and use switch for python/c++ like in https://docs.opencv.org/4.x/d3/d96/tutorial_basic_geometric_drawing.html |
Author
|
Well i took this issue thinking it would be an easy fix, but i am unknown with changing the code snippets and rewriting them . I think someone with experience could take this issue and help here .Thank you for your understanding |
Contributor
|
Let me try to tackle the switch as part of PR 25962. |
Contributor
|
I added the toggle in PR 25962, but note that the explanations below it are still C++ only. From what it sounds like, a Python specific explanation is out of scope for this issue. |
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.
What this Pull Request (PR) does
Added reference to Python example (stitching.py) in the High-Level Stitching API Tutorial for 4.x.
Related issues
This PR addresses the issue where the tutorial only referenced the C++ example and did not include the Python example.
Pull Request Readiness Checklist