An open API service indexing awesome lists of open source software.

https://github.com/banderlog/daugman

Daugman's algorithm for Iris detection
https://github.com/banderlog/daugman

daugman iris-detection opencv python

Last synced: 7 months ago
JSON representation

Daugman's algorithm for Iris detection

Awesome Lists containing this project

README

          

# Daugman’s algorithm for Iris detection

Actually, it could be used for the detection of any circular objects on enough contrast background.

![](https://i.imgur.com/khDB7qJ.png)

**Examples:** [jupyter-notebook](https://nbviewer.jupyter.org/github/banderlog/daugman/blob/master/example.ipynb).

**Explanation:** [jupyter-notebook](https://nbviewer.jupyter.org/github/banderlog/daugman/blob/master/daugman_visual_explanation.ipynb).

**NB:** Eye ROI should be a square, not a rectangle!

Implementation of:

![](https://i.imgur.com/lksc28g.png)

More info could be found in:
+ [Iris localization using Daugman’s algorithm](https://www.diva-portal.org/smash/get/diva2:831173/FULLTEXT01.pdf)
+ [Study of Different IRIS Recognition Methods](http://www.ijctee.org/files/VOLUME2ISSUE1/IJCTEE_0212_14.pdf)