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-3
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ In this face-tracking tutorial you will learn to:
6
6
- use the OpenCV package to do face detection on still images
7
7
- use the OpenCV package to do face-tracking with images from a webcam
8
8
- build your own SnapChat filters!
9
-
- apply some mathematical filters to modify images
10
-
11
9
12
10
13
11
# installing Anaconda
@@ -46,7 +44,7 @@ Make sure you can run the simple script for fetching video from your laptop came
46
44
47
45
48
46
# project ideas
49
-
- (intermediate-hard) apply snapchat filters to faces in images from your webcam (http://blog.stickpng.com/create-snapchat-filters-png-stickers/)
47
+
- (intermediate-hard) apply snapchat filters to faces in images from your webcam (http://blog.stickpng.com/create-snapchat-filters-png-stickers/). You might wish to start from scratch using (https://www.twilio.com/blog/2015/11/getting-started-with-opencv-and-python-featuring-the-martian-2.html) as a reference, or you might want to make the reference solution better by incorporating rotations and skew calculated from the eye and mouth positions.
50
48
- intermediate: adapt code for adding a face to an astronaut helmet so that it uses video instead of a still image (https://www.twilio.com/blog/2015/11/getting-started-with-opencv-and-python-featuring-the-martian-2.html)
51
49
- (easy-intermediate) write a function that will convert an rgb image with a solid colour background to an image with a transparent background
52
50
- (intermediate-hard) write a program that will allow you to use opencv to draw a box on an image and to save the coordinates of the box (might be handy if you ever want to label your own face detection algoirthm training data!)
0 commit comments