Skip to content

Commit 618a0c4

Browse files
Update README.md
1 parent e70e63a commit 618a0c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
| [Joining Multiple Images to Display](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/Basics/Joining_Multiple_Images_To_Display.py)| <img src="https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/thumbnails/5.jpg" width="300" height="150" /> |[Watch Now](https://www.youtube.com/watch?v=Wv0PSs0dmVI&list=PLMoSUbG1Q_r_sc0x7ndCsqdIkL7dwrmNF&index=6) | 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 iamges in the same image. </br> |
2525
| [Warp Prespective/BirdView](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/Basics/Warp_Prespective.py)| <img src="https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/thumbnails/6.jpg" width="300" height="150" /> |[Watch Now](https://www.youtube.com/watch?v=Tm_7fGolVGE&list=PLMoSUbG1Q_r_sc0x7ndCsqdIkL7dwrmNF&index=7) | Learn how to creat a warp prespective of a selected area of an image using fixed points. </br> |
2626
| [Detecting Clicks on Images](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/Basics/Detecting_Clicks_On_Images.py)| <img src="https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/thumbnails/7.jpg" width="300" height="150" /> |[Watch Now](https://www.youtube.com/watch?v=DaQoorJQSZQ&list=PLMoSUbG1Q_r_sc0x7ndCsqdIkL7dwrmNF&index=8) |How to detect clicks on images and how to use these points to create a warp prespective. </br> |
27+
| [Screen Capture](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/Basics/screenCap.py)| <img src="https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/thumbnails/ScreenCap.gif" width="300" height="150" /> |[--]() |How to capture live feed of a screen that can be used with opencv functions. </br> |
2728
|___________________|______________________________|__________| ____________________________
2829

2930

0 commit comments

Comments
 (0)