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

Is there a plan to validate the clarity of iris? #43

Open
EliteWeapon opened this issue Jul 12, 2024 · 1 comment
Open

Is there a plan to validate the clarity of iris? #43

EliteWeapon opened this issue Jul 12, 2024 · 1 comment

Comments

@EliteWeapon
Copy link

Is there a plan to validate the clarity of iris?

Context

  • Firmware Version:
  • Operating System:
  • SDK version:
  • Toolchain version:

Expected Behavior

The algorithm can validate the clarity of iris or ir-image.

Current Behavior

For unclear iris images, the algorithm can also work, but the final codes are not valuable.
Such as the following image:
5

The result of this image processed by the algorithm is:
Geometries:
5_1
Normalized iris:
5_2
Final iris template:
5_3

@TanguyJeanneau
Copy link
Contributor

TanguyJeanneau commented Jul 26, 2024

Hi @EliteWeapon !

This is a good point, iris recognition systems do need a form of image sharpness verification to ensure that it makes sense to process the image.

On the Orb, we have a dedicated model that takes care of that. We don't have clarity on the timeline for its open-sourcing, so I cannot commit to anything here.

However it would be super useful for the community to have a form of image sharpness verification, regardless of this other model. I can see plenty of ways to do so: Mean image gradient magnitude, Convolution-based methods (see appendix of John Daugmann's paper), Contrast estimation, etc.

@EliteWeapon are you interested in contributing ? You seem to already be familiar with open-iris, this would be impactful for the project and I think the method in the paper above is rather straightforward.

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

2 participants