Skip to content

netmario/iris-matlab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

iris-matlab

Biometric iris authentication (demo)

Requirements

  • GNU Octave

Instructions

  • Create a folder dataset
  • Copy content of CASIA-Iris-Interval into dataset folder

Examples

Iris comparison

$ cd code
$ octave-cli demo.m

Running tests

Tests can be run in order to verify code correctness. The output contains details of eye images as they are being processed in various stages of program pipeline. Furthermore, iris code distances are being computed to see whether:

  • Two images of an eye that belong to a same person have a low Hamming distance
  • Two images of an eye that belong to two different people have high Hamming distance
$ cd code
$ octave-cli run_test.m

Folder results contains test output.

About

Biometric iris authentication (demo)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • MATLAB 99.5%
  • M 0.5%