Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation on Approach #26

Open
cancan101 opened this issue Mar 23, 2023 · 0 comments
Open

Documentation on Approach #26

cancan101 opened this issue Mar 23, 2023 · 0 comments

Comments

@cancan101
Copy link

cancan101 commented Mar 23, 2023

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?:

  1. Eye image converted to grayscale, user region of interest (white stroke rectangle), and initial estimation of pupil region (white square and dashed line square.)
  2. Canny edge detection (green lines.)
  3. Define “dark” region as offset from lowest spike in histogram within eye image.
  4. Filter edges to exclude spectral reflections (yellow.) and not inside “dark” areas (blue)
  5. Remaining edges extracted into contours using connected components and split into sub-contours based on curvature continuity criteria (multi colored lines).
  6. Candidate pupil ellipses (blue) are formed using ellipse fitting
  7. Final ellipse fit found through an augmented combinatorial search ( finally ellipse with center in red) - supporting edge pixels drawn in white.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant