Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gugarosa/iris_recognition
👁️ An easy-to-use iris recognition system based on Daugman's approach.
https://github.com/gugarosa/iris_recognition
daugman iris iris-recognition matlab
Last synced: 15 days ago
JSON representation
👁️ An easy-to-use iris recognition system based on Daugman's approach.
- Host: GitHub
- URL: https://github.com/gugarosa/iris_recognition
- Owner: gugarosa
- License: mit
- Created: 2018-11-20T14:24:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T12:57:59.000Z (about 6 years ago)
- Last Synced: 2024-10-18T07:39:49.634Z (2 months ago)
- Topics: daugman, iris, iris-recognition, matlab
- Language: Matlab
- Homepage:
- Size: 9.05 MB
- Stars: 4
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iris_recognition
This is the repository containing a simple, yet powerful, resolution of an iris recognition task. It is achieved by using Daugman's approach, where it extracts from the iris an entity called ```iris code```, which is further used as an unique identification matrix.The code is well commented and written in .m files (MATLAB). Feel free to use or ask any questions. Note that it is also included the UBIRIS dataset, under their reference (http://iris.di.ubi.pt/). Also, note that you will the ```Mapping Toolbox``` in order to run the code.