Iris Recognition Algorithms Comparison between Daugman algorithm and Hough transform on Matlab.

Jul 12, 2016  Apps Circuit Breaker. Iris scans work by taking a detailed image of the ridges in the colored part of the eye, typically using infrared photography. But confirmed that the local agencies do. Folder CASIA-database includes original eye images. My system uses images in this folder as the input. Folder matlab is the implementation on Matlab language. Folder fnc contains back-end functions for the GUI. Folder template-database stores registered template extracted from eye images.

DESCRIPTION:

Iris is one of the most important biometric approaches that can perform high confidence recognition.Iris contains rich and random Information.Most of commercial iris recognition systems are using the Daugman algorithm. The algorithms are using in this case from open soursewith modification, if you want to use the source code, please check the LICENSE.

Daugman algorithm:

Casia

where I(x,y) is the eye image, r is the radius to searchesover the image (x,y), G(r) is a Gaussian smoothing function. The algorithm starts to search from the pupil,in order to detect the changing of maximum pixel values (partial derivative).

Casia Iris Image Database Apps

Hough transform:

The Hough transform is a feature extraction technique used in image analysis, computer vision, and digital image processing.where (xi, yi) are central coordinates, and r is the radius. Generally, and eye would be modeled by two circles,pupil and limbus (iris region), and two parabolas, upper and lower eyelids

Starts to detect the eyelids form the horizontal direction, then detects the pupil and iris boundary by thevertical direction.

NORMALIZATION AND FEATURE ENCODING:

From circles to oblong block By using the 1D Log-Gabor filter.In order to extract 9600 bits iris code, the upper and lower eyelids will be processed as a 9600 bits mask during the encoding.

MATCHING:

Hamming distance (HD):

where Q and R are subjects to compare, which contains 20x480=9600 template bits and 20x480=9600 mask bits, respectively, in order to calculate by using XOR and AND boolean operators.

Results:

CASIA Iris Image Database(version 1.0) (http://biometrics.idealtest.org/dbDetailForUser.do?id=1): 756 iris images form 108 different subjects. High quality of images by using NIR camera.

Resolution of 320*280.

Totally, 756*755/2=285390 pairs of comparison for each algorithm, 2268 for intra-class comparison and 283 122 for inter-class comparison. 720p hevc movies.

EER:

Download doa ruqyah mp3 gratis download. Daugman algorithm: 0.0157 Hough transform: 0.0500

  1. Download the CASIA Iris Image Database(version 1.0) from (http://biometrics.idealtest.org/dbDetailForUser.do?id=1) (Signup requested)

  2. Read all images and extract features using the read_all_images.m and createiristemplate.m. (Templates created)

  3. The templates of each subject will be saved into template.mat and mask.m after you creating the templates.matching.m then calculating the Hamming distance (HD) for the same subject(intra-class) and different subjects (innner-class) and saving the results into HD_diff.mat(different subjucts) and HD_same.m (same subject), from them you can calculate the EER which is the final performance for each algorithm by using EER_*.m