We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984b30a commit 202b54dCopy full SHA for 202b54d
Face-Detection/v3/README.md
@@ -0,0 +1,18 @@
1
+
2
+<h1 align="center"> Face Detection</h1>
3
+Detect your face and count the number of faces
4
5
+---------------------------------------------------------------------
6
7
+## Modules Used
8
+- opencv
9
10
11
+## How it works
12
+- First you have to go to the desired location where your py file is
13
+- Then type **python face-detect.py** in the command prompt or terminal
14
+- Then it will convert your live video frame by frame into grayscale
15
+- Then it will detect your face using the front face cascade xml file
16
+- Then you could see green rectangle boxes appearing which is detecting your face
17
+- The number of live faces are also showing
18
0 commit comments