Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 363 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 363 Bytes

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.