Skip to content

Commit

Permalink
update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ASH1998 authored Sep 25, 2017
1 parent 2aaf182 commit 6fe5e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is an OpenCV application for face, eyes, smile detection. It uses haarcasca
1. Python
2. Opencv-Python
3. Download the required haars from [here](https://github.com/opencv/opencv/tree/master/data/haarcascades).
4. cx_freeze(if you want to run `setup.py` for making a windows binary(.exe) file.
4. cx_freeze(if you want to run `setup.py` for making a windows binary(.exe) file).

## Usage:
After successful installation of opencv-python and downloading the haars, run the script and change in the haar name in `cv2.CascadeClassifier` in the program `FACE_EYES_SMILE_DETECTION.PY`
Expand Down

0 comments on commit 6fe5e48

Please sign in to comment.