From e1ccfc02990150461057db6439ab9dcc91afa478 Mon Sep 17 00:00:00 2001 From: ApxPred <62419973+Nishant-Byte@users.noreply.github.com> Date: Wed, 30 Sep 2020 19:50:34 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fcc663..513f69a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ | [How to Install OpenCV Win/Mac](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/edit/master/Basics/Intsall.py)| |[Watch Now](https://www.youtube.com/watch?v=CJXIjApHYVs&list=PLMoSUbG1Q_r_sc0x7ndCsqdIkL7dwrmNF) | Pyhton and Opencv install and testing.
| | [How to Read Image-Video-Webcam](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/Basics/Read_Image_Video_Webcam.py)| |[Watch Now](https://www.youtube.com/watch?v=gH_kQZo-NSk&list=PLMoSUbG1Q_r_sc0x7ndCsqdIkL7dwrmNF&index=2) | Learn how to read images videos and webcam.
| | [5 Must Know OpenCV Basic Functions](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/Basics/5_Must_Know_OpenCV_Functions.py)| |[Watch Now](https://www.youtube.com/watch?v=7kHhz7nkpBw&list=PLMoSUbG1Q_r_sc0x7ndCsqdIkL7dwrmNF&index=3) | 5 Must know opencv functions for beginners. Gray Scale, Blur, Edge Detection, Dialation and Erosion.
| -| [How to Crop and Resize Images](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/Basics/Crop_Resize_Images.py)| |[Watch Now](https://www.youtube.com/watch?v=GiVVCu7l34A&list=PLMoSUbG1Q_r_sc0x7ndCsqdIkL7dwrmNF&index=4) | 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.
| +| [How to Crop and Resize Images](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/Basics/Crop_Resize_Images.py)| |[Watch Now](https://www.youtube.com/watch?v=GiVVCu7l34A&list=PLMoSUbG1Q_r_sc0x7ndCsqdIkL7dwrmNF&index=4) | 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.
| | [How to Draw Shapes and Text](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/Basics/Draw_Shapes_Text.py)| |[Watch Now](https://www.youtube.com/watch?v=wrfKPiy9za8&list=PLMoSUbG1Q_r_sc0x7ndCsqdIkL7dwrmNF&index=5) | Learn to create blank images along with how to draw Lines, rectangles, circles and custom text.
| | [Joining Multiple Images to Display](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/Basics/Joining_Multiple_Images_To_Display.py)| |[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.
| | [Warp Prespective/BirdView](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/Basics/Warp_Prespective.py)| |[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.
|