SlideShare une entreprise Scribd logo
1  sur  6
Télécharger pour lire hors ligne
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. II (May - Jun.2015), PP 01-06
www.iosrjournals.org
DOI: 10.9790/2834-10320106 www.iosrjournals.org 1 | Page
Bayesian Approach for Sclera Recognition
V. Bharathi
Assistant Professor, Department of Electronics and Communication Engineering, Dhanalakshmi Srinivasan
Engineering College, Perambalur, TamilNadu, India
Abstract: Researchers are trying to find new biometrics to provide more options for human ID. Here, we
propose a new approach for human ID: sclera recognition. Sclera patterns can be used for human classification
and identification since the blood vessel structure of the sclera is unique to each person. Even twins do not have
same sclera patterns. Sclera can be acquired at a distance under visible wavelength illumination. But extracting
blood vessel pattern is a challenging research problem because images of sclera vessel patterns are often
defocused and/or saturated and, most importantly, the vessel structure in the sclera is multilayered and has
complex nonlinear deformations.
First, a new method for sclera segmentation which works for colour images is developed. Then, a Gabor
wavelet-based sclera pattern enhancement method to emphasize and binarize the sclera vessel patterns is
designed. For recognition we go for a probabilistic based classifier such as Bayesian to improve the accuracy.
Our experimental results show that sclera recognition can achieve comparable recognition accuracy to iris
recognition in the visible wavelengths. Thus, sclera recognition is a promising new biometrics for positive
human ID.
Keywords: Biometric, Sclera recognition, Sclera Segmentation, blood vessel pattern recognition, Baye’s
Algorithm.
I. Introduction
Biometrics refers to technologies for measuring and analysing a person's physiological or behavioural
characteristics. These characteristics are unique to individuals hence can be used to verify or identify a person.
Recognition deals with establishing a person‘s identity from a set of identities. In recognition technique, the
input feature data is checked against all the data stored in the database. Leading biometrics technology includes
fingerprint, face, iris, retina, gait, and voice. No biometric is perfect or can be applied universally. Each
biometric have its own advantages and disadvantages. For instance, face recognition is the natural way that
humans identify a person, but people‘s faces could change dramatically over years and this change could affect
recognition accuracy. Next, the fingerprint pattern is very stable over a person‘s life, and its recognition
accuracy is high. However, fingerprint recognition cannot be applied for ID at a distance. Fingerprints may
cause some hygiene issues and public health concerns since it is a contact-based biometric. The accuracy of iris
or fingerprint recognition is higher than facial recognition but iris recognition needs to be performed in the near-
infrared (NIR) spectrum which requires additional NIR illuminators. This makes it very challenging to perform
remote iris recognition in real-life scenarios. Overall, no biometric is perfect or can be applied universally.
Researchers are trying to find new biometrics to provide more options for human ID. Sclera can be acquired at a
distance under visible wavelength illumination. In this paper, we propose a new human ID method: sclera
recognition. Our experimental results show that sclera recognition can achieve comparable recognition accuracy
to iris recognition in the visible wavelengths.
This paper is organized as follows. In Section II the background of sclera and sclera vessel patterns is
covered. In Section III, an automatic segmentation approach both in colour images is proposed. The given test
Sclera image was pre-processed to remove noise. Gabor wavelets of various scale and orientation were
convolved with denoised sclera image for feature extraction and enhancement. Then a line descriptor method
that can extract patterns at different orientations is designed, which made it possible to achieve orientation-
invariant matching. In addition, test feature matrix is checked with that of training feature matrix by means of
naïve Bayesian classifier. In Section IV, experimental results are added and then, conclusions is drawn in
Section V.
II. Background
The sclera is the white and opaque outer protective covering of the eye. The sclera completely
surrounds the eye, and is made up of four layers of tissue — the episclera, stroma, lamina fusca, and
endothelium. The conjunctiva is a clear mucous membrane, made up of epithelial tissue, and consists of cells
and underlying basement membrane that covers the sclera and lines the inside of the eyelids1. In general, the
conjunctival vascular is hard to see with the naked eye at a distance. For young children, the blood vessels in
Bayesian Approach for Sclera Recognition
DOI: 10.9790/2834-10320106 www.iosrjournals.org 2 | Page
sclera area could be blue, but for adults, the blood vessels are red in colour. The structure of the blood vessels in
the sclera are well suited to be used as a biometric — they are an internal organ that is visible without undue
difficulty and they are anecdotally stable over time and unique for each person. Therefore, the vein patterns in
the sclera could be used for positive human identification. In previous works, identification of users using the
sclera region has been referred to as ‗conjuctival vasculature recognition.‘ However, as the conjunctiva is the
top-most transparent layer of the sclera and images of the sclera region capture more than just this top-most
layer, it is more accurate to refer to the system as performing ‗sclera recognition.‘
Fig. 1. Structure of the eye
A. Sclera Recognition Challenges
Sclera recognition has several technical difficulties that make it difficult to implement in practice including
the eye is a moving structure, and the sclera vascular patterns move and are deformed with this movement
(including the movement of the eye and eyelids, and dilation/contraction of pupil).The sclera is reflective, so the
sclera patterns may be out-of-focus or saturated. Most importantly, the vascular patterns in the sclera are
composed of multiple layers, and as a result, there is complicated non-linear deformation of the patterns as the
eye and/or the surrounding tissues move.
Fig 2. Block Diagram
III. Module Description
A. Sclera Area Estimation
Compute the colour distance map with the help of following 2 equations and then, calculate the sclera map.
R>95, G>40, B>20,
CDM1= 1, max(R, G, B)-min(R, G, B) >15,
|R-G|>15, R>G, R>B
0, else
R>220, G>210, B>170,
CDM2 = 1, max(R, G, B)-min(R, G, B) >15,
|R-G|≤15, R>B, B>G
0, else
S1(x, y) = 1, CDM1(x, y) OR CDM2(x, y) =0
Bayesian Approach for Sclera Recognition
DOI: 10.9790/2834-10320106 www.iosrjournals.org 3 | Page
0, else
Test Eye Image
Fig.3. Test Eye Image
The given test image is converted into HSI colour space model. To obtain the sclera map concerning white part
of eye, fix the threshold values in the corresponding colour components.
If H(x, y) ≤ thh
S1(x, y) = 1, and S(x, y) ≤ ths
and V(x, y) ≥ thv
0, else
Saturation Image
Fig.4. Saturation Image
B. Iris Boundary Detection
Convert the given test colour eye image into gray scale image and then find the edges by applying
horizontal canny filter upon it. Greedy angular search method is applied on the edge binary image to find the
pupil and iris boundaries. Canny Edge
Fig.5. Canny Image
C. Refinement of Eyelids and Iris
The iris and eyelid boundaries are refined using a Fourier representation. A dynamic programming
approach is used to determine a globally maximal path. Describe the path by computing the Fourier expansion
of the data. Truncate the number of coefficients used to describe the path, and re-computing the final boundary
from the truncated coefficients.
D. Segment Sclera using Sclera Mask
Having refined the upper and lower eyelids and the iris boundaries, the detected sclera region is
segmented. The mask of the segmentation result is up sampled back to the original images size using a simple
interpolation method.
Fig. 6. (a) Sclera Mask (b) Sclera
Bayesian Approach for Sclera Recognition
DOI: 10.9790/2834-10320106 www.iosrjournals.org 4 | Page
E. Feature Extraction by Gabor Convolution
The image is first filtered with Gabor filters with different orientations and scales. Design of Gabor
filters is accomplished by tuning the filter with a specific band of spatial frequency and orientation by
appropriately selecting the filter parameters; the spread of the filter σ x, σ y, radial frequency f, and the
orientation of the filter θn. After Gabor convolution features will be extracted from the line segments. Sclera
feature enhancement and extraction method incorporates a Gabor filter-based vein enhancement method, and a
novel line descriptor to extract and describe the vein structure in the presence of noise and deformation. As a
result, the sclera vascular patterns are often blurry and/or have very low contrast. It is important to enhance the
vascular patterns before feature extraction. Daugman shows that the family of Gabor filters, which are Gaussian
weighted sinusoids, are good approximations of the vision processes of the primary human visual cortex.
Because the vascular patterns could have multiple orientations, in this research, a bank of directional Gabor
filters is used for vascular pattern enhancement:
G(x, y, 𝜗, s) =e-π
((x-x
0
)2+(y-y
0
)2÷s2
) e-2πi
((cos 𝜗 (x-x0) +sin 𝜗 (y-y0)
)
where (𝑥𝑥0, 𝑦𝑦0) is the centre frequency of the filter, 𝑠𝑠is the variance of the Gaussian, and 𝜗 is the
angle of the sinusoidal modulation. For this work, only the even filter was used for feature extraction of the
veins. Experimentally, the even filters response was determined to adequately identify the veins, so the odd filter
was not used to reduce the computational time. The image is first filtered with Gabor filters with different
orientations and scales:
IF(x, y, 𝜗, s) =I(x, y)*G(x, y, 𝜗, s)
where 𝐼(𝑥, 𝑦) is the original intensity image,
(𝑥, 𝑦, 𝜗, 𝑠) is the Gabor filter, 𝐼(𝑥, 𝑦, 𝜗, 𝑠) is the Gabor filtered image at orientation 𝜃 and scale 𝑠𝑠. Both 𝜃 and 𝑆
are determined by the desired features to be extracted in the database being used. For example, in the UBIRIS
database, the typical vein width was around 4 pixels wide, so the filters were constructed with a filter bandwidth
of 3, 4, and 5 pixels, respectively. Similarly, it was determined experimentally that, for the UBIRIS database,
four angular orientations were adequate for accurate vein enhancement and extraction. In a practical system,
these parameters would be set by examining exemplar data all the filtered images are fused together to generate
the vein-boosted image, (𝑥, 𝑦):
F(x, y) = √ ∑ ∑ (IF(x, y, 𝜗, s)) 2
𝜗⋿ s⋿s
An adaptive threshold, based on the distribution of filtered pixel values, is used to determine a threshold to
binarize the Gabor filtered image,
B(x,y)= 1, F(x,y)> argmin t|| ∑pedge (x)-Tp|
t
where 𝐵(𝑥, 𝑦) is the binary vein mask image, 𝐹(𝑥, 𝑦) is the vein-boosted image, and 𝑝edge (𝑥) is the normalized
histogram of the non-zero elements of 𝐹(𝑥, 𝑦). In practice, the zero elements of the filtered image are a
significant portion of the image, and in general, the vascular patterns have higher magnitude than the
background. Therefore, 𝑇𝑝 is selected to be 1/3.
Bayesian Approach for Sclera Recognition
DOI: 10.9790/2834-10320106 www.iosrjournals.org 5 | Page
Fig. 7. (a)After Thresholding - Edge Strength (b) After Morphological Operation - Binary Vessel Image
1) Feature Matching and Decision
Each line segment in the test template is compared with the line segments in the target template for
matches. Matching value lies in the range of 0 – 1. The Dmatch – Matching Distance Threshold is given by:
d (Si, Sj) ≤ Dmatch
m (Si, Sj) = w (Si)w(Sj), and
| 𝜃i- 𝜃j | ≤ 𝜃match
0 , else
Fig. 8. (a) Test Image (b) Recognised Image
IV. Experimental Results
Four possible recognition results are generated correctly matching (True Positive: TP), correctly not
matching (True Negative: TN), incorrectly matching (False Positive: FP), incorrectly not matching (False
Negative: FN). The False Accept Rate(FAR), False Reject Rate(FRR)
FAR= { FP ÷ (TN + FP) } × 100%
FRR= { FN ÷ (TP + FN) } × 100%
The above values can be used to evaluate the performance of the system.
For FAR= 0.1%, FRR= 80%
Fig.9. Example Matching Results
Bayesian Approach for Sclera Recognition
DOI: 10.9790/2834-10320106 www.iosrjournals.org 6 | Page
V. Conclusions
Thus the proposed methodology differs from its predecessor in the following ways:
a) The parent methodology takes into account only the sclera structure for identification or recognition
whereas the method that has been proposed takes into account the length of the structure of the sclera which
will save more memory space when it comes to hardware implementation.
b) The parent technique uses matching score algorithm to classify and compare the test sample with database
to generate a match or identification whereas the proposed technique uses Bayesian classification algorithm
which is much faster and effective than matching score algorithm.
Thus a new methodology for sclera recognition has been proposed. In addition, sclera recognition can
be combined with other biometrics, such as iris recognition or face recognition (such as 2-D face recognition) to
perform multimodal biometrics rate. To conclude, sclera recognition is very promising for positive human ID.
The computational complexities of sclera matching using matching score algorithm gives low accuracy and
complex. Test feature matrix is checked with that of training feature matrix by means of naïve Bayesian
classifier.
References
[1]. J. Woodward, N. Orlans, and P. Higgins, Biometrics: Identity Assurance in the Information Age. New York: McGraw-Hill, 2003.
[2]. Y. Du, ―Biometrics: Technologies and Trend,‖ in Encyclopaedia of Optical Engineering. New York: Marcel Dekker, 2006.
[3]. Y. Du, ―Biometrics,‖ in Handbook of Digital Human Modelling. Mahwah, NJ: Lawrence Erlbaurm, 2008.
[4]. D. Pearce and H. Hirsch, ―The Aurora Experimental Framework for the Performance Evaluation of Speech Recognition Systems
under Noisy Conditions,‖ in Proc. ISCA ITRW ASR ―Automatic Speech Recognition: Challenges for the Next Millennium,‖ Paris,
France, 2000.
[5]. M. Turk and A. Pentland, ―Eigen faces for recognition,‖ J. Cognitive Neurosci., vol. 3, no. 1, pp. 71–86, 1991.
[6]. G. Medioni, J. Choi, C.-H. Kuo, and D. Fidaleo, ―Identifying noncooperative subjects at a distance using face images and inferred
three-dimensional face models,‖ IEEE Trans. Syst., Man, Cybern. A, Syst., Humans, vol. 39, no. 1, pp. 12–24, Jan. 2009.
[7]. M. De Marsico, M. Nappi, and D. Riccio, ―FARO: Face recognition against occlusions and expression variations,‖ IEEE Trans.
Syst., Man, Cybern. A, Syst., Humans, vol. 40, no. 1, pp. 121–132, Jan. 2010.
[8]. M. Vatsa, R. Singh, and A. Noore, ―Unification of evidence-theoretic fusion algorithms: A case study in level-2 and level-3
fingerprint features,‖IEEE Trans. Syst., Man, Cybern. A, Syst., Humans, vol. 39, no. 1, pp. 47–56, Jan. 2009.
[9]. J. Daugman, ―How IRIS recognition works,‖ IEEE Trans. Circuits Syst.Video Technol., vol. 14, no. 1, pp. 21–30, Jan. 2004.
[10]. S. Crihalmeanu, A. Ross, and R. Derakhshani, ―Enhancement and registration schemes for matching conjunctival vasculature,‖ in
Proc. 3rd Int.Conf. Adv. Biometrics, 2009, vol. 1568121, pp. 1240–1249.

Contenu connexe

Tendances

Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...
Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...
Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...IOSR Journals
 
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATORIRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATORcscpconf
 
Retina recognition biometrics drishtysharma
Retina recognition biometrics drishtysharmaRetina recognition biometrics drishtysharma
Retina recognition biometrics drishtysharmaDrishty Sharma
 
The Biometric Algorithm based on Fusion of DWT Frequency Components of Enhanc...
The Biometric Algorithm based on Fusion of DWT Frequency Components of Enhanc...The Biometric Algorithm based on Fusion of DWT Frequency Components of Enhanc...
The Biometric Algorithm based on Fusion of DWT Frequency Components of Enhanc...CSCJournals
 
A Review on Face Detection under Occlusion by Facial Accessories
A Review on Face Detection under Occlusion by Facial AccessoriesA Review on Face Detection under Occlusion by Facial Accessories
A Review on Face Detection under Occlusion by Facial AccessoriesIRJET Journal
 
A Novel Approach for Detecting the IRIS Crypts
A Novel Approach for Detecting the IRIS CryptsA Novel Approach for Detecting the IRIS Crypts
A Novel Approach for Detecting the IRIS CryptsIJERDJOURNAL
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Iris segmentation analysis using integro differential operator and hough tran...
Iris segmentation analysis using integro differential operator and hough tran...Iris segmentation analysis using integro differential operator and hough tran...
Iris segmentation analysis using integro differential operator and hough tran...Nadeer Abu Jraerr
 
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...IJNSA Journal
 
3 d facial imaging /certified fixed orthodontic courses
3 d facial imaging   /certified fixed orthodontic courses   3 d facial imaging   /certified fixed orthodontic courses
3 d facial imaging /certified fixed orthodontic courses Indian dental academy
 
IRIS Based Human Recognition System
IRIS Based Human Recognition SystemIRIS Based Human Recognition System
IRIS Based Human Recognition SystemCSCJournals
 
A Robust Approach in Iris Recognition for Person Authentication
A Robust Approach in Iris Recognition for Person AuthenticationA Robust Approach in Iris Recognition for Person Authentication
A Robust Approach in Iris Recognition for Person AuthenticationIOSR Journals
 
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATORIRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATORcsitconf
 

Tendances (19)

Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...
Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...
Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...
 
Ijcatr04051013
Ijcatr04051013Ijcatr04051013
Ijcatr04051013
 
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATORIRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
 
Retina recognition biometrics drishtysharma
Retina recognition biometrics drishtysharmaRetina recognition biometrics drishtysharma
Retina recognition biometrics drishtysharma
 
The Biometric Algorithm based on Fusion of DWT Frequency Components of Enhanc...
The Biometric Algorithm based on Fusion of DWT Frequency Components of Enhanc...The Biometric Algorithm based on Fusion of DWT Frequency Components of Enhanc...
The Biometric Algorithm based on Fusion of DWT Frequency Components of Enhanc...
 
A Review on Face Detection under Occlusion by Facial Accessories
A Review on Face Detection under Occlusion by Facial AccessoriesA Review on Face Detection under Occlusion by Facial Accessories
A Review on Face Detection under Occlusion by Facial Accessories
 
A Novel Approach for Detecting the IRIS Crypts
A Novel Approach for Detecting the IRIS CryptsA Novel Approach for Detecting the IRIS Crypts
A Novel Approach for Detecting the IRIS Crypts
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
E010222124
E010222124E010222124
E010222124
 
3 d facial imaging
3 d facial imaging3 d facial imaging
3 d facial imaging
 
Recent advances in diagnostic aids
Recent advances in diagnostic aidsRecent advances in diagnostic aids
Recent advances in diagnostic aids
 
Iris segmentation analysis using integro differential operator and hough tran...
Iris segmentation analysis using integro differential operator and hough tran...Iris segmentation analysis using integro differential operator and hough tran...
Iris segmentation analysis using integro differential operator and hough tran...
 
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
 
3 d facial imaging /certified fixed orthodontic courses
3 d facial imaging   /certified fixed orthodontic courses   3 d facial imaging   /certified fixed orthodontic courses
3 d facial imaging /certified fixed orthodontic courses
 
IRIS Based Human Recognition System
IRIS Based Human Recognition SystemIRIS Based Human Recognition System
IRIS Based Human Recognition System
 
Iris Recognition
Iris RecognitionIris Recognition
Iris Recognition
 
A Robust Approach in Iris Recognition for Person Authentication
A Robust Approach in Iris Recognition for Person AuthenticationA Robust Approach in Iris Recognition for Person Authentication
A Robust Approach in Iris Recognition for Person Authentication
 
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATORIRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR
 
G01114650
G01114650G01114650
G01114650
 

En vedette (20)

L012337275
L012337275L012337275
L012337275
 
C017130912
C017130912C017130912
C017130912
 
D1304012025
D1304012025D1304012025
D1304012025
 
B0740410
B0740410B0740410
B0740410
 
H1802025259
H1802025259H1802025259
H1802025259
 
89 jan-roger linna - 7032576 - capillary heating control and fault detectio...
89   jan-roger linna - 7032576 - capillary heating control and fault detectio...89   jan-roger linna - 7032576 - capillary heating control and fault detectio...
89 jan-roger linna - 7032576 - capillary heating control and fault detectio...
 
J012537580
J012537580J012537580
J012537580
 
Prediction of Fault in Distribution Transformer using Adaptive Neural-Fuzzy I...
Prediction of Fault in Distribution Transformer using Adaptive Neural-Fuzzy I...Prediction of Fault in Distribution Transformer using Adaptive Neural-Fuzzy I...
Prediction of Fault in Distribution Transformer using Adaptive Neural-Fuzzy I...
 
E1803053238
E1803053238E1803053238
E1803053238
 
F010244149
F010244149F010244149
F010244149
 
C1103041623
C1103041623C1103041623
C1103041623
 
F017533540
F017533540F017533540
F017533540
 
F1802043747
F1802043747F1802043747
F1802043747
 
J018127176.publishing paper of mamatha (1)
J018127176.publishing paper of mamatha (1)J018127176.publishing paper of mamatha (1)
J018127176.publishing paper of mamatha (1)
 
C0941217
C0941217C0941217
C0941217
 
S01043114121
S01043114121S01043114121
S01043114121
 
K018217680
K018217680K018217680
K018217680
 
L1303077783
L1303077783L1303077783
L1303077783
 
H010526975
H010526975H010526975
H010526975
 
F017544247
F017544247F017544247
F017544247
 

Similaire à A010320106

Human Identification by Segmentation and Enhancement of Sclera using Matlab
Human Identification by Segmentation and Enhancement of Sclera using MatlabHuman Identification by Segmentation and Enhancement of Sclera using Matlab
Human Identification by Segmentation and Enhancement of Sclera using Matlabijceronline
 
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...IJTET Journal
 
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...IJNSA Journal
 
Ijcse13 05-01-001
Ijcse13 05-01-001Ijcse13 05-01-001
Ijcse13 05-01-001vital vital
 
Ijcse13 05-01-001
Ijcse13 05-01-001Ijcse13 05-01-001
Ijcse13 05-01-001vital vital
 
To Improve the Recognition Rate with High Security with Ear/Iris Biometric Re...
To Improve the Recognition Rate with High Security with Ear/Iris Biometric Re...To Improve the Recognition Rate with High Security with Ear/Iris Biometric Re...
To Improve the Recognition Rate with High Security with Ear/Iris Biometric Re...IOSR Journals
 
Retinal image analysis using morphological process and clustering technique
Retinal image analysis using morphological process and clustering techniqueRetinal image analysis using morphological process and clustering technique
Retinal image analysis using morphological process and clustering techniquesipij
 
An improved bovine_iris_segmentation_method
An improved bovine_iris_segmentation_methodAn improved bovine_iris_segmentation_method
An improved bovine_iris_segmentation_methodNoura Gomaa
 
Feature Extraction Techniques for Ear Biometrics: A Survey
Feature Extraction Techniques for Ear Biometrics: A SurveyFeature Extraction Techniques for Ear Biometrics: A Survey
Feature Extraction Techniques for Ear Biometrics: A SurveyShashank Dhariwal
 
WAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATION
WAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATIONWAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATION
WAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATIONsipij
 
Iris Segmentation: a survey
Iris Segmentation: a surveyIris Segmentation: a survey
Iris Segmentation: a surveyIJMER
 
Iris Localization - a Biometric Approach Referring Daugman's Algorithm
Iris Localization - a Biometric Approach Referring Daugman's AlgorithmIris Localization - a Biometric Approach Referring Daugman's Algorithm
Iris Localization - a Biometric Approach Referring Daugman's AlgorithmEditor IJCATR
 
Proposition of local automatic algorithm for landmark detection in 3D cephalo...
Proposition of local automatic algorithm for landmark detection in 3D cephalo...Proposition of local automatic algorithm for landmark detection in 3D cephalo...
Proposition of local automatic algorithm for landmark detection in 3D cephalo...journalBEEI
 
Performance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentationPerformance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentationacijjournal
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
Enhance iris segmentation method for person recognition based on image proces...
Enhance iris segmentation method for person recognition based on image proces...Enhance iris segmentation method for person recognition based on image proces...
Enhance iris segmentation method for person recognition based on image proces...TELKOMNIKA JOURNAL
 
New Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different ClassifiersNew Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different ClassifiersIJSTA
 
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...IJECEIAES
 

Similaire à A010320106 (20)

Human Identification by Segmentation and Enhancement of Sclera using Matlab
Human Identification by Segmentation and Enhancement of Sclera using MatlabHuman Identification by Segmentation and Enhancement of Sclera using Matlab
Human Identification by Segmentation and Enhancement of Sclera using Matlab
 
L_3011_62.+1908
L_3011_62.+1908L_3011_62.+1908
L_3011_62.+1908
 
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...
 
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
 
Ijcse13 05-01-001
Ijcse13 05-01-001Ijcse13 05-01-001
Ijcse13 05-01-001
 
Ijcse13 05-01-001
Ijcse13 05-01-001Ijcse13 05-01-001
Ijcse13 05-01-001
 
To Improve the Recognition Rate with High Security with Ear/Iris Biometric Re...
To Improve the Recognition Rate with High Security with Ear/Iris Biometric Re...To Improve the Recognition Rate with High Security with Ear/Iris Biometric Re...
To Improve the Recognition Rate with High Security with Ear/Iris Biometric Re...
 
Retinal image analysis using morphological process and clustering technique
Retinal image analysis using morphological process and clustering techniqueRetinal image analysis using morphological process and clustering technique
Retinal image analysis using morphological process and clustering technique
 
An improved bovine_iris_segmentation_method
An improved bovine_iris_segmentation_methodAn improved bovine_iris_segmentation_method
An improved bovine_iris_segmentation_method
 
Ijetcas14 315
Ijetcas14 315Ijetcas14 315
Ijetcas14 315
 
Feature Extraction Techniques for Ear Biometrics: A Survey
Feature Extraction Techniques for Ear Biometrics: A SurveyFeature Extraction Techniques for Ear Biometrics: A Survey
Feature Extraction Techniques for Ear Biometrics: A Survey
 
WAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATION
WAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATIONWAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATION
WAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATION
 
Iris Segmentation: a survey
Iris Segmentation: a surveyIris Segmentation: a survey
Iris Segmentation: a survey
 
Iris Localization - a Biometric Approach Referring Daugman's Algorithm
Iris Localization - a Biometric Approach Referring Daugman's AlgorithmIris Localization - a Biometric Approach Referring Daugman's Algorithm
Iris Localization - a Biometric Approach Referring Daugman's Algorithm
 
Proposition of local automatic algorithm for landmark detection in 3D cephalo...
Proposition of local automatic algorithm for landmark detection in 3D cephalo...Proposition of local automatic algorithm for landmark detection in 3D cephalo...
Proposition of local automatic algorithm for landmark detection in 3D cephalo...
 
Performance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentationPerformance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentation
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Enhance iris segmentation method for person recognition based on image proces...
Enhance iris segmentation method for person recognition based on image proces...Enhance iris segmentation method for person recognition based on image proces...
Enhance iris segmentation method for person recognition based on image proces...
 
New Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different ClassifiersNew Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different Classifiers
 
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...
 

Plus de IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Dernier

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 

Dernier (20)

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 

A010320106

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. II (May - Jun.2015), PP 01-06 www.iosrjournals.org DOI: 10.9790/2834-10320106 www.iosrjournals.org 1 | Page Bayesian Approach for Sclera Recognition V. Bharathi Assistant Professor, Department of Electronics and Communication Engineering, Dhanalakshmi Srinivasan Engineering College, Perambalur, TamilNadu, India Abstract: Researchers are trying to find new biometrics to provide more options for human ID. Here, we propose a new approach for human ID: sclera recognition. Sclera patterns can be used for human classification and identification since the blood vessel structure of the sclera is unique to each person. Even twins do not have same sclera patterns. Sclera can be acquired at a distance under visible wavelength illumination. But extracting blood vessel pattern is a challenging research problem because images of sclera vessel patterns are often defocused and/or saturated and, most importantly, the vessel structure in the sclera is multilayered and has complex nonlinear deformations. First, a new method for sclera segmentation which works for colour images is developed. Then, a Gabor wavelet-based sclera pattern enhancement method to emphasize and binarize the sclera vessel patterns is designed. For recognition we go for a probabilistic based classifier such as Bayesian to improve the accuracy. Our experimental results show that sclera recognition can achieve comparable recognition accuracy to iris recognition in the visible wavelengths. Thus, sclera recognition is a promising new biometrics for positive human ID. Keywords: Biometric, Sclera recognition, Sclera Segmentation, blood vessel pattern recognition, Baye’s Algorithm. I. Introduction Biometrics refers to technologies for measuring and analysing a person's physiological or behavioural characteristics. These characteristics are unique to individuals hence can be used to verify or identify a person. Recognition deals with establishing a person‘s identity from a set of identities. In recognition technique, the input feature data is checked against all the data stored in the database. Leading biometrics technology includes fingerprint, face, iris, retina, gait, and voice. No biometric is perfect or can be applied universally. Each biometric have its own advantages and disadvantages. For instance, face recognition is the natural way that humans identify a person, but people‘s faces could change dramatically over years and this change could affect recognition accuracy. Next, the fingerprint pattern is very stable over a person‘s life, and its recognition accuracy is high. However, fingerprint recognition cannot be applied for ID at a distance. Fingerprints may cause some hygiene issues and public health concerns since it is a contact-based biometric. The accuracy of iris or fingerprint recognition is higher than facial recognition but iris recognition needs to be performed in the near- infrared (NIR) spectrum which requires additional NIR illuminators. This makes it very challenging to perform remote iris recognition in real-life scenarios. Overall, no biometric is perfect or can be applied universally. Researchers are trying to find new biometrics to provide more options for human ID. Sclera can be acquired at a distance under visible wavelength illumination. In this paper, we propose a new human ID method: sclera recognition. Our experimental results show that sclera recognition can achieve comparable recognition accuracy to iris recognition in the visible wavelengths. This paper is organized as follows. In Section II the background of sclera and sclera vessel patterns is covered. In Section III, an automatic segmentation approach both in colour images is proposed. The given test Sclera image was pre-processed to remove noise. Gabor wavelets of various scale and orientation were convolved with denoised sclera image for feature extraction and enhancement. Then a line descriptor method that can extract patterns at different orientations is designed, which made it possible to achieve orientation- invariant matching. In addition, test feature matrix is checked with that of training feature matrix by means of naïve Bayesian classifier. In Section IV, experimental results are added and then, conclusions is drawn in Section V. II. Background The sclera is the white and opaque outer protective covering of the eye. The sclera completely surrounds the eye, and is made up of four layers of tissue — the episclera, stroma, lamina fusca, and endothelium. The conjunctiva is a clear mucous membrane, made up of epithelial tissue, and consists of cells and underlying basement membrane that covers the sclera and lines the inside of the eyelids1. In general, the conjunctival vascular is hard to see with the naked eye at a distance. For young children, the blood vessels in
  • 2. Bayesian Approach for Sclera Recognition DOI: 10.9790/2834-10320106 www.iosrjournals.org 2 | Page sclera area could be blue, but for adults, the blood vessels are red in colour. The structure of the blood vessels in the sclera are well suited to be used as a biometric — they are an internal organ that is visible without undue difficulty and they are anecdotally stable over time and unique for each person. Therefore, the vein patterns in the sclera could be used for positive human identification. In previous works, identification of users using the sclera region has been referred to as ‗conjuctival vasculature recognition.‘ However, as the conjunctiva is the top-most transparent layer of the sclera and images of the sclera region capture more than just this top-most layer, it is more accurate to refer to the system as performing ‗sclera recognition.‘ Fig. 1. Structure of the eye A. Sclera Recognition Challenges Sclera recognition has several technical difficulties that make it difficult to implement in practice including the eye is a moving structure, and the sclera vascular patterns move and are deformed with this movement (including the movement of the eye and eyelids, and dilation/contraction of pupil).The sclera is reflective, so the sclera patterns may be out-of-focus or saturated. Most importantly, the vascular patterns in the sclera are composed of multiple layers, and as a result, there is complicated non-linear deformation of the patterns as the eye and/or the surrounding tissues move. Fig 2. Block Diagram III. Module Description A. Sclera Area Estimation Compute the colour distance map with the help of following 2 equations and then, calculate the sclera map. R>95, G>40, B>20, CDM1= 1, max(R, G, B)-min(R, G, B) >15, |R-G|>15, R>G, R>B 0, else R>220, G>210, B>170, CDM2 = 1, max(R, G, B)-min(R, G, B) >15, |R-G|≤15, R>B, B>G 0, else S1(x, y) = 1, CDM1(x, y) OR CDM2(x, y) =0
  • 3. Bayesian Approach for Sclera Recognition DOI: 10.9790/2834-10320106 www.iosrjournals.org 3 | Page 0, else Test Eye Image Fig.3. Test Eye Image The given test image is converted into HSI colour space model. To obtain the sclera map concerning white part of eye, fix the threshold values in the corresponding colour components. If H(x, y) ≤ thh S1(x, y) = 1, and S(x, y) ≤ ths and V(x, y) ≥ thv 0, else Saturation Image Fig.4. Saturation Image B. Iris Boundary Detection Convert the given test colour eye image into gray scale image and then find the edges by applying horizontal canny filter upon it. Greedy angular search method is applied on the edge binary image to find the pupil and iris boundaries. Canny Edge Fig.5. Canny Image C. Refinement of Eyelids and Iris The iris and eyelid boundaries are refined using a Fourier representation. A dynamic programming approach is used to determine a globally maximal path. Describe the path by computing the Fourier expansion of the data. Truncate the number of coefficients used to describe the path, and re-computing the final boundary from the truncated coefficients. D. Segment Sclera using Sclera Mask Having refined the upper and lower eyelids and the iris boundaries, the detected sclera region is segmented. The mask of the segmentation result is up sampled back to the original images size using a simple interpolation method. Fig. 6. (a) Sclera Mask (b) Sclera
  • 4. Bayesian Approach for Sclera Recognition DOI: 10.9790/2834-10320106 www.iosrjournals.org 4 | Page E. Feature Extraction by Gabor Convolution The image is first filtered with Gabor filters with different orientations and scales. Design of Gabor filters is accomplished by tuning the filter with a specific band of spatial frequency and orientation by appropriately selecting the filter parameters; the spread of the filter σ x, σ y, radial frequency f, and the orientation of the filter θn. After Gabor convolution features will be extracted from the line segments. Sclera feature enhancement and extraction method incorporates a Gabor filter-based vein enhancement method, and a novel line descriptor to extract and describe the vein structure in the presence of noise and deformation. As a result, the sclera vascular patterns are often blurry and/or have very low contrast. It is important to enhance the vascular patterns before feature extraction. Daugman shows that the family of Gabor filters, which are Gaussian weighted sinusoids, are good approximations of the vision processes of the primary human visual cortex. Because the vascular patterns could have multiple orientations, in this research, a bank of directional Gabor filters is used for vascular pattern enhancement: G(x, y, 𝜗, s) =e-π ((x-x 0 )2+(y-y 0 )2÷s2 ) e-2πi ((cos 𝜗 (x-x0) +sin 𝜗 (y-y0) ) where (𝑥𝑥0, 𝑦𝑦0) is the centre frequency of the filter, 𝑠𝑠is the variance of the Gaussian, and 𝜗 is the angle of the sinusoidal modulation. For this work, only the even filter was used for feature extraction of the veins. Experimentally, the even filters response was determined to adequately identify the veins, so the odd filter was not used to reduce the computational time. The image is first filtered with Gabor filters with different orientations and scales: IF(x, y, 𝜗, s) =I(x, y)*G(x, y, 𝜗, s) where 𝐼(𝑥, 𝑦) is the original intensity image, (𝑥, 𝑦, 𝜗, 𝑠) is the Gabor filter, 𝐼(𝑥, 𝑦, 𝜗, 𝑠) is the Gabor filtered image at orientation 𝜃 and scale 𝑠𝑠. Both 𝜃 and 𝑆 are determined by the desired features to be extracted in the database being used. For example, in the UBIRIS database, the typical vein width was around 4 pixels wide, so the filters were constructed with a filter bandwidth of 3, 4, and 5 pixels, respectively. Similarly, it was determined experimentally that, for the UBIRIS database, four angular orientations were adequate for accurate vein enhancement and extraction. In a practical system, these parameters would be set by examining exemplar data all the filtered images are fused together to generate the vein-boosted image, (𝑥, 𝑦): F(x, y) = √ ∑ ∑ (IF(x, y, 𝜗, s)) 2 𝜗⋿ s⋿s An adaptive threshold, based on the distribution of filtered pixel values, is used to determine a threshold to binarize the Gabor filtered image, B(x,y)= 1, F(x,y)> argmin t|| ∑pedge (x)-Tp| t where 𝐵(𝑥, 𝑦) is the binary vein mask image, 𝐹(𝑥, 𝑦) is the vein-boosted image, and 𝑝edge (𝑥) is the normalized histogram of the non-zero elements of 𝐹(𝑥, 𝑦). In practice, the zero elements of the filtered image are a significant portion of the image, and in general, the vascular patterns have higher magnitude than the background. Therefore, 𝑇𝑝 is selected to be 1/3.
  • 5. Bayesian Approach for Sclera Recognition DOI: 10.9790/2834-10320106 www.iosrjournals.org 5 | Page Fig. 7. (a)After Thresholding - Edge Strength (b) After Morphological Operation - Binary Vessel Image 1) Feature Matching and Decision Each line segment in the test template is compared with the line segments in the target template for matches. Matching value lies in the range of 0 – 1. The Dmatch – Matching Distance Threshold is given by: d (Si, Sj) ≤ Dmatch m (Si, Sj) = w (Si)w(Sj), and | 𝜃i- 𝜃j | ≤ 𝜃match 0 , else Fig. 8. (a) Test Image (b) Recognised Image IV. Experimental Results Four possible recognition results are generated correctly matching (True Positive: TP), correctly not matching (True Negative: TN), incorrectly matching (False Positive: FP), incorrectly not matching (False Negative: FN). The False Accept Rate(FAR), False Reject Rate(FRR) FAR= { FP ÷ (TN + FP) } × 100% FRR= { FN ÷ (TP + FN) } × 100% The above values can be used to evaluate the performance of the system. For FAR= 0.1%, FRR= 80% Fig.9. Example Matching Results
  • 6. Bayesian Approach for Sclera Recognition DOI: 10.9790/2834-10320106 www.iosrjournals.org 6 | Page V. Conclusions Thus the proposed methodology differs from its predecessor in the following ways: a) The parent methodology takes into account only the sclera structure for identification or recognition whereas the method that has been proposed takes into account the length of the structure of the sclera which will save more memory space when it comes to hardware implementation. b) The parent technique uses matching score algorithm to classify and compare the test sample with database to generate a match or identification whereas the proposed technique uses Bayesian classification algorithm which is much faster and effective than matching score algorithm. Thus a new methodology for sclera recognition has been proposed. In addition, sclera recognition can be combined with other biometrics, such as iris recognition or face recognition (such as 2-D face recognition) to perform multimodal biometrics rate. To conclude, sclera recognition is very promising for positive human ID. The computational complexities of sclera matching using matching score algorithm gives low accuracy and complex. Test feature matrix is checked with that of training feature matrix by means of naïve Bayesian classifier. References [1]. J. Woodward, N. Orlans, and P. Higgins, Biometrics: Identity Assurance in the Information Age. New York: McGraw-Hill, 2003. [2]. Y. Du, ―Biometrics: Technologies and Trend,‖ in Encyclopaedia of Optical Engineering. New York: Marcel Dekker, 2006. [3]. Y. Du, ―Biometrics,‖ in Handbook of Digital Human Modelling. Mahwah, NJ: Lawrence Erlbaurm, 2008. [4]. D. Pearce and H. Hirsch, ―The Aurora Experimental Framework for the Performance Evaluation of Speech Recognition Systems under Noisy Conditions,‖ in Proc. ISCA ITRW ASR ―Automatic Speech Recognition: Challenges for the Next Millennium,‖ Paris, France, 2000. [5]. M. Turk and A. Pentland, ―Eigen faces for recognition,‖ J. Cognitive Neurosci., vol. 3, no. 1, pp. 71–86, 1991. [6]. G. Medioni, J. Choi, C.-H. Kuo, and D. Fidaleo, ―Identifying noncooperative subjects at a distance using face images and inferred three-dimensional face models,‖ IEEE Trans. Syst., Man, Cybern. A, Syst., Humans, vol. 39, no. 1, pp. 12–24, Jan. 2009. [7]. M. De Marsico, M. Nappi, and D. Riccio, ―FARO: Face recognition against occlusions and expression variations,‖ IEEE Trans. Syst., Man, Cybern. A, Syst., Humans, vol. 40, no. 1, pp. 121–132, Jan. 2010. [8]. M. Vatsa, R. Singh, and A. Noore, ―Unification of evidence-theoretic fusion algorithms: A case study in level-2 and level-3 fingerprint features,‖IEEE Trans. Syst., Man, Cybern. A, Syst., Humans, vol. 39, no. 1, pp. 47–56, Jan. 2009. [9]. J. Daugman, ―How IRIS recognition works,‖ IEEE Trans. Circuits Syst.Video Technol., vol. 14, no. 1, pp. 21–30, Jan. 2004. [10]. S. Crihalmeanu, A. Ross, and R. Derakhshani, ―Enhancement and registration schemes for matching conjunctival vasculature,‖ in Proc. 3rd Int.Conf. Adv. Biometrics, 2009, vol. 1568121, pp. 1240–1249.