SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1098
Security System based on Sclera recognition
Parth Nagarkar1, Siddhartha Dambe2, Lomesh Mungekar3, Shreemauli Raut4.
1,2,3,4 Student, Department of Computer Engineering, Thakur Polytechnic, Maharashtra, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract- In this paper we delineate the new human
identification method is proposed: sclera recognition
technique. Due to the uniquenessof the sclera pattern, it can
be used as identification in place of code, fingerprint, face
recognition and voice recognition. To distinguish different
patterns, some tonal and illumination corrections are
performed to get a clear sclera area without disturbing the
vessel pattern structure. This paper aims at developing a
new method for sclera segmentation which works for both
color as well as grayscale images. The blood vessel structure
of sclera is different for different people and it lies in the
region of the visible wavelengths, therefore itcanbeusedfor
the human identification method (ID). To obtain shape and
structure of a sclera vessel kernel functionsareusedinorder
to separate out the magnitude and phase plots. Gabor
wavelet filter is a bi-dimensional Gaussian function which
separates the R & G plane of the scanned image andduetoits
2D nature, the B plane is difficult to plot as well as recognize
(mathworks).
Key Words: Biometrics, Sclera recognition, Sclera
segmentation, Gabor function.
1. INTRODUCTION:
Biometrics is the use of physical, biological, and behavioral
traitsto identify and verify a person’s identity automatically.
Researchers have devised various methods for human
identification like facial recognition, iris recognition, voice
recognition, fingerprint recognition,gaitrecognition,etc.But
each and every recognition method has certain snags which
increases the probability of exposing the identity of the
individual. In this paper, we have proposed a new method
for human identification which is Sclera recognition. Sclera
recognition involves identifying the individual based on the
positioning of blood vessels on the Sclera which is the outer
protective covering of the eye.
In addition, in real- life applications, somebiometricsmaybe
more applicable than others in certain scenarios. For
example, in general, the accuracy of iris or fingerprint
recognition is higher than facial recognition. However, in a
video surveillance application, facial recognition may be
more preferable since it can be integrated into the existing
surveillance systems. Sclera recognition can achieve
comparable recognition accuracy to iris recognition in the
visible wavelengths. Sclera blood veins have been
investigated recently as a biometric trait which can be used
in a recognition system. Sclera isthe white and opaqueouter
protective part of the eye. This part of the eye has visible
blood veins which are randomly distributed. Sclera vein
patterns do not change with age and are not affected by
consumption of alcohol. This feature makes blood veins a
promising factor for eye recognition.
Fig 1. Showsthe sclera region along with the structure ofthe
eye.
Fig 1. Structures of the eye and sclera region.
TABLE I : MAIN BIOMETRIC PROPERTIES
2. LITERATURE SURVEY
Sclera is the white opaque outer protective covering of the
eye. Sclera consists of many blood vessels which differ in
thickness. Some are clearly visible while some are note that
clearly visible. Thus, the patterns of blood vessels on the
sclera contain various variations. The positioning of blood
vessels on the sclera is unique for every individual thus
making this identification method i.e Sclera recognition a
reliable one. Sclera recognition is the identification of an
individual based on the positioning of blood vessels on the
sclera of that person.
3. IMPLEMENTATION
The sclera recognition system is composed of four modules-
Sclera Segmentation, sclera vessel feature extraction, sclera
vessel feature matching and matching decision.
First, an input image in taken from the system. During
preprocessing we convert our input colored image to
grayscale as we decode the whole thing in terms of binary.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1099
Fig. 4. Proposed sclera recognition system.
3.1 SCLERA SEGMENTATION
The first part in sclera recognition is sclera segmentation. In
segmentation, we retain the sclera part and get rid of the
other useless parts of the input image. This is done using the
following steps:
3.1.1 Grayscale conversion
The input image is first converted to grayscale image. This
can be easily done using the equation:
X=0.30R+0.59G+0.11B
This equation converts RGB images to grayscale by
eliminating the hue and saturation information while
retaining the luminance.
3.1.2 Image segmentation
The image is segmented after it has been converted to
grayscale. In segmentation, the image is divided into
different parts so as to obtain the required features.Wehave
done the image segmentation by considering the median
value of the pixels.
3.1.3 Intensity enhancement
Once the image has been segmented, its intensity has to be
enhanced so that the blood vessels become more visible and
thus easy to detect and extract. We used the adaptive
histogram equalization for enhancing intensity.
3.1.4 Complementing the image
In the complement of a binary image, zerosbecomeonesand
ones become zeros; black and white are reversed. In the
complement of an intensity or RGB image, each pixel valueis
subtracted from the maximum pixel value supported by the
class and the difference is used as the pixel value in the
output image. This is done in order to extract the blood
vessels in the sclera region more effectively and make them
look sharper.
3.1.5 Applying Gabor Filter
Gabor filter is a linear filter used for texture analysis, which
means that it basically analyses whether there are any
specific frequency content in the image in specific directions
in a localized region around the point or region of analysis.
Gabor filter is applied in order to highlight the sclera area
better which is required to extract the features efficiently.
Formula for Gabor filter is:
3.1.6 Applying Gaussian filter
During Gaussian filtering each individual pixel is replaced
with a Gaussian shaped blob with the same total weight as
the original intensity value. This Gaussian is also called the
convolution kernel. It renderssmall structuresinvisible,and
smoothens sharp edges. This filter is used for removing the
noise generated in the Gabor filtered image.
The formula for Gaussian filter is:
3.1.7 Applying the median filter
The median filter considers each pixel in the image in turn
and looksat itsnearby neighborsto decide whether or notit
is representative of its surroundings. Instead of simply
replacing the pixel value with the mean of neighboring pixel
values, it replaces it with the median of those values. This
filter is applied to reduce the blurring effect and make the
image look clearer to extract the features.
3.2 Feature Extraction
In this part, we extract the blood vessels from the image for
matching purposes. We have used the Speeded Up Robust
Features (SURF) algorithm to detect the features in the
image. The algorithm has three main parts: interest point
detection, local neighborhood descriptionandmatching.The
following formula is used for detection of SURF features:
3.3 Feature Matching
Variousimage matching algorithmsare developedandbeing
used for the purpose of matching images. After the feature
extraction process, the registration of individualtemplatesis
done. After that, each line segment in the test template is
compared with the segment from the registered template,to
check if the match is found. Each segment descriptor has an
individual match score that is found. If the matching score
(“S(Li, Lj)”) is non-zero then the segments are removed and
further processing is done on it and final matching score for
that segment is noted down.
Here, S(Li, Lj) is the matching score for a particular segment.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1100
3.4 Matching Decision
The final matching decision is to be taken on the basis of
matching score and acceptance rates. The performance of
the system is evaluated using three parameters: False
Acceptance Rate (FAR), False Reject Rate (FRR)andGenuine
Acceptance Rate (GAR).
False Accept Rate (FAR), False Reject Rate (FRR) and
Genuine Acceptance Rate (GAR).
FAR is calculated as [FP∕ (TN + FP)]*100 %
FRR is calculated as [FN∕ (TP + FN)]*100 %
And GAR is calculated as 1-FRR %
Where,
FP is the False Positive i.e. incorrectly rejected.
TP is the True Positive i.e. correctly identified.
TN is the True Negative i.e. correctly rejected.
FN is the False Negative i.e. incorrectly rejected.
CONCLUSION
This paper presents a new biometric approach of sclera
recognition. Thus, a new option for human ID is provided.
Multiple recognition methodssuch asvoice recognition,face
recognition, iris recognition, gait recognition, etc. are
present. These identification methodshavesomedrawbacks
which are overcome by sclera recognition. This is a very
challenging research for human identification as the
matching speed of sclera recognition is quite slow which
might impact its real time applications.
FUTURE SCOPE
Sclera recognition can be combined with other biometrics
such as iris recognition to perform multimodal biometrics.
Currently, the proposed system has been implemented in
Matlab. Currently, this method of authentication is under
development. Multiple techniques can be developed and
used for achieving more accuracy in this biometric
recognition. The processing speed can be greatlyreducedby
parallel computing approaches.
REFERENCES
[1] S. Alkassar, W. L. Woo, S. S. Dlay and J. A. Chambers,”
Enhanced Segmentation and Complex- Sclera Features for
Human Recognition with Unconstrained Visible-Wavelength
Imaging”, in 2016 IEEE.
[2] S. Alkassar, Student Member, IEEE, W. L. Woo,Senior
Member, IEEE, S. S. Dlay, and J. A. Chambers, Fellow,
IEEE,”Robust Sclera Recognition System With Novel
ScleraSegmentation and Validation Techniques” in IEEE
2015.
[3] N. Otsu, “A threshold selection method from gray-level
histograms,” Automatica,vol. 11, pp. 285–296, 1975.
[4] Z. Luo and T. Lin, “Detection of non-iris region in the iris
recognition,” in Proc. ISCSCT, 2008, pp. 45–48.
[5] A. K. Jain, A. Ross, and S. Pankanti, “Biometrics: A tool for
information security,” IEEE Trans. Inf. Forensics Security,
vol. 1, no. 2, pp. 125–143, Jun. 2006.
[6] F. H. Cleaver, “A contribution to the biometric study of
the human mandible,” Biometrika, vol. 29, no. 1/2, pp. 80–
112, 1937.

More Related Content

What's hot

Detection and rectification of distorted fingerprints
Detection and rectification of distorted fingerprintsDetection and rectification of distorted fingerprints
Detection and rectification of distorted fingerprints
Raja Ram
 
Face Recognition using Feature Descriptors and Classifiers
Face Recognition using Feature Descriptors and ClassifiersFace Recognition using Feature Descriptors and Classifiers
Face Recognition using Feature Descriptors and Classifiers
Journal For Research
 

What's hot (20)

DETECTION AND RECTIFICATION OF DISTORTED FINGERPRINTS
 DETECTION AND RECTIFICATION OF DISTORTED FINGERPRINTS DETECTION AND RECTIFICATION OF DISTORTED FINGERPRINTS
DETECTION AND RECTIFICATION OF DISTORTED FINGERPRINTS
 
Secure System based on Dynamic Features of IRIS Recognition
Secure System based on Dynamic Features of IRIS RecognitionSecure System based on Dynamic Features of IRIS Recognition
Secure System based on Dynamic Features of IRIS Recognition
 
Detecting and Improving Distorted Fingerprints using rectification techniques.
Detecting and Improving Distorted Fingerprints using rectification techniques.Detecting and Improving Distorted Fingerprints using rectification techniques.
Detecting and Improving Distorted Fingerprints using rectification techniques.
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
Detection and rectification of distorted fingerprints
Detection and rectification of distorted fingerprintsDetection and rectification of distorted fingerprints
Detection and rectification of distorted fingerprints
 
IRJET- Facial Expression Recognition
IRJET- Facial Expression RecognitionIRJET- Facial Expression Recognition
IRJET- Facial Expression Recognition
 
An interactive image segmentation using multiple user input’s
An interactive image segmentation using multiple user input’sAn interactive image segmentation using multiple user input’s
An interactive image segmentation using multiple user input’s
 
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 recognition
Iris recognitionIris recognition
Iris recognition
 
A New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and RecognitionA New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and Recognition
 
Comparison of Phase Only Correlation and Neural Network for Iris Recognition
Comparison of Phase Only Correlation and Neural Network for Iris RecognitionComparison of Phase Only Correlation and Neural Network for Iris Recognition
Comparison of Phase Only Correlation and Neural Network for Iris Recognition
 
Detection and rectification of distorted fingerprints
Detection and rectification of distorted fingerprintsDetection and rectification of distorted fingerprints
Detection and rectification of distorted fingerprints
 
An offline signature recognition and verification system based on neural network
An offline signature recognition and verification system based on neural networkAn offline signature recognition and verification system based on neural network
An offline signature recognition and verification system based on neural network
 
An optimal face recoginition tool
An optimal face recoginition toolAn optimal face recoginition tool
An optimal face recoginition tool
 
IRJET - Emotion Recognising System-Crowd Behavior Analysis
IRJET -  	  Emotion Recognising System-Crowd Behavior AnalysisIRJET -  	  Emotion Recognising System-Crowd Behavior Analysis
IRJET - Emotion Recognising System-Crowd Behavior Analysis
 
Shape and Level Bottles Detection Using Local Standard Deviation and Hough Tr...
Shape and Level Bottles Detection Using Local Standard Deviation and Hough Tr...Shape and Level Bottles Detection Using Local Standard Deviation and Hough Tr...
Shape and Level Bottles Detection Using Local Standard Deviation and Hough Tr...
 
N010226872
N010226872N010226872
N010226872
 
Detection and rectification of distorted fingerprints
Detection and rectification of distorted fingerprintsDetection and rectification of distorted fingerprints
Detection and rectification of distorted fingerprints
 
Face Recognition using Feature Descriptors and Classifiers
Face Recognition using Feature Descriptors and ClassifiersFace Recognition using Feature Descriptors and Classifiers
Face Recognition using Feature Descriptors and Classifiers
 
Image Processing Based Signature Recognition and Verification Technique Using...
Image Processing Based Signature Recognition and Verification Technique Using...Image Processing Based Signature Recognition and Verification Technique Using...
Image Processing Based Signature Recognition and Verification Technique Using...
 

Similar to Security System based on Sclera Recognition

Similar to Security System based on Sclera Recognition (20)

IRJET- Biometric Eye Recognition using Alex-Net
IRJET-  	  Biometric Eye Recognition using Alex-NetIRJET-  	  Biometric Eye Recognition using Alex-Net
IRJET- Biometric Eye Recognition using Alex-Net
 
IRJET- Survey of Iris Recognition Techniques
IRJET- Survey of Iris Recognition TechniquesIRJET- Survey of Iris Recognition Techniques
IRJET- Survey of Iris Recognition Techniques
 
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)
 
Iris recognition for personal identification using lamstar neural network
Iris recognition for personal identification using lamstar neural networkIris recognition for personal identification using lamstar neural network
Iris recognition for personal identification using lamstar neural network
 
Introduction To Palmprint Recognition
Introduction To Palmprint RecognitionIntroduction To Palmprint Recognition
Introduction To Palmprint Recognition
 
CROWD ANALYSIS WITH FISH EYE CAMERA
CROWD ANALYSIS WITH FISH EYE CAMERA CROWD ANALYSIS WITH FISH EYE CAMERA
CROWD ANALYSIS WITH FISH EYE CAMERA
 
CROWD ANALYSIS WITH FISH EYE CAMERA
CROWD ANALYSIS WITH FISH EYE CAMERACROWD ANALYSIS WITH FISH EYE CAMERA
CROWD ANALYSIS WITH FISH EYE CAMERA
 
A Survey on Fingerprint Protection Techniques
A Survey on Fingerprint Protection TechniquesA Survey on Fingerprint Protection Techniques
A Survey on Fingerprint Protection Techniques
 
IRJET- Automatic Detection of Diabetic Retinopathy Lesions
IRJET- Automatic Detection of Diabetic Retinopathy LesionsIRJET- Automatic Detection of Diabetic Retinopathy Lesions
IRJET- Automatic Detection of Diabetic Retinopathy Lesions
 
Ijtra150376
Ijtra150376Ijtra150376
Ijtra150376
 
Automatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone FractureAutomatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone Fracture
 
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...
 
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
 
Real time object tracking and learning using template matching
Real time object tracking and learning using template matchingReal time object tracking and learning using template matching
Real time object tracking and learning using template matching
 
1834 1840
1834 18401834 1840
1834 1840
 
1834 1840
1834 18401834 1840
1834 1840
 
Number Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking SystemNumber Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking System
 
Security for Identity Based Identification using Water Marking and Visual Cry...
Security for Identity Based Identification using Water Marking and Visual Cry...Security for Identity Based Identification using Water Marking and Visual Cry...
Security for Identity Based Identification using Water Marking and Visual Cry...
 
A survey paper on various biometric security system methods
A survey paper on various biometric security system methodsA survey paper on various biometric security system methods
A survey paper on various biometric security system methods
 
Real Time Implementation of Ede Detection Technique for Angiogram Images on FPGA
Real Time Implementation of Ede Detection Technique for Angiogram Images on FPGAReal Time Implementation of Ede Detection Technique for Angiogram Images on FPGA
Real Time Implementation of Ede Detection Technique for Angiogram Images on FPGA
 

More from IRJET Journal

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx
rahulmanepalli02
 
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
drjose256
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networks
IJECEIAES
 

Recently uploaded (20)

21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx21P35A0312 Internship eccccccReport.docx
21P35A0312 Internship eccccccReport.docx
 
Filters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility ApplicationsFilters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility Applications
 
5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...
 
Low Altitude Air Defense (LAAD) Gunner’s Handbook
Low Altitude Air Defense (LAAD) Gunner’s HandbookLow Altitude Air Defense (LAAD) Gunner’s Handbook
Low Altitude Air Defense (LAAD) Gunner’s Handbook
 
SLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptxSLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptx
 
CLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference ModalCLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference Modal
 
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdfInstruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
 
analog-vs-digital-communication (concept of analog and digital).pptx
analog-vs-digital-communication (concept of analog and digital).pptxanalog-vs-digital-communication (concept of analog and digital).pptx
analog-vs-digital-communication (concept of analog and digital).pptx
 
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
 
AI in Healthcare Innovative use cases and applications.pdf
AI in Healthcare Innovative use cases and applications.pdfAI in Healthcare Innovative use cases and applications.pdf
AI in Healthcare Innovative use cases and applications.pdf
 
Raashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashid final report on Embedded Systems
Raashid final report on Embedded Systems
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networks
 
Autodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxAutodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptx
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
The Entity-Relationship Model(ER Diagram).pptx
The Entity-Relationship Model(ER Diagram).pptxThe Entity-Relationship Model(ER Diagram).pptx
The Entity-Relationship Model(ER Diagram).pptx
 
Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...
 
Linux Systems Programming: Semaphores, Shared Memory, and Message Queues
Linux Systems Programming: Semaphores, Shared Memory, and Message QueuesLinux Systems Programming: Semaphores, Shared Memory, and Message Queues
Linux Systems Programming: Semaphores, Shared Memory, and Message Queues
 
Operating System chapter 9 (Virtual Memory)
Operating System chapter 9 (Virtual Memory)Operating System chapter 9 (Virtual Memory)
Operating System chapter 9 (Virtual Memory)
 

Security System based on Sclera Recognition

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1098 Security System based on Sclera recognition Parth Nagarkar1, Siddhartha Dambe2, Lomesh Mungekar3, Shreemauli Raut4. 1,2,3,4 Student, Department of Computer Engineering, Thakur Polytechnic, Maharashtra, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract- In this paper we delineate the new human identification method is proposed: sclera recognition technique. Due to the uniquenessof the sclera pattern, it can be used as identification in place of code, fingerprint, face recognition and voice recognition. To distinguish different patterns, some tonal and illumination corrections are performed to get a clear sclera area without disturbing the vessel pattern structure. This paper aims at developing a new method for sclera segmentation which works for both color as well as grayscale images. The blood vessel structure of sclera is different for different people and it lies in the region of the visible wavelengths, therefore itcanbeusedfor the human identification method (ID). To obtain shape and structure of a sclera vessel kernel functionsareusedinorder to separate out the magnitude and phase plots. Gabor wavelet filter is a bi-dimensional Gaussian function which separates the R & G plane of the scanned image andduetoits 2D nature, the B plane is difficult to plot as well as recognize (mathworks). Key Words: Biometrics, Sclera recognition, Sclera segmentation, Gabor function. 1. INTRODUCTION: Biometrics is the use of physical, biological, and behavioral traitsto identify and verify a person’s identity automatically. Researchers have devised various methods for human identification like facial recognition, iris recognition, voice recognition, fingerprint recognition,gaitrecognition,etc.But each and every recognition method has certain snags which increases the probability of exposing the identity of the individual. In this paper, we have proposed a new method for human identification which is Sclera recognition. Sclera recognition involves identifying the individual based on the positioning of blood vessels on the Sclera which is the outer protective covering of the eye. In addition, in real- life applications, somebiometricsmaybe more applicable than others in certain scenarios. For example, in general, the accuracy of iris or fingerprint recognition is higher than facial recognition. However, in a video surveillance application, facial recognition may be more preferable since it can be integrated into the existing surveillance systems. Sclera recognition can achieve comparable recognition accuracy to iris recognition in the visible wavelengths. Sclera blood veins have been investigated recently as a biometric trait which can be used in a recognition system. Sclera isthe white and opaqueouter protective part of the eye. This part of the eye has visible blood veins which are randomly distributed. Sclera vein patterns do not change with age and are not affected by consumption of alcohol. This feature makes blood veins a promising factor for eye recognition. Fig 1. Showsthe sclera region along with the structure ofthe eye. Fig 1. Structures of the eye and sclera region. TABLE I : MAIN BIOMETRIC PROPERTIES 2. LITERATURE SURVEY Sclera is the white opaque outer protective covering of the eye. Sclera consists of many blood vessels which differ in thickness. Some are clearly visible while some are note that clearly visible. Thus, the patterns of blood vessels on the sclera contain various variations. The positioning of blood vessels on the sclera is unique for every individual thus making this identification method i.e Sclera recognition a reliable one. Sclera recognition is the identification of an individual based on the positioning of blood vessels on the sclera of that person. 3. IMPLEMENTATION The sclera recognition system is composed of four modules- Sclera Segmentation, sclera vessel feature extraction, sclera vessel feature matching and matching decision. First, an input image in taken from the system. During preprocessing we convert our input colored image to grayscale as we decode the whole thing in terms of binary.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1099 Fig. 4. Proposed sclera recognition system. 3.1 SCLERA SEGMENTATION The first part in sclera recognition is sclera segmentation. In segmentation, we retain the sclera part and get rid of the other useless parts of the input image. This is done using the following steps: 3.1.1 Grayscale conversion The input image is first converted to grayscale image. This can be easily done using the equation: X=0.30R+0.59G+0.11B This equation converts RGB images to grayscale by eliminating the hue and saturation information while retaining the luminance. 3.1.2 Image segmentation The image is segmented after it has been converted to grayscale. In segmentation, the image is divided into different parts so as to obtain the required features.Wehave done the image segmentation by considering the median value of the pixels. 3.1.3 Intensity enhancement Once the image has been segmented, its intensity has to be enhanced so that the blood vessels become more visible and thus easy to detect and extract. We used the adaptive histogram equalization for enhancing intensity. 3.1.4 Complementing the image In the complement of a binary image, zerosbecomeonesand ones become zeros; black and white are reversed. In the complement of an intensity or RGB image, each pixel valueis subtracted from the maximum pixel value supported by the class and the difference is used as the pixel value in the output image. This is done in order to extract the blood vessels in the sclera region more effectively and make them look sharper. 3.1.5 Applying Gabor Filter Gabor filter is a linear filter used for texture analysis, which means that it basically analyses whether there are any specific frequency content in the image in specific directions in a localized region around the point or region of analysis. Gabor filter is applied in order to highlight the sclera area better which is required to extract the features efficiently. Formula for Gabor filter is: 3.1.6 Applying Gaussian filter During Gaussian filtering each individual pixel is replaced with a Gaussian shaped blob with the same total weight as the original intensity value. This Gaussian is also called the convolution kernel. It renderssmall structuresinvisible,and smoothens sharp edges. This filter is used for removing the noise generated in the Gabor filtered image. The formula for Gaussian filter is: 3.1.7 Applying the median filter The median filter considers each pixel in the image in turn and looksat itsnearby neighborsto decide whether or notit is representative of its surroundings. Instead of simply replacing the pixel value with the mean of neighboring pixel values, it replaces it with the median of those values. This filter is applied to reduce the blurring effect and make the image look clearer to extract the features. 3.2 Feature Extraction In this part, we extract the blood vessels from the image for matching purposes. We have used the Speeded Up Robust Features (SURF) algorithm to detect the features in the image. The algorithm has three main parts: interest point detection, local neighborhood descriptionandmatching.The following formula is used for detection of SURF features: 3.3 Feature Matching Variousimage matching algorithmsare developedandbeing used for the purpose of matching images. After the feature extraction process, the registration of individualtemplatesis done. After that, each line segment in the test template is compared with the segment from the registered template,to check if the match is found. Each segment descriptor has an individual match score that is found. If the matching score (“S(Li, Lj)”) is non-zero then the segments are removed and further processing is done on it and final matching score for that segment is noted down. Here, S(Li, Lj) is the matching score for a particular segment.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1100 3.4 Matching Decision The final matching decision is to be taken on the basis of matching score and acceptance rates. The performance of the system is evaluated using three parameters: False Acceptance Rate (FAR), False Reject Rate (FRR)andGenuine Acceptance Rate (GAR). False Accept Rate (FAR), False Reject Rate (FRR) and Genuine Acceptance Rate (GAR). FAR is calculated as [FP∕ (TN + FP)]*100 % FRR is calculated as [FN∕ (TP + FN)]*100 % And GAR is calculated as 1-FRR % Where, FP is the False Positive i.e. incorrectly rejected. TP is the True Positive i.e. correctly identified. TN is the True Negative i.e. correctly rejected. FN is the False Negative i.e. incorrectly rejected. CONCLUSION This paper presents a new biometric approach of sclera recognition. Thus, a new option for human ID is provided. Multiple recognition methodssuch asvoice recognition,face recognition, iris recognition, gait recognition, etc. are present. These identification methodshavesomedrawbacks which are overcome by sclera recognition. This is a very challenging research for human identification as the matching speed of sclera recognition is quite slow which might impact its real time applications. FUTURE SCOPE Sclera recognition can be combined with other biometrics such as iris recognition to perform multimodal biometrics. Currently, the proposed system has been implemented in Matlab. Currently, this method of authentication is under development. Multiple techniques can be developed and used for achieving more accuracy in this biometric recognition. The processing speed can be greatlyreducedby parallel computing approaches. REFERENCES [1] S. Alkassar, W. L. Woo, S. S. Dlay and J. A. Chambers,” Enhanced Segmentation and Complex- Sclera Features for Human Recognition with Unconstrained Visible-Wavelength Imaging”, in 2016 IEEE. [2] S. Alkassar, Student Member, IEEE, W. L. Woo,Senior Member, IEEE, S. S. Dlay, and J. A. Chambers, Fellow, IEEE,”Robust Sclera Recognition System With Novel ScleraSegmentation and Validation Techniques” in IEEE 2015. [3] N. Otsu, “A threshold selection method from gray-level histograms,” Automatica,vol. 11, pp. 285–296, 1975. [4] Z. Luo and T. Lin, “Detection of non-iris region in the iris recognition,” in Proc. ISCSCT, 2008, pp. 45–48. [5] A. K. Jain, A. Ross, and S. Pankanti, “Biometrics: A tool for information security,” IEEE Trans. Inf. Forensics Security, vol. 1, no. 2, pp. 125–143, Jun. 2006. [6] F. H. Cleaver, “A contribution to the biometric study of the human mandible,” Biometrika, vol. 29, no. 1/2, pp. 80– 112, 1937.