SlideShare a Scribd company logo
1 of 9
Download to read offline
TELKOMNIKA, Vol.17, No.5, October 2019, pp.2346~2354
ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018
DOI: 10.12928/TELKOMNIKA.v17i5.12551 ◼ 2346
Received March 12, 2019; Revised April 11, 2019; Accepted May 9, 2019
Effective segmentation of sclera, iris and pupil
in noisy eye images
Mrunal Pathak*1
, N. Srinivasu2
, Vinayak Bairagi3
1,2
K. L. University, India
3
AISSMS Inst. of Info. Tech., S. P. Pune University, India
*Corresponding author, e-mail: mrunalkpathak@gmail.com
Abstract
In today’s sensitive environment, for personal authentication, iris recognition is the most attentive
technique among the various biometric technologies. One of the key steps in the iris recognition system is
the accurate iris segmentation from its surrounding noises including pupil and sclera of a captured
eye-image. In our proposed method, initially input image is preprocessed by using bilateral filtering.
After the preprocessing of images contour based features such as, brightness, color and texture features
are extracted. Then entropy is measured based on the extracted contour based features to effectively
distinguishing the data in the images. Finally, the convolution neural network (CNN) is used for
the effective sclera, iris and pupil parts segmentations based on the entropy measure. The proposed
results are analyzed to demonstrate the better performance of the proposed segmentation method than
the existing methods.
Keywords: contour-based features, entropy measure, normalization, preprocessing, segmentation
Copyright © 2019 Universitas Ahmad Dahlan. All rights reserved.
1. Introduction
Iris recognition emerging as one of the most preferred biometric technology modalities
for automated personal identification [1-3]. It is a biometric recognition technology that utilizes
pattern recognition techniques on the basis of iris high quality images [4, 5]. Since in
comparison with other features, iris recognition is best biometric technologies [6]. Iris
segmentation under visible spectrum (VIS) is still a very challenging problem. Non cooperative
iris recognition refers to automatically recognize at a distance and dealing with several factors
that deteriorate the quality of an image [7]. Many algorithms have been proposed for separating
the iris region from the non-iris regions on images. One of the main approaches consists on
boundary-based methods [8-11].
Moreover, segmentation of the sclera region helps to improve iris recognition accuracy
under different lighting conditions and eye gazes [12]. After decades of research on iris
recognition, the technology is now heading to improve recognition performance by combining
other ocular (retina, cornea, sclera, pupil, periocular) or non-ocular (face, fingerprint,
palm print etc.) modalities [13]. Although the accuracies of the visible spectrum, iris recognition
systems are not comparable to those operating in the near infrared spectrum [14], the visible
spectrum iris imaging has the advantage of permitting the integration of additional sources of
information, such as eye color or sclera vasculature [15].
A method for sclera segmentation based on Fuzzy logic is proposed by [16, 17].
SVM and feature selection techniques [18], Circular Hough Transform and K-Means
algorithm [19] Reverse bio-wavelet transform [20] for iris recognition. The highest difficulty of
human iris segmentation is that it is hard to discover the apparent feature values in the image
and to keep their represent capability high in a proficient manner [21]. Also, difficulty in sclera
segmentation arises from the inclusion of eyelids and eyelashes in the sclera region and the
noticeable effect of lighting conditions. The performance of iris, sclera and recognition systems
highly depends on the segmentation process which is a challenging problem.
The main contributions of this paper are as follows: 1) contour Based Features are
extracted for the effective segmentation of pupil, iris and sclera; 2) entropy is measured to
effectively distinguishing the data in the images; 3) the CNN based on the entropy measure is
used for the effective sclera, iris and pupil parts segmentations.
TELKOMNIKA ISSN: 1693-6930 ◼
Effective segmentation of sclera, iris and pupil in noisy eye images (Mrunal Pathak)
2347
2. Related Work
Andrea F. Abate et al. [22] proposed a novel human iris recognition approach based on
a multi-layer perceptron NN and particle swarm optimization (PSO) algorithms to train
the network in order to increase generalization performance. A combination of these algorithms
was used as a classifier. A PSO algorithm was applied to train the NN for data classification.
Naglaa et al. [23] presented a coarse-to-fine algorithm for efficient Iris Localization and
Recognition, while achieving an acceptable accuracy. The iris gray image was transformed to a
binary image using an adaptive threshold obtained from analyzing the image intensity
histogram. Finally, a refinement step was made using an integral-differential operator to get
the final iris and pupil centers.
Mohammed A. M. Abdullah et al. [24] proposed a novel segmentation method for
non-ideal iris images. Two algorithms were proposed for pupil segmentation in iris images, they
were captured under visible and near infrared light. The proposed scheme was robust in finding
the exact iris boundary and isolating the eyelids of the iris images. Alkassaret al. [25] presented
the design of a robust sclera recognition system with high accuracy. They also proposed an
efficient method for vessel enhancement, extraction, and binarization. In the feature extraction
and matching process stages, they additionally developed an efficient method, that is,
orientation, scale, illumination, and deformation invariant. Pattabhi Ramaiah and Ajay
Kumar [26] have developed a domain adaptation framework to address the problem and
introduced a new algorithm using Markov random fields (MRF) model to significantly improve
cross-domain iris recognition.
3. Research Method
This paper presents a proficient segmentation of iris, sclera, and pupil utilizing effective
features and CNN clustering. Here, the CNN successfully clusters the data in images based on
the similarity obtained by the entropy measure and subsequently results the sclera, iris and
pupil segments separately. The processing flow of the proposed strategy is given in Figure 1.
Figure 1. Processing flow of proposed method
3.1. Preprocessing
At first input image is taken from database and preprocessed by using normalization
process and bilateral filtering to enhance the further processing. The pre-processing is
described in following sections.
◼ ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 5, October 2019: 2346-2354
2348
3.1.1. Normalization
Normalization achieves the linear transformation of the image to fit into a particular
range. Here, Min-max normalization procedure is utilized for the standardization of image
which linearly transforms the information. Min-Max normalization is done through
the accompanying condition (1):
minmax
min
~~
~~
YY
YY
N
−
−
= (1)
where, min
~
Y and max
~
Y are the minimum and maximum values in imageY
~
, where N is
the normalized image.
3.1.2. Bilateral filtering
The bilateral filter takes a weighted sum of the pixels in a nearby neighborhood;
the weights rely upon both the spatial distance and the intensity distance. Precisely, at a pixel
location x, the output of a bilateral filter is computed as follows:
)(
1
)(ˆ 2
2
2
2
2
)()(
)(
2
yIee
C
xI rd
xIyI
xNy
xy


=
−−

−−
  (2)
where, d and r are parameters controlling the fall-off of weights in spatial and intensity
domains, individually, )(xN  is a spatial neighborhood of pixel )(xI  , and Cis the normalization
constant. This Bilateral filter is mostly utilized for smoothing the image in the areas of low color
variations that would improve segmentation.
3.2. Contour Based Features Segmentation
Contour features are metrics utilized to extract information about texture, color and
brightness. This section depicts the brightness, color, and texture feature and how it is
computed efficiently.
3.2.1. Texture feature
Computing this esteem is based on a simple comparison of text on distributions on
either side of a pixel in respect to its overwhelming orientation. We can change over this to
likelihood like esteem utilizing the function a stakes after
]
)(
exp[1
1
1
~
2

−
−+
−=
LR
texture
X
P (3)
This esteem, which extends between 0 and 1, texture esteem is little if the distributions
on the two sides are altogether different and huge otherwise and
2
LRX is the maximal likelihood
esteem. Generally, 1
~
=textureP for situated energy maxima in texture and 0
~
=textureP is
for contours. textureP
~
is defined to be 0 at pixels which are not situated energy maxima.
3.2.2. Brightness
A few objects in the image can be black or white. They are not salient in color but rather
in brightness. It returns the intensity measure of brightness between a pixel and its neighbor
through the whole image and, brightness is 0 for a constant image.
 −=
ba
baPbaB
,
2
),(ˆ
(4)
TELKOMNIKA ISSN: 1693-6930 ◼
Effective segmentation of sclera, iris and pupil in noisy eye images (Mrunal Pathak)
2349
In which, Bˆ is the brightness and ),( baP is the pixel at location ),( ba .
3.2.3. Color feature
Color feature indicates the rate of occurrence of each color indexes in an image with
dissimilar intensities. Color feature vector for a given image is segmented by the condition (5):
=
=
M
j
iz
M
z
1
1
ˆ (5)
where, M is the quantity of pixels within each block, iz is the pixel intensity.
3.2.4. Entropy
Entropy ( En ) is utilized to describe the texture of of iris and non-iris like sclera and
pupil the input image. Here the entropy is evaluated for the segmented contour based features.
Entropy of the
th
i super pixel
i
yE is computed by the condition (6) as:

−
=
−
=
−=
1
0
1
0
2 ))),((log)(,(
m
i
m
j
i
y jiPjiPE
(6)
where i and j are the coefficients of co-occurrence matrix, ),( jiP is the component in
the co-occurrence matrix at the coordinates i , j and N is the dimension of
the co-occurrence matrix.
3.3. Segmentation of Sclera, Iris and Pupil Regions using CNN Clustering
Convolutional neural networks are generally made by a set out of layers that can be
gathered by their functionalities. The extracted entropy features set  i
yyyy
i
y EEEEEf ,.....,,)( 321
=
are the input to the CNN classifier to segment the iris, sclera and pupil segments. The structure
of Convolution neural network classifier is appeared in Figure 2.
Figure 2. Structure of convolutional neural network
The concluding output decision of the CNN depends on the weights and biases.
Consequently, these are updated with condition (7) and (8) correspondingly for each layer:
)(tWm
W
C
n
x
W
r
x
W l
l
ll +


−−=

(7)
)(tBm
B
C
n
x
B l
l
l +


−=
(8)
◼ ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 5, October 2019: 2346-2354
2350
where W , B , l ,  , x , n, m , t , C denotes the weight, bias, layer number, regularization
parameter, learning rate, total number of training samples, momentum, updating step, cost
function respectively. The CNN classifier consists of different types of layers as:
a) Convolutional layer: This layer performs the convolution on the input data with
the kernel using (9):

−
=
−=
1
0
N
n
nknk hxy
(9)
here x , h, N , y denotes the input features, filter, number of elements in x , output
respectively.
b) Pooling layer: The pooling layer reduces the dimension of output neurons.
c) Fully connected layer: This layer connects every neuron from the max-pooled layer to every
one of the output neurons. The activation function used in this work is as follows:
Softmax: This function computes the probability distribution of the k output classes:

