Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

corrected spelling of image in README #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
|:----:|:----:|:----:|:----:|:----:|
|1| [How to Read Image Video-Webcam](https://github.com/murtazahassan/Learn-OpenCV-in-3-hours/blob/master/chapter1.py)| <img src="https://github.com/murtazahassan/Learn-OpenCV-in-3-hours/blob/master/Tumbnails/Chapter1.gif" width="360" height="150" /> |[Watch Now](https://youtu.be/WQeoO7MI0Bs?t=549) | Learn how to read images videos and webcam. </br> |
|2| [5 Must Know OpenCV Basic Functions](https://github.com/murtazahassan/Learn-OpenCV-in-3-hours/blob/master/chapter2.py)| <img src="https://github.com/murtazahassan/Learn-OpenCV-in-3-hours/blob/master/Tumbnails/Chapter2.gif" width="300" height="150" /> |[Watch Now](https://youtu.be/WQeoO7MI0Bs?t=1021) | 5 Must know opencv functions for beginners. Gray Scale, Blur, Edge Detection, Dialation and Erosion. </br> |
|3| [How to Crop and Resize Images](https://github.com/murtazahassan/Learn-OpenCV-in-3-hours/blob/master/chapter3.py)| <img src="https://github.com/murtazahassan/Learn-OpenCV-in-3-hours/blob/master/Tumbnails/Chapter3.gif" width="300" height="150" /> |[Watch Now](https://youtu.be/WQeoO7MI0Bs?t=1651) | How to crop and resize and iamge. Resize could be used to scale up or scale down an image where cropping can be used to get a part of the image. </br> |
|3| [How to Crop and Resize Images](https://github.com/murtazahassan/Learn-OpenCV-in-3-hours/blob/master/chapter3.py)| <img src="https://github.com/murtazahassan/Learn-OpenCV-in-3-hours/blob/master/Tumbnails/Chapter3.gif" width="300" height="150" /> |[Watch Now](https://youtu.be/WQeoO7MI0Bs?t=1651) | How to crop and resize an image. Resize could be used to scale up or scale down an image where cropping can be used to get a part of the image. </br> |
|4| [How to Draw Shapes and Text](https://github.com/murtazahassan/Learn-OpenCV-in-3-hours/blob/master/chapter4.py)| <img src="https://github.com/murtazahassan/Learn-OpenCV-in-3-hours/blob/master/Tumbnails/Chapter4.gif" width="300" height="150" /> |[Watch Now](https://youtu.be/WQeoO7MI0Bs?t=2052) | Learn to create blank images along with how to draw Lines, rectangles, circles and custom text. </br> |
|5| [Warp Prespective/BirdView](https://github.com/murtazahassan/Learn-OpenCV-in-3-hours/blob/master/chapter5.py)| <img src="https://github.com/murtazahassan/Learn-OpenCV-in-3-hours/blob/master/Tumbnails/Chapter5.gif" width="300" height="150" /> |[Watch Now](https://youtu.be/WQeoO7MI0Bs?t=2699) | Learn how to creat a warp prespective of a selected area of an image using fixed points. </br> |
|6| [Joining Multiple Images to Display](https://github.com/murtazahassan/Learn-OpenCV-in-3-hours/blob/master/chapter6.py)| <img src="https://github.com/murtazahassan/Learn-OpenCV-in-3-hours/blob/master/Tumbnails/Chapter6.gif" width="300" height="150" /> |[Watch Now](https://youtu.be/WQeoO7MI0Bs?t=3004) | Join multiple images together as one image for easy visualization of the workflow. Learn how to do it for smaller noumber of images and how it could be scaled up to have several images in the same image. </br> |
Expand Down