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 eef97b4 commit be447a5Copy full SHA for be447a5
Eye Detection/README.md
@@ -0,0 +1,19 @@
1
+
2
+<h1 align="center"> Body Detection</h1>
3
+It is going to detect your eyes and count the number of eyes
4
5
+---------------------------------------------------------------------
6
7
+## Modules Used
8
+- opencv
9
10
11
+## How it works
12
+- First you have to go to the path where your py file is using your cmd or terminal
13
+- Then you have to type **python eyes.py** to run the file
14
+- Then it will convert your live video frame by frame into grayscale
15
+- Then it will detect your eyes using the eyes cascade xml file
16
+- Then you could see green rectangle boxes appearing which is detecting your eyes
17
+- It will also show you the number of eyes
18
19
+#### By [Avishake Maji](https://github.com/Avishake007)
0 commit comments