Update homography tutorial with a small exercise#22130
Merged
asmorkalov merged 1 commit intoopencv:3.4from Aug 26, 2022
Merged
Conversation
…tions step-by-step.
catree
commented
Jun 19, 2022
|
|
||
| This demo shows you how to compute the homography transformation from two camera poses. Try to perform the same operations, but by computing N inter homography this time. Instead of computing one homography to directly warp the source image to the desired camera viewpoint, perform N warping operations to the see the different transformations operating. | ||
|
|
||
| You should get something similar to this video: |
Contributor
Author
There was a problem hiding this comment.
To be updated with the YouTube ID:
Suggested change
| You should get something similar to this video: | |
| You should get something similar to this video: | |
| @youtube{ViPN810E0SU} |
Contributor
|
Dear @catree, thank you for preparing it. I don't think we have access to that video channel, it's 10-years old and nor me nor my colleagues heard of it. If it's possible, you can put this video to your channel and we can put the corresponding link to the text |
Contributor
Author
|
Hello @vpisarev Would it be possible to upload the video on this channel (https://www.youtube.com/user/opencvdev/videos) instead? |
vpisarev
approved these changes
Aug 26, 2022
This was referenced Sep 20, 2022
Merged
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.
An idea I had.
Propose a small exercise to show the different homography transformations operating step-by-step. This should allow the user to learn, exercise the following topics:
There is a dedicated YouTube channel for OpenCV tutorials:
https://www.youtube.com/user/OpenCVTutorialshttps://www.youtube.com/user/opencvdev/videosWould be great if you could add the following video on this channel:
homography_tutorial_demo_3.mp4
Title of the video:
And with the following description:
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.