Amazing-Python-Scripts/Eye Detection at master · albertv-devpro/Amazing-Python-Scripts · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

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