You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eye image converted to grayscale, user region of interest (white stroke rectangle), and initial estimation of pupil region (white square and dashed line square.)
Canny edge detection (green lines.)
Define “dark” region as offset from lowest spike in histogram within eye image.
Filter edges to exclude spectral reflections (yellow.) and not inside “dark” areas (blue)
Remaining edges extracted into contours using connected components and split into sub-contours based on curvature continuity criteria (multi colored lines).
Candidate pupil ellipses (blue) are formed using ellipse fitting
Final ellipse fit found through an augmented combinatorial search ( finally ellipse with center in red) - supporting edge pixels drawn in white.
The text was updated successfully, but these errors were encountered:
Is there any documentation or paper that explains the method used here?
Is it the same approach as is outlined in https://dl.acm.org/doi/10.1145/2638728.2641695?:
The text was updated successfully, but these errors were encountered: