Biometric Tech.
Biometric Tech.
Biometric Tech.
INTRODUCTION
1.1 Background
The human iris consisted of three boundaries. The boundaries are shown in
Figure 1.2. The first boundary is inner boundary which lies between the pupil and the
iris. The pupil area has a low grey level and looks dark in the eyes image. The second
boundary is an outer boundary. The outer boundary is between the iris and the sclera
and the last boundary is the collarette boundary. A collarette boundary can be
discriminated by adjacent pixels of variety. The papillary zone is vastly various and
the ciliary area is seldom various. An inner boundary and outer boundary is divided
by the collarette boundary.
Figure 1.2: Image of the boundaries and the localization iris area
The scope of project is to develop a system that can read an iris pattern and
identify individual through the comparison with other template stored in database.
MATLAB was a language choice due to its ease of use resulting in rapid project
turnaround times.
Additional scope that required is to learn the biological characteristics of the iris.
Other scope is the process of developing the software that related on how to process
the data and image techniques.
By the end of this project, this system supposed can read iris pattern using
MATLAB and compared with other template stored in a database until a template
matching is found.
In today’s world, system that used password and user login name is a
requirement for each individual. The main issue is there is no guarantee that the
system is secure and cannot easily crack. Problem occurred when user forgetting
password, sharing password, using common password or stolen password.
These techniques for avoiding password security obviously negate the purpose of
the password. They also have hidden complications in terms of some accidental
damage brought about by sharing level access and password. This system might be
slightly complicated even though is practical because it is hardly to hack.
PSM REPORT 1
Prepared by Nurul Akmar Binti Mohamad Ramli
On the week fourth, we decided to develop a system that can read iris pattern
using C++ builder. The main output that we expect is the system can showed us type
of diseased. The process of recognize the disease using iris pattern is known as
irridiology. First, we are used any image such as face instead of iris to test the system.
Problem occurred when our program cannot read any type of format image except
bitmap. We try to manipulate the program and we successfully create a program that
can read in any format image such as JPEG. We successfully invert the image, find
the histogram and the threshold and also filter the image.
PSM REPORT 1
Prepared by Nurul Akmar Binti Mohamad Ramli
On the week fifth and six, problem occurred when the program cannot
compile the image more than 8 bit. We try to convert the 24 bit image to 8 bit but the
quality of the image became poor. We also try to make a system that can read 8bit x
8bit x 8bit, but the final result is also same. We try to use the MATLAB software and
we successfully read the image. We try to figure out how to transform the MATLAB
source code to C++ builder. We make some research on internet and book references.
We also try to find the journal and book related with iridiology and our project which
is image processing using C++ builder.
PSM REPORT 1
Prepared by Nurul Akmar Binti Mohamad Ramli
On the week seven, because the program using C++ builder cannot read the image as
what we expected, we decide to change our software. We choose to use the MATLAB.
We also change our expected result from the identify type of disease to identify the
identity of individual. We also finished the chapter 1 of the project which is the
introduction. For the program source code, it is still in process.