You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@
39
39
|[Tracking Objects](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/Intermediate/objectTracking.py)| <imgsrc="https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/thumbnails/11.PNG"width="150"height="110" /> |[Watch Now](https://youtu.be/1FJWXOO1SRI)| In this video we are going to learn object tracking. We will use our mouse to select an object and track it using different methods that opencv has to offer. This is a fairly simple tutorial so it should be easy to follow. </br> |
40
40
|[Custom Obejct Detection using HaarCascade](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/tree/master/Intermediate/Custom%20Object%20Detection)| <imgsrc="https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/thumbnails/10.png"width="300"height="110" /> |[Watch Now](https://www.youtube.com/watch?v=dZ4itBvIjVY&list=PLMoSUbG1Q_r_sc0x7ndCsqdIkL7dwrmNF&index=11)| Object Detection using the Haar cascade. We will learn how to run pre-trained models and how to collect data for custom Objects. Later we will train using this data and create an Xml file for deploying </br> |
41
41
|[QRcode and BarCode Detection](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/tree/master/Intermediate/QrCodeBarCode)| <imgsrc="https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/thumbnails/QrCode.jpg"width="300"height="110" /> |[Watch Now](https://www.youtube.com/watch?v=SrZuwM705yE&list=PLMoSUbG1Q_r_sc0x7ndCsqdIkL7dwrmNF&index=16&t=0s)| Learn how to detect QRCode and BarCode in an image using OpenCV </br> |
42
+
|[Text Detection OCR ](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/tree/master/Intermediate/TextDetection)| <imgsrc="https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/thumbnails/TextDetection.gif"width="300"height="110" /> |[Watch Now](https://youtu.be/6DjFscX4I_c)| Learn how to detect Text in images and use it in openCV </br> |
0 commit comments