Skip to content

Commit a752f61

Browse files
committed
update README.md
1 parent 0764d1e commit a752f61

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

Face detection with OpenCV using a webcam/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,18 @@
22

33
A simple way to detect frontal faces using Haar classifier, based on the paper by Paul Viola & Michael J. Jones: https://www.hpl.hp.com/techreports/Compaq-DEC/CRL-2001-1.pdf
44

5+
![Demo](demo.png?raw=true "demo")
6+
7+
---
8+
9+
## Inference
10+
11+
- To run inference on a webcam:
12+
13+
```
14+
python viola.py
15+
```
16+
17+
---
18+
19+
saimj7/ 30-03-2019 © <a href="http://saimj7.github.io" target="_blank">Sai_Mj</a>.
Loading

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
### Detection algorithms from famous papers; simple theory; solid code.
33

44
> The title says it all! Dig into the folders.
5+
6+
7+
---
8+
9+
saimj7/ 2019-2020 © <a href="http://saimj7.github.io" target="_blank">Sai_Mj</a>.

0 commit comments

Comments
 (0)