= k x
x
i
i
i
e
e
p
1
(10)
here, the CNN clusters the data in images based on the entropy value and results
the effective sclera, iris and pupil region segmentations.
4. Results and Analysis
The proposed efficient segmentation of iris, sclera and pupil regions by utilizing entropy
based CNN clustering is implemented in MATLAB. The freely accessible MMU database and
UBIRIS.v2 database of eye images are utilized to assess proposed segmentations. In this
section, the experimental results accomplished for the proposed technique are given.
Figure 3 and Figure 4 depicts the segmentation of iris, sclera and pupil for the number
of input sample eye images taken from the MMU database and UBIRIS.v2 database
respectively. The comparison Table 1, Table 2, and Table 3 illustrates that our proposed iris,
sclera and pupil segmentation utilizing CNN is extensively better than the existing ANFIS and
KNN. The comparison graph of segmentations regards of accuracy, sensitivity, PPV and
specificity (FNR and FDR) of iris, sclera and pupil are shown in Figures 5-6, 7-8,
9-10 respectively.
(a) (b) (c) (d) (e) (f)
Figure 3. Segmentation of (a) Input image, (b) counter image, (c) entropy image, (d) pupil,
(e) iris, and (f) sclera regions images taken from MMU database
(a) (b) (c) (d) (e) (f)
Figure 4. Segmentation of (a) input image, (b) counter image, (c) entropy image, (d) pupil,
(e) iris, and (f) sclera regions images taken from UBIRIS.v2 database
TELKOMNIKA ISSN: 1693-6930 ◼
Effective segmentation of sclera, iris and pupil in noisy eye images (Mrunal Pathak)
2351
4.1. Iris Segmentation
The comparison table of proposed iris segmentation with existing ANFIS, and KNN in
regards to different execution measures is portrayed in Table 1.
Table 1. Comparison Analysis of Proposed Method in Terms of Various Performance Measures
Database Methods Accuracy Sensitivity Specificity PPV FNR FDR
MMU
Proposed 97.145 99.694 11.130 97.426 0.305 2.573
ANFIS 96.306 99.761 10.081 96.514 0.238 3.485
KNN 95.931 99.798 9.880 96.100 0.201 3.899
UBIRIS.v2
Proposed 97.996 98.101 54.171 99.837 1.898 0.162
ANFIS 93.203 97.295 29.977 95.550 2.704 4.449
KNN 95.634 95.640 33.333 96.993 4.359 1.006
(a) (b)
Figure 5. Comparison graph of iris segmentation in terms of accuracy, sensitivity and PPV
for (a) MMU database (b) UBIRIS.v2 database
(a) (b)
Figure 6. Comparison graph for iris segmentation in terms of specificity, FNR and FDR
for (a) MMU database (b) UBIRIS.v2 database
4.2. Sclera Segmentation
The comparison table of proposed sclera segmentation with existing ANFIS, and KNN
in regards to different execution measures is portrayed in Table 2.
Table 2. Comparison Analysis of Proposed Technique in
Terms of Different Performance Measures
Database Methods Accuracy Sensitivity Specificity PPV FNR FDR
MMU
Proposed 95.538 99.210 7.504 96.257 0.789 3.742
ANFIS 96.640 99.125 7.652 97.464 0.874 2.535
KNN 95.344 99.183 6.652 96.085 0.816 3.914
UBIRIS.v2
Proposed 98.080 99.663 18.571 98.377 0.336 1.622
ANFIS 88.002 96.588 5.119 89.052 1.411 10.947
KNN 82.363 98.486 7.583 82.460 0.513 17.539
◼ ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 5, October 2019: 2346-2354
2352
(a) (b)
Figure 7. Comparison graph for sclera segmentation in terms of accuracy, sensitivity and PPV
for (a) MMU database (b) UBIRIS.v2 database
(a) (b)
Figure 8. Comparison graph for sclera segmentation in terms of specificity, FNR and FDR
for (a) MMU database (b) UBIRIS.v2 database
4.3. Pupil Segmentation
The comparison table of proposed pupil segmentation with existing ANFIS, and KNN in
regards to of different execution measures is portrayed in Table 3.
Table 3. Comparison Analysis of Proposed Method in
Terms of Different Performance Measures
Database Methods Accuracy Sensitivity Specificity PPV FNR FDR
MMU
Proposed 98.275 99.957 7.363 98.314 0.042 1.685
ANFIS 95.942 99.974 3.605 95.960 0.0259 4.039
KNN 97.947 99.968 6.676 97.974 0.0317 2.025
UBIRIS.v2
Proposed 99.423 99.495 33.913 99.926 0.504 0.073
ANFIS 97.821 96.728 18.887 98.072 0.871 1.927
KNN 91.389 97.899 6.779 91.420 0.700 8.579
(a) (b)
Figure 9. Comparison graph for pupil segmentation in terms of accuracy, sensitivity and PPV for
(a) MMU database (b) UBIRIS.v2 database
TELKOMNIKA ISSN: 1693-6930 ◼
Effective segmentation of sclera, iris and pupil in noisy eye images (Mrunal Pathak)
2353
(a) (b)
Figure 10. Comparison graph for pupil segmentation in terms of specificity, FNR and FDR for
(a) MMU database (b) UBIRIS.v2 database
5. Conclusion
In this paper we have presented a proficient segmentation of iris, sclera and pupil
regions from the eye images individually utilizing entropy based CNN clustering.
The performance of iris, sclera and segmentation is highly depends on the segmentation
process. Here, CNN effectively segments the iris, sclera regions based on the entropy
measures. The experimental outcomes exhibit that our proposed classification out performs
the existing KNN and ANFIS methods in regards of performance measures such as, accuracy,
sensitivity, specificity, PPV, NPV, FPR, FNR, FDR, F-measure and MCC.
References
[1] CW Tan, A Kumar. Automated segmentation of iris images using visible wavelength face images.
IEEE Computer Society Conference on. IEEE. 2011: 9-14.
[2] CW Tan, A Kumar. Unified framework for automated iris segmentation using distantly acquired face
images. IEEE Transactions on Image Processing. 2012.
[3] MK Pathak, N Srinivasu, VK Bairagi. Match score level fusion of iris and sclera descriptor for iris
recognition. IEEE International Conference on Soft Computing and its Engineering Applications.
2017: 1-6.
[4] RR Jillela, A Ross. Segmenting iris images in the visible spectrum with applications in mobile
biometrics. Pattern Recognition Letters. 2015; 57: 4-16.
[5] CW Tan, A Kumar. Towards online iris and periocular recognition under relaxed imaging
constraints. IEEE Transactions on Image Processing. 2013; 22(10): 3751-3765.
[6] M Mahlouji, A Noruzi. Human iris segmentation for iris recognition in unconstrained
environments. International Journal of Computer Science Issues (IJCSI). 2012; 9(1): 149.
[7] C Rathgeb, A Uhl, P Wild. Iris biometrics: from segmentation to templatesecurity. Springer Science &
Business Media. 2012: 59.
[8] DS Jeong, JW Hwang, BJ Kang, KR Park, CS Won, DK Park, J Kim. A new iris segmentation method
for non-ideal iris images. Image and vision computing. 2010; 28(2): 254-260.
[9] MAAbdullah, SS Dlay, WL Woo, JA Chambers. Robust iris segmentation method based on a new
active contour force with a noncircular normalization. IEEE SMC. 2016.
[10] Y Chen, M Adjouadi, C Han, J Wang, A Barreto, N Rishe, J Andrian. A highly accurate and
computationally efficient approach for unconstrained iris segmentation. Image and Vision Computing.
2010; 28(2): 261-269.
[11] DO Roig, AM González, EG Llano. Semantic segmentation of color eye images for improving iris
segmentation. Iberoamerican Congress on Pattern Recognition. Springer, Cham. 2017: 466-474.
[12] R Mesbah, B McCane, S Mills. Conditional random fields incorporate convolutional neural networks
for human eye sclera semantic segmentation. Biometrics (IJCB), International Joint Conference on.
IEEE. 2017.
[13] C Farabet, C Couprie, L Najman, Y LeCun. Learning hierarchical features for scene labelling. IEEE
Trans. Pattern Anal. Mach. Intell. 2013; 35(8): 1-15.
[14] Z Zhou, EY Du, NL Thomas, EJ Delp. A New Human Identification Method: Sclera Recognition. IEEE
Transactions on Systems, Man, and Cybernetics-Part A: Systems and Humans. 2012; 42(3):
571- 583.
◼ ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 5, October 2019: 2346-2354
2354
[15] Rajole, Snehal S, JV Shinde. Integrated Approach for Sclera Recognition and Eye Gaze Detection.
2017; 6(7): 77-82.
[16] A Das, U Pal, MA FerrerBallester, M Blumenstein. A new efficient and adaptive sclera recognition
system. Computational Intelligence in Biometrics and Identity Management, IEEE Symposium on.
2014.
[17] P Radu, J Ferryman, P Wild. A robust sclera segmentation algorithm Biometrics Theory. Applications
and Systems (BTAS), IEEE Conference. 2015.
[18] SA Sahmoud, IS Abuhaiba. Efficient iris segmentation method in unconstrained environments.
Pattern Recognition. 2013; 46(1): 3174-3185.
[19] G Santos, E Hoyle. A fusion approach to unconstrained iris recognition. Pattern Recognition Letters.
2012; 33(1): 984- 990.
[20] R Szewczyk, K Ggrabowski, M Napieralska, W Sankowski, Zubert, A Napieralski. A reliable iris
recognition algorithm based on reverse biorthogonal wavelet transform. Pattern Recognition Latyters.
2012; 33(1): 1019-1026.
[21] Krishna, N Murali, PCS Reddy. A Dimensionality Reduced Iris Recognition System with Aid of AI
Techniques. Global Journal of Research in Engineering. 2014; 14(4): 11-25.
[22] AF Abate, et al. Kurtosis and skewness at pixel level as input for SOM networks to iris recognition on
mobile devices. Pattern Recognition Letters. 2017; 91: 37-43.
[23] NF Soliman, E Mohamed, F Magdi, FE Abd El-Samie, M AbdElnaby. Efficient iris localization and
recognition. Optik-International Journal for Light and Electron Optics. 2017: 469-475.
[24] Abdullah, Mohammed AM, SS Dlay, WL Woo, JA. Chambers. Robust iris segmentation method
based on a new active contour force with a noncircular normalization. IEEE transactions on
systems. 2017; 47(12): 3128-3141.
[25] S Alkassar, et al. Robust sclera recognition system with novel sclera segmentation and validation
techniques. IEEE Transactions on Systems. 2017; 47(3): 474-486.
[26] PR Nalla, A Kumar. Toward more accurate iris recognition using cross-spectral matching. IEEE
transactions on Image processing. 2017; 26(1): 208-221.

More Related Content

What's hot

Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Pinaki Ranjan Sarkar
 
Correction of Inhomogeneous MR Images Using Multiscale Retinex
Correction of Inhomogeneous MR Images Using Multiscale RetinexCorrection of Inhomogeneous MR Images Using Multiscale Retinex
Correction of Inhomogeneous MR Images Using Multiscale RetinexCSCJournals
 
Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...
Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...
Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...IOSR Journals
 
Rician Noise Reduction with SVM and Iterative Bilateral Filter in Different T...
Rician Noise Reduction with SVM and Iterative Bilateral Filter in Different T...Rician Noise Reduction with SVM and Iterative Bilateral Filter in Different T...
Rician Noise Reduction with SVM and Iterative Bilateral Filter in Different T...IJMERJOURNAL
 
Virtual viewpoint three dimensional panorama
Virtual viewpoint three dimensional panoramaVirtual viewpoint three dimensional panorama
Virtual viewpoint three dimensional panoramaijcseit
 
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENTHIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENTijsc
 
Quality assessment of stereoscopic 3 d image compression by binocular integra...
Quality assessment of stereoscopic 3 d image compression by binocular integra...Quality assessment of stereoscopic 3 d image compression by binocular integra...
Quality assessment of stereoscopic 3 d image compression by binocular integra...Shakas Technologies
 
Image restoration model with wavelet based fusion
Image restoration model with wavelet based fusionImage restoration model with wavelet based fusion
Image restoration model with wavelet based fusionAlexander Decker
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...eSAT Journals
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...eSAT Publishing House
 
A Pattern Classification Based approach for Blur Classification
A Pattern Classification Based approach for Blur ClassificationA Pattern Classification Based approach for Blur Classification
A Pattern Classification Based approach for Blur Classificationijeei-iaes
 
An Efficient Thresholding Neural Network Technique for High Noise Densities E...
An Efficient Thresholding Neural Network Technique for High Noise Densities E...An Efficient Thresholding Neural Network Technique for High Noise Densities E...
An Efficient Thresholding Neural Network Technique for High Noise Densities E...CSCJournals
 
15 20 jul17 6jun 16151 gunawanedgenn jul17final(edit)n
15 20 jul17 6jun 16151 gunawanedgenn jul17final(edit)n15 20 jul17 6jun 16151 gunawanedgenn jul17final(edit)n
15 20 jul17 6jun 16151 gunawanedgenn jul17final(edit)nIAESIJEECS
 
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVMCOMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVMsipij
 
VIDEO SEGMENTATION FOR MOVING OBJECT DETECTION USING LOCAL CHANGE & ENTROPY B...
VIDEO SEGMENTATION FOR MOVING OBJECT DETECTION USING LOCAL CHANGE & ENTROPY B...VIDEO SEGMENTATION FOR MOVING OBJECT DETECTION USING LOCAL CHANGE & ENTROPY B...
VIDEO SEGMENTATION FOR MOVING OBJECT DETECTION USING LOCAL CHANGE & ENTROPY B...csandit
 

What's hot (18)

Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
 
J017426467
J017426467J017426467
J017426467
 
Correction of Inhomogeneous MR Images Using Multiscale Retinex
Correction of Inhomogeneous MR Images Using Multiscale RetinexCorrection of Inhomogeneous MR Images Using Multiscale Retinex
Correction of Inhomogeneous MR Images Using Multiscale Retinex
 
Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...
Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...
Inflammatory Conditions Mimicking Tumours In Calabar: A 30 Year Study (1978-2...
 
Rician Noise Reduction with SVM and Iterative Bilateral Filter in Different T...
Rician Noise Reduction with SVM and Iterative Bilateral Filter in Different T...Rician Noise Reduction with SVM and Iterative Bilateral Filter in Different T...
Rician Noise Reduction with SVM and Iterative Bilateral Filter in Different T...
 
Virtual viewpoint three dimensional panorama
Virtual viewpoint three dimensional panoramaVirtual viewpoint three dimensional panorama
Virtual viewpoint three dimensional panorama
 
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENTHIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
 
D04402024029
D04402024029D04402024029
D04402024029
 
Quality assessment of stereoscopic 3 d image compression by binocular integra...
Quality assessment of stereoscopic 3 d image compression by binocular integra...Quality assessment of stereoscopic 3 d image compression by binocular integra...
Quality assessment of stereoscopic 3 d image compression by binocular integra...
 
Image restoration model with wavelet based fusion
Image restoration model with wavelet based fusionImage restoration model with wavelet based fusion
Image restoration model with wavelet based fusion
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...
 
A Pattern Classification Based approach for Blur Classification
A Pattern Classification Based approach for Blur ClassificationA Pattern Classification Based approach for Blur Classification
A Pattern Classification Based approach for Blur Classification
 
An Efficient Thresholding Neural Network Technique for High Noise Densities E...
An Efficient Thresholding Neural Network Technique for High Noise Densities E...An Efficient Thresholding Neural Network Technique for High Noise Densities E...
An Efficient Thresholding Neural Network Technique for High Noise Densities E...
 
15 20 jul17 6jun 16151 gunawanedgenn jul17final(edit)n
15 20 jul17 6jun 16151 gunawanedgenn jul17final(edit)n15 20 jul17 6jun 16151 gunawanedgenn jul17final(edit)n
15 20 jul17 6jun 16151 gunawanedgenn jul17final(edit)n
 
Confer
ConferConfer
Confer
 
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVMCOMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
COMPRESSION BASED FACE RECOGNITION USING DWT AND SVM
 
VIDEO SEGMENTATION FOR MOVING OBJECT DETECTION USING LOCAL CHANGE & ENTROPY B...
VIDEO SEGMENTATION FOR MOVING OBJECT DETECTION USING LOCAL CHANGE & ENTROPY B...VIDEO SEGMENTATION FOR MOVING OBJECT DETECTION USING LOCAL CHANGE & ENTROPY B...
VIDEO SEGMENTATION FOR MOVING OBJECT DETECTION USING LOCAL CHANGE & ENTROPY B...
 

Similar to Effective segmentation of sclera, iris and pupil in noisy eye images

A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...
A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...
A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...IRJET Journal
 
Quality assessment for online iris
Quality assessment for online irisQuality assessment for online iris
Quality assessment for online iriscsandit
 
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINAAN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINAijait
 
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
 
Automated fundus image quality assessment and segmentation of optic disc usin...
Automated fundus image quality assessment and segmentation of optic disc usin...Automated fundus image quality assessment and segmentation of optic disc usin...
Automated fundus image quality assessment and segmentation of optic disc usin...IJECEIAES
 
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
 
Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...
Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...
Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...ijsrd.com
 
Binary operation based hard exudate detection and fuzzy based classification ...
Binary operation based hard exudate detection and fuzzy based classification ...Binary operation based hard exudate detection and fuzzy based classification ...
Binary operation based hard exudate detection and fuzzy based classification ...IJECEIAES
 
An exploration of periocular region with reduced region for authentication re...
An exploration of periocular region with reduced region for authentication re...An exploration of periocular region with reduced region for authentication re...
An exploration of periocular region with reduced region for authentication re...csandit
 
AN EXPLORATION OF PERIOCULAR REGION WITH REDUCED REGION FOR AUTHENTICATION : ...
AN EXPLORATION OF PERIOCULAR REGION WITH REDUCED REGION FOR AUTHENTICATION : ...AN EXPLORATION OF PERIOCULAR REGION WITH REDUCED REGION FOR AUTHENTICATION : ...
AN EXPLORATION OF PERIOCULAR REGION WITH REDUCED REGION FOR AUTHENTICATION : ...cscpconf
 
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...CSCJournals
 
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
 
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
 
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 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
 
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSIONCOLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSIONacijjournal
 
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION acijjournal
 
Deblurring of noisy iris images in iris recognition
Deblurring of noisy iris images in iris recognitionDeblurring of noisy iris images in iris recognition
Deblurring of noisy iris images in iris recognitionjournalBEEI
 
IJARCCE 22
IJARCCE 22IJARCCE 22
IJARCCE 22Prasad K
 

Similar to Effective segmentation of sclera, iris and pupil in noisy eye images (20)

A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...
A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...
A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...
 
Quality assessment for online iris
Quality assessment for online irisQuality assessment for online iris
Quality assessment for online iris
 
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINAAN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
 
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...
 
Automated fundus image quality assessment and segmentation of optic disc usin...
Automated fundus image quality assessment and segmentation of optic disc usin...Automated fundus image quality assessment and segmentation of optic disc usin...
Automated fundus image quality assessment and segmentation of optic disc usin...
 
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...
 
Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...
Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...
Classification and Segmentation of Glaucomatous Image Using Probabilistic Neu...
 
Binary operation based hard exudate detection and fuzzy based classification ...
Binary operation based hard exudate detection and fuzzy based classification ...Binary operation based hard exudate detection and fuzzy based classification ...
Binary operation based hard exudate detection and fuzzy based classification ...
 
An exploration of periocular region with reduced region for authentication re...
An exploration of periocular region with reduced region for authentication re...An exploration of periocular region with reduced region for authentication re...
An exploration of periocular region with reduced region for authentication re...
 
AN EXPLORATION OF PERIOCULAR REGION WITH REDUCED REGION FOR AUTHENTICATION : ...
AN EXPLORATION OF PERIOCULAR REGION WITH REDUCED REGION FOR AUTHENTICATION : ...AN EXPLORATION OF PERIOCULAR REGION WITH REDUCED REGION FOR AUTHENTICATION : ...
AN EXPLORATION OF PERIOCULAR REGION WITH REDUCED REGION FOR AUTHENTICATION : ...
 
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
Computationally Efficient Methods for Sonar Image Denoising using Fractional ...
 
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
 
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
 
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 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
 
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSIONCOLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION
 
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION
COLOUR IMAGE REPRESENTION OF MULTISPECTRAL IMAGE FUSION
 
Morpho
MorphoMorpho
Morpho
 
Deblurring of noisy iris images in iris recognition
Deblurring of noisy iris images in iris recognitionDeblurring of noisy iris images in iris recognition
Deblurring of noisy iris images in iris recognition
 
IJARCCE 22
IJARCCE 22IJARCCE 22
IJARCCE 22
 

More from TELKOMNIKA JOURNAL

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...TELKOMNIKA JOURNAL
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...TELKOMNIKA JOURNAL
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...TELKOMNIKA JOURNAL
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...TELKOMNIKA JOURNAL
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...TELKOMNIKA JOURNAL
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaTELKOMNIKA JOURNAL
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireTELKOMNIKA JOURNAL
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkTELKOMNIKA JOURNAL
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsTELKOMNIKA JOURNAL
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...TELKOMNIKA JOURNAL
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesTELKOMNIKA JOURNAL
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...TELKOMNIKA JOURNAL
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemTELKOMNIKA JOURNAL
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...TELKOMNIKA JOURNAL
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorTELKOMNIKA JOURNAL
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...TELKOMNIKA JOURNAL
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...TELKOMNIKA JOURNAL
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksTELKOMNIKA JOURNAL
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingTELKOMNIKA JOURNAL
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...TELKOMNIKA JOURNAL
 

More from TELKOMNIKA JOURNAL (20)

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fire
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio network
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bands
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertainties
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensor
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networks
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imaging
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
 

Recently uploaded

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 

Recently uploaded (20)

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 

Effective segmentation of sclera, iris and pupil in noisy eye images

  • 1. TELKOMNIKA, Vol.17, No.5, October 2019, pp.2346~2354 ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018 DOI: 10.12928/TELKOMNIKA.v17i5.12551 ◼ 2346 Received March 12, 2019; Revised April 11, 2019; Accepted May 9, 2019 Effective segmentation of sclera, iris and pupil in noisy eye images Mrunal Pathak*1 , N. Srinivasu2 , Vinayak Bairagi3 1,2 K. L. University, India 3 AISSMS Inst. of Info. Tech., S. P. Pune University, India *Corresponding author, e-mail: mrunalkpathak@gmail.com Abstract In today’s sensitive environment, for personal authentication, iris recognition is the most attentive technique among the various biometric technologies. One of the key steps in the iris recognition system is the accurate iris segmentation from its surrounding noises including pupil and sclera of a captured eye-image. In our proposed method, initially input image is preprocessed by using bilateral filtering. After the preprocessing of images contour based features such as, brightness, color and texture features are extracted. Then entropy is measured based on the extracted contour based features to effectively distinguishing the data in the images. Finally, the convolution neural network (CNN) is used for the effective sclera, iris and pupil parts segmentations based on the entropy measure. The proposed results are analyzed to demonstrate the better performance of the proposed segmentation method than the existing methods. Keywords: contour-based features, entropy measure, normalization, preprocessing, segmentation Copyright © 2019 Universitas Ahmad Dahlan. All rights reserved. 1. Introduction Iris recognition emerging as one of the most preferred biometric technology modalities for automated personal identification [1-3]. It is a biometric recognition technology that utilizes pattern recognition techniques on the basis of iris high quality images [4, 5]. Since in comparison with other features, iris recognition is best biometric technologies [6]. Iris segmentation under visible spectrum (VIS) is still a very challenging problem. Non cooperative iris recognition refers to automatically recognize at a distance and dealing with several factors that deteriorate the quality of an image [7]. Many algorithms have been proposed for separating the iris region from the non-iris regions on images. One of the main approaches consists on boundary-based methods [8-11]. Moreover, segmentation of the sclera region helps to improve iris recognition accuracy under different lighting conditions and eye gazes [12]. After decades of research on iris recognition, the technology is now heading to improve recognition performance by combining other ocular (retina, cornea, sclera, pupil, periocular) or non-ocular (face, fingerprint, palm print etc.) modalities [13]. Although the accuracies of the visible spectrum, iris recognition systems are not comparable to those operating in the near infrared spectrum [14], the visible spectrum iris imaging has the advantage of permitting the integration of additional sources of information, such as eye color or sclera vasculature [15]. A method for sclera segmentation based on Fuzzy logic is proposed by [16, 17]. SVM and feature selection techniques [18], Circular Hough Transform and K-Means algorithm [19] Reverse bio-wavelet transform [20] for iris recognition. The highest difficulty of human iris segmentation is that it is hard to discover the apparent feature values in the image and to keep their represent capability high in a proficient manner [21]. Also, difficulty in sclera segmentation arises from the inclusion of eyelids and eyelashes in the sclera region and the noticeable effect of lighting conditions. The performance of iris, sclera and recognition systems highly depends on the segmentation process which is a challenging problem. The main contributions of this paper are as follows: 1) contour Based Features are extracted for the effective segmentation of pupil, iris and sclera; 2) entropy is measured to effectively distinguishing the data in the images; 3) the CNN based on the entropy measure is used for the effective sclera, iris and pupil parts segmentations.
  • 2. TELKOMNIKA ISSN: 1693-6930 ◼ Effective segmentation of sclera, iris and pupil in noisy eye images (Mrunal Pathak) 2347 2. Related Work Andrea F. Abate et al. [22] proposed a novel human iris recognition approach based on a multi-layer perceptron NN and particle swarm optimization (PSO) algorithms to train the network in order to increase generalization performance. A combination of these algorithms was used as a classifier. A PSO algorithm was applied to train the NN for data classification. Naglaa et al. [23] presented a coarse-to-fine algorithm for efficient Iris Localization and Recognition, while achieving an acceptable accuracy. The iris gray image was transformed to a binary image using an adaptive threshold obtained from analyzing the image intensity histogram. Finally, a refinement step was made using an integral-differential operator to get the final iris and pupil centers. Mohammed A. M. Abdullah et al. [24] proposed a novel segmentation method for non-ideal iris images. Two algorithms were proposed for pupil segmentation in iris images, they were captured under visible and near infrared light. The proposed scheme was robust in finding the exact iris boundary and isolating the eyelids of the iris images. Alkassaret al. [25] presented the design of a robust sclera recognition system with high accuracy. They also proposed an efficient method for vessel enhancement, extraction, and binarization. In the feature extraction and matching process stages, they additionally developed an efficient method, that is, orientation, scale, illumination, and deformation invariant. Pattabhi Ramaiah and Ajay Kumar [26] have developed a domain adaptation framework to address the problem and introduced a new algorithm using Markov random fields (MRF) model to significantly improve cross-domain iris recognition. 3. Research Method This paper presents a proficient segmentation of iris, sclera, and pupil utilizing effective features and CNN clustering. Here, the CNN successfully clusters the data in images based on the similarity obtained by the entropy measure and subsequently results the sclera, iris and pupil segments separately. The processing flow of the proposed strategy is given in Figure 1. Figure 1. Processing flow of proposed method 3.1. Preprocessing At first input image is taken from database and preprocessed by using normalization process and bilateral filtering to enhance the further processing. The pre-processing is described in following sections.
  • 3. ◼ ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 5, October 2019: 2346-2354 2348 3.1.1. Normalization Normalization achieves the linear transformation of the image to fit into a particular range. Here, Min-max normalization procedure is utilized for the standardization of image which linearly transforms the information. Min-Max normalization is done through the accompanying condition (1): minmax min ~~ ~~ YY YY N − − = (1) where, min ~ Y and max ~ Y are the minimum and maximum values in imageY ~ , where N is the normalized image. 3.1.2. Bilateral filtering The bilateral filter takes a weighted sum of the pixels in a nearby neighborhood; the weights rely upon both the spatial distance and the intensity distance. Precisely, at a pixel location x, the output of a bilateral filter is computed as follows: )( 1 )(ˆ 2 2 2 2 2 )()( )( 2 yIee C xI rd xIyI xNy xy   = −−  −−   (2) where, d and r are parameters controlling the fall-off of weights in spatial and intensity domains, individually, )(xN  is a spatial neighborhood of pixel )(xI  , and Cis the normalization constant. This Bilateral filter is mostly utilized for smoothing the image in the areas of low color variations that would improve segmentation. 3.2. Contour Based Features Segmentation Contour features are metrics utilized to extract information about texture, color and brightness. This section depicts the brightness, color, and texture feature and how it is computed efficiently. 3.2.1. Texture feature Computing this esteem is based on a simple comparison of text on distributions on either side of a pixel in respect to its overwhelming orientation. We can change over this to likelihood like esteem utilizing the function a stakes after ] )( exp[1 1 1 ~ 2  − −+ −= LR texture X P (3) This esteem, which extends between 0 and 1, texture esteem is little if the distributions on the two sides are altogether different and huge otherwise and 2 LRX is the maximal likelihood esteem. Generally, 1 ~ =textureP for situated energy maxima in texture and 0 ~ =textureP is for contours. textureP ~ is defined to be 0 at pixels which are not situated energy maxima. 3.2.2. Brightness A few objects in the image can be black or white. They are not salient in color but rather in brightness. It returns the intensity measure of brightness between a pixel and its neighbor through the whole image and, brightness is 0 for a constant image.  −= ba baPbaB , 2 ),(ˆ (4)
  • 4. TELKOMNIKA ISSN: 1693-6930 ◼ Effective segmentation of sclera, iris and pupil in noisy eye images (Mrunal Pathak) 2349 In which, Bˆ is the brightness and ),( baP is the pixel at location ),( ba . 3.2.3. Color feature Color feature indicates the rate of occurrence of each color indexes in an image with dissimilar intensities. Color feature vector for a given image is segmented by the condition (5): = = M j iz M z 1 1 ˆ (5) where, M is the quantity of pixels within each block, iz is the pixel intensity. 3.2.4. Entropy Entropy ( En ) is utilized to describe the texture of of iris and non-iris like sclera and pupil the input image. Here the entropy is evaluated for the segmented contour based features. Entropy of the th i super pixel i yE is computed by the condition (6) as:  − = − = −= 1 0 1 0 2 ))),((log)(,( m i m j i y jiPjiPE (6) where i and j are the coefficients of co-occurrence matrix, ),( jiP is the component in the co-occurrence matrix at the coordinates i , j and N is the dimension of the co-occurrence matrix. 3.3. Segmentation of Sclera, Iris and Pupil Regions using CNN Clustering Convolutional neural networks are generally made by a set out of layers that can be gathered by their functionalities. The extracted entropy features set  i yyyy i y EEEEEf ,.....,,)( 321 = are the input to the CNN classifier to segment the iris, sclera and pupil segments. The structure of Convolution neural network classifier is appeared in Figure 2. Figure 2. Structure of convolutional neural network The concluding output decision of the CNN depends on the weights and biases. Consequently, these are updated with condition (7) and (8) correspondingly for each layer: )(tWm W C n x W r x W l l ll +   −−=  (7) )(tBm B C n x B l l l +   −= (8)
  • 5. ◼ ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 5, October 2019: 2346-2354 2350 where W , B , l ,  , x , n, m , t , C denotes the weight, bias, layer number, regularization parameter, learning rate, total number of training samples, momentum, updating step, cost function respectively. The CNN classifier consists of different types of layers as: a) Convolutional layer: This layer performs the convolution on the input data with the kernel using (9):  − = −= 1 0 N n nknk hxy (9) here x , h, N , y denotes the input features, filter, number of elements in x , output respectively. b) Pooling layer: The pooling layer reduces the dimension of output neurons. c) Fully connected layer: This layer connects every neuron from the max-pooled layer to every one of the output neurons. The activation function used in this work is as follows: Softmax: This function computes the probability distribution of the k output classes:  = k x x i i i e e p 1 (10) here, the CNN clusters the data in images based on the entropy value and results the effective sclera, iris and pupil region segmentations. 4. Results and Analysis The proposed efficient segmentation of iris, sclera and pupil regions by utilizing entropy based CNN clustering is implemented in MATLAB. The freely accessible MMU database and UBIRIS.v2 database of eye images are utilized to assess proposed segmentations. In this section, the experimental results accomplished for the proposed technique are given. Figure 3 and Figure 4 depicts the segmentation of iris, sclera and pupil for the number of input sample eye images taken from the MMU database and UBIRIS.v2 database respectively. The comparison Table 1, Table 2, and Table 3 illustrates that our proposed iris, sclera and pupil segmentation utilizing CNN is extensively better than the existing ANFIS and KNN. The comparison graph of segmentations regards of accuracy, sensitivity, PPV and specificity (FNR and FDR) of iris, sclera and pupil are shown in Figures 5-6, 7-8, 9-10 respectively. (a) (b) (c) (d) (e) (f) Figure 3. Segmentation of (a) Input image, (b) counter image, (c) entropy image, (d) pupil, (e) iris, and (f) sclera regions images taken from MMU database (a) (b) (c) (d) (e) (f) Figure 4. Segmentation of (a) input image, (b) counter image, (c) entropy image, (d) pupil, (e) iris, and (f) sclera regions images taken from UBIRIS.v2 database
  • 6. TELKOMNIKA ISSN: 1693-6930 ◼ Effective segmentation of sclera, iris and pupil in noisy eye images (Mrunal Pathak) 2351 4.1. Iris Segmentation The comparison table of proposed iris segmentation with existing ANFIS, and KNN in regards to different execution measures is portrayed in Table 1. Table 1. Comparison Analysis of Proposed Method in Terms of Various Performance Measures Database Methods Accuracy Sensitivity Specificity PPV FNR FDR MMU Proposed 97.145 99.694 11.130 97.426 0.305 2.573 ANFIS 96.306 99.761 10.081 96.514 0.238 3.485 KNN 95.931 99.798 9.880 96.100 0.201 3.899 UBIRIS.v2 Proposed 97.996 98.101 54.171 99.837 1.898 0.162 ANFIS 93.203 97.295 29.977 95.550 2.704 4.449 KNN 95.634 95.640 33.333 96.993 4.359 1.006 (a) (b) Figure 5. Comparison graph of iris segmentation in terms of accuracy, sensitivity and PPV for (a) MMU database (b) UBIRIS.v2 database (a) (b) Figure 6. Comparison graph for iris segmentation in terms of specificity, FNR and FDR for (a) MMU database (b) UBIRIS.v2 database 4.2. Sclera Segmentation The comparison table of proposed sclera segmentation with existing ANFIS, and KNN in regards to different execution measures is portrayed in Table 2. Table 2. Comparison Analysis of Proposed Technique in Terms of Different Performance Measures Database Methods Accuracy Sensitivity Specificity PPV FNR FDR MMU Proposed 95.538 99.210 7.504 96.257 0.789 3.742 ANFIS 96.640 99.125 7.652 97.464 0.874 2.535 KNN 95.344 99.183 6.652 96.085 0.816 3.914 UBIRIS.v2 Proposed 98.080 99.663 18.571 98.377 0.336 1.622 ANFIS 88.002 96.588 5.119 89.052 1.411 10.947 KNN 82.363 98.486 7.583 82.460 0.513 17.539
  • 7. ◼ ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 5, October 2019: 2346-2354 2352 (a) (b) Figure 7. Comparison graph for sclera segmentation in terms of accuracy, sensitivity and PPV for (a) MMU database (b) UBIRIS.v2 database (a) (b) Figure 8. Comparison graph for sclera segmentation in terms of specificity, FNR and FDR for (a) MMU database (b) UBIRIS.v2 database 4.3. Pupil Segmentation The comparison table of proposed pupil segmentation with existing ANFIS, and KNN in regards to of different execution measures is portrayed in Table 3. Table 3. Comparison Analysis of Proposed Method in Terms of Different Performance Measures Database Methods Accuracy Sensitivity Specificity PPV FNR FDR MMU Proposed 98.275 99.957 7.363 98.314 0.042 1.685 ANFIS 95.942 99.974 3.605 95.960 0.0259 4.039 KNN 97.947 99.968 6.676 97.974 0.0317 2.025 UBIRIS.v2 Proposed 99.423 99.495 33.913 99.926 0.504 0.073 ANFIS 97.821 96.728 18.887 98.072 0.871 1.927 KNN 91.389 97.899 6.779 91.420 0.700 8.579 (a) (b) Figure 9. Comparison graph for pupil segmentation in terms of accuracy, sensitivity and PPV for (a) MMU database (b) UBIRIS.v2 database
  • 8. TELKOMNIKA ISSN: 1693-6930 ◼ Effective segmentation of sclera, iris and pupil in noisy eye images (Mrunal Pathak) 2353 (a) (b) Figure 10. Comparison graph for pupil segmentation in terms of specificity, FNR and FDR for (a) MMU database (b) UBIRIS.v2 database 5. Conclusion In this paper we have presented a proficient segmentation of iris, sclera and pupil regions from the eye images individually utilizing entropy based CNN clustering. The performance of iris, sclera and segmentation is highly depends on the segmentation process. Here, CNN effectively segments the iris, sclera regions based on the entropy measures. The experimental outcomes exhibit that our proposed classification out performs the existing KNN and ANFIS methods in regards of performance measures such as, accuracy, sensitivity, specificity, PPV, NPV, FPR, FNR, FDR, F-measure and MCC. References [1] CW Tan, A Kumar. Automated segmentation of iris images using visible wavelength face images. IEEE Computer Society Conference on. IEEE. 2011: 9-14. [2] CW Tan, A Kumar. Unified framework for automated iris segmentation using distantly acquired face images. IEEE Transactions on Image Processing. 2012. [3] MK Pathak, N Srinivasu, VK Bairagi. Match score level fusion of iris and sclera descriptor for iris recognition. IEEE International Conference on Soft Computing and its Engineering Applications. 2017: 1-6. [4] RR Jillela, A Ross. Segmenting iris images in the visible spectrum with applications in mobile biometrics. Pattern Recognition Letters. 2015; 57: 4-16. [5] CW Tan, A Kumar. Towards online iris and periocular recognition under relaxed imaging constraints. IEEE Transactions on Image Processing. 2013; 22(10): 3751-3765. [6] M Mahlouji, A Noruzi. Human iris segmentation for iris recognition in unconstrained environments. International Journal of Computer Science Issues (IJCSI). 2012; 9(1): 149. [7] C Rathgeb, A Uhl, P Wild. Iris biometrics: from segmentation to templatesecurity. Springer Science & Business Media. 2012: 59. [8] DS Jeong, JW Hwang, BJ Kang, KR Park, CS Won, DK Park, J Kim. A new iris segmentation method for non-ideal iris images. Image and vision computing. 2010; 28(2): 254-260. [9] MAAbdullah, SS Dlay, WL Woo, JA Chambers. Robust iris segmentation method based on a new active contour force with a noncircular normalization. IEEE SMC. 2016. [10] Y Chen, M Adjouadi, C Han, J Wang, A Barreto, N Rishe, J Andrian. A highly accurate and computationally efficient approach for unconstrained iris segmentation. Image and Vision Computing. 2010; 28(2): 261-269. [11] DO Roig, AM González, EG Llano. Semantic segmentation of color eye images for improving iris segmentation. Iberoamerican Congress on Pattern Recognition. Springer, Cham. 2017: 466-474. [12] R Mesbah, B McCane, S Mills. Conditional random fields incorporate convolutional neural networks for human eye sclera semantic segmentation. Biometrics (IJCB), International Joint Conference on. IEEE. 2017. [13] C Farabet, C Couprie, L Najman, Y LeCun. Learning hierarchical features for scene labelling. IEEE Trans. Pattern Anal. Mach. Intell. 2013; 35(8): 1-15. [14] Z Zhou, EY Du, NL Thomas, EJ Delp. A New Human Identification Method: Sclera Recognition. IEEE Transactions on Systems, Man, and Cybernetics-Part A: Systems and Humans. 2012; 42(3): 571- 583.
  • 9. ◼ ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 5, October 2019: 2346-2354 2354 [15] Rajole, Snehal S, JV Shinde. Integrated Approach for Sclera Recognition and Eye Gaze Detection. 2017; 6(7): 77-82. [16] A Das, U Pal, MA FerrerBallester, M Blumenstein. A new efficient and adaptive sclera recognition system. Computational Intelligence in Biometrics and Identity Management, IEEE Symposium on. 2014. [17] P Radu, J Ferryman, P Wild. A robust sclera segmentation algorithm Biometrics Theory. Applications and Systems (BTAS), IEEE Conference. 2015. [18] SA Sahmoud, IS Abuhaiba. Efficient iris segmentation method in unconstrained environments. Pattern Recognition. 2013; 46(1): 3174-3185. [19] G Santos, E Hoyle. A fusion approach to unconstrained iris recognition. Pattern Recognition Letters. 2012; 33(1): 984- 990. [20] R Szewczyk, K Ggrabowski, M Napieralska, W Sankowski, Zubert, A Napieralski. A reliable iris recognition algorithm based on reverse biorthogonal wavelet transform. Pattern Recognition Latyters. 2012; 33(1): 1019-1026. [21] Krishna, N Murali, PCS Reddy. A Dimensionality Reduced Iris Recognition System with Aid of AI Techniques. Global Journal of Research in Engineering. 2014; 14(4): 11-25. [22] AF Abate, et al. Kurtosis and skewness at pixel level as input for SOM networks to iris recognition on mobile devices. Pattern Recognition Letters. 2017; 91: 37-43. [23] NF Soliman, E Mohamed, F Magdi, FE Abd El-Samie, M AbdElnaby. Efficient iris localization and recognition. Optik-International Journal for Light and Electron Optics. 2017: 469-475. [24] Abdullah, Mohammed AM, SS Dlay, WL Woo, JA. Chambers. Robust iris segmentation method based on a new active contour force with a noncircular normalization. IEEE transactions on systems. 2017; 47(12): 3128-3141. [25] S Alkassar, et al. Robust sclera recognition system with novel sclera segmentation and validation techniques. IEEE Transactions on Systems. 2017; 47(3): 474-486. [26] PR Nalla, A Kumar. Toward more accurate iris recognition using cross-spectral matching. IEEE transactions on Image processing. 2017; 26(1): 208-221.