Skip to content

OpenCV Python code for left and right eye motion controls

Notifications You must be signed in to change notification settings

YQChen8/opencv-eye-tracking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

opencv-eye-tracking

Uses haarcascade_eye.xml cascade to detect the eyes, performs Histogram Equalization, blurring and Hough circles to retrieve circle(pupil)'s x,y co-ordinates and radius.

According to these values, eye's position: either right or left is determined.

Refer to the documentation at opencv.org for explanation of each operations Thanks.

About

OpenCV Python code for left and right eye motion controls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%