Skip to content

Commit d967d0d

Browse files
Update README.md
1 parent e34b203 commit d967d0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ In this face-tracking tutorial you will learn to:
66
- use the OpenCV package to do face detection on still images
77
- use the OpenCV package to do face-tracking with images from a webcam
88
- build your own SnapChat filters!
9-
- apply some mathematical filters to modify images
10-
119

1210

1311
# installing Anaconda
@@ -46,7 +44,7 @@ Make sure you can run the simple script for fetching video from your laptop came
4644

4745

4846
# 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.
5048
- 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)
5149
- (easy-intermediate) write a function that will convert an rgb image with a solid colour background to an image with a transparent background
5250
- (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

Comments
 (0)