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

OpenCV Parameters need to be self-adjusting #5

Open
svjharris opened this issue Jun 22, 2013 · 0 comments
Open

OpenCV Parameters need to be self-adjusting #5

svjharris opened this issue Jun 22, 2013 · 0 comments

Comments

@svjharris
Copy link
Contributor

To write more robust code that will work with many photos the parameters for opencv methods such as the HoughTransform need to be self-adjusting and not hard-coded. We'll have to:

  1. Define the bounds of the params (the extreme values on either end)
  2. Define conditions under which our detection is done or "good"
    • For example finding one pupil circle that's vaguely centered and in an area of high red density
  3. Perform a binary or some sort of search on the space of parameters we could try
  4. When a specific parameter set matches the conditions we've defined we're good.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant