Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 677 Bytes

File metadata and controls

19 lines (13 loc) · 677 Bytes

Eye Detection

It is going to detect your eyes and count the number of eyes

Modules Used

  • opencv

How it works

  • First you have to go to the path where your py file is using your cmd or terminal
  • Then you have to type python eyes.py to run the file
  • Then it will convert your live video frame by frame into grayscale
  • Then it will detect your eyes using the eyes cascade xml file
  • Then you could see green rectangle boxes appearing which is detecting your eyes
  • It will also show you the number of eyes