Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 574 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 574 Bytes

Iris Finder

C++ source code for localizing iris boundaries in standard iris images. One of the first steps in automated biometric iris recognition is iris boundary localization. This code is currently in an alpha state. It requires the OpenCV library.

The algorithm used is unpublished but roughly builds upon the approach proposed by Bendale et. al.

To build, type:

make

ls examples/img[1-6].png | xargs -Ivar bin/localize var