|
Implementation of Reliable Open Source IRIS Recognition SystemKeywords: Biometrics , iris Recognition , Biometrics , Iris image quality , fingerprint , iris Recognition , Normalisation Abstract: RELIABLE automatic recognition of persons has long been an attractive goal. As in all pattern recognition problems, the key issue is the relation between inter-class and intra-class variability: objects can be reliably classified only if the variability among different instances of a given class is less than the variability between different classes.The objective of this paper is to implement an open-source iris recognition system in order to verify the claimed performance of the technology. The development tool used will be MATLAB, and emphasis will be only on the software for performing recognition and not hardware for capturing an eye image. A reliable application development approach will be employed in order to produce results quickly. MATLAB provides an excellent environment, with its image processing toolbox. To test the system, a database of 756 grayscale eye images courtesy of Chinese Academy of Sciences-Institute of Automation (CASIA) is used. The system is to be composed of a number of sub-systems, which correspond to each stage of iris recognition. These stages are- image acquisition, segmentation, normalization and feature encoding. The input to the system will be an eye image, and the output will be an iris template, which will provide a mathematical representation of the iris region. Which conclude the objectives to design recognition system are- study of different biometrics and their features? Study of different recognition systems and their steps, selection of simple and efficient recognition algorithm for implementation, selection of fast and efficient tool for processing, apply the implemented algorithm to different database and find out performance factors.
|