-
Notifications
You must be signed in to change notification settings - Fork 23
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
How to get the pupil and iris radius #6
Comments
Hi, With a standard, uncalibrated camera, we cannot measure the radius of the pupil or the radius of the iris in exact units. There is always an unknown scale factor. Internally, pupil and iris radius are computed in pixels of the camera image. But we never know the scale factor between pixel of the camera image at the pupil position and real-world units. The only meaningful meaurement is the ratio between pupilRadius and irisRadius. This is what you can get from the lib. Best, |
Hi,
I cannot find pupilRadius values in the code. Maybe this variable is denoted somehow differently?
Thanks,
Igor Sedov
Отправлено из приложения "Почта" для Windows 10
От: Bourry Xavier
Отправлено: 16 февраля 2020 г. в 3:16
Кому: jeeliz/jeelizPupillometry
Копия: igors7; Author
Тема: Re: [jeeliz/jeelizPupillometry] How to get the pupil and iris radius(#6)
Hi,
With a standard, uncalibrated camera, we cannot measure the radius of the pupil or the radius of the iris in exact units. There is always an unknown scale factor.
Internally, pupil and iris radius are computed in pixels of the camera image. But we never know the scale factor between pixel of the camera image at the pupil position and real-world units.
The only meaningful meaurement is the ratio between pupilRadius and irisRadius. This is what you can get from the lib.
Best,
Xavier
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi, I said that there is always an unknow scale factor. It means that we cannot get the pupil radius in absolute world unit (mm, inches or whatever). pupil relative radi are given by |
For educational purposes, we need to know the radius of the iris and pupil. How can we do this? We tried to look at the source code but found only the radius of the pupil there, how can we find the radius of the iris? Thanks!
The text was updated successfully, but these errors were encountered: