Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.