Skip to content

Commit 4edf31a

Browse files
committed
update readme file
1 parent 68cb76a commit 4edf31a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Readme.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,27 @@
3939
32. background_subtraction_opencv.py
4040
33. meanshift_object_tracking_opencv.py
4141
34. camshift_object_tracking_opencv.py
42+
43+
<br>
44+
45+
## Credits ❤️:
46+
* This repository contains all the code from ProgrammingKnowledge Opencv Course.
47+
* Youtube Video : https://www.youtube.com/watch?v=N81PCpADwKQ
48+
* Duration : 9 hour 23 mintues
49+
50+
<br>
4251

4352
## Cascade Information⭐:
4453
#### Download Following Resources for Corosponding Tutorials.
4554

46-
* Face-detection :- https://github.com/opencv/opencv/blob/master/data/haarcascades/haarcascade_frontalface_default.xml
55+
* Face Detection :- https://github.com/opencv/opencv/blob/master/data/haarcascades/haarcascade_frontalface_default.xml
4756

4857
* Eyes Detection :- https://github.com/opencv/opencv/blob/master/data/haarcascades/haarcascade_eye_tree_eyeglasses.xml
4958

5059
Other Cascade :- https://github.com/opencv/opencv/tree/master/data/haarcascades
5160

61+
<br>
62+
5263
## Helpful Documentations⭐:
5364
* OpenCV : https://docs.opencv.org/master/
5465
* Matplotlib : https://matplotlib.org/stable/contents.html

0 commit comments

Comments
 (0)