Biometric iris authentication (demo)
- GNU Octave
- Create a folder dataset
- Copy content of CASIA-Iris-Interval into dataset folder
$ cd code
$ octave-cli demo.mTests 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.mFolder results contains test output.