-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/NicholasMy/Face-Recogniti…
- Loading branch information
Showing
1 changed file
with
3 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,5 @@ | ||
# CONE | ||
|
||
Webcam-Face-Detect | ||
================== | ||
|
||
Run the program like this: | ||
|
||
*python webcam.py* | ||
|
||
alpython.com/blog/python/face-detection-in-python-using-a-webcam/ | ||
|
||
|
||
Update: Now supports OpenCV3. This change has been made by furetosan ( https://github.com/furetosan) and tested on Linux. | ||
|
||
To run the OpenCV3 version, run python webcam_cv3.py haarcascade_frontalface_default.xml | ||
Replaces your head with a cone in a webcam live feed. | ||
|
||
Based on this project for facial recognition: https://github.com/shantnu/Webcam-Face-Detect |