Skip to content

Commit 51b8271

Browse files
Update README.md
1 parent c613c86 commit 51b8271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
| [Tracking Objects](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/blob/master/Intermediate/objectTracking.py)| <img src="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> |
4040
| [Custom Obejct Detection using HaarCascade](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/tree/master/Intermediate/Custom%20Object%20Detection)| <img src="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> |
4141
| [QRcode and BarCode Detection](https://github.com/murtazahassan/OpenCV-Python-Tutorials-for-Beginners/tree/master/Intermediate/QrCodeBarCode)| <img src="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)| <img src="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> |
4243
|___________________|______________________________|__________| ____________________________
4344

4445

0 commit comments

Comments
 (0)