SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 767
EARLY DETECTION OF GLAUCOMA USING IMAGE PROCESSING
Dr. D. Deepa1, S. Swetha2
Department of Electronics and Communication Engineering, Bannari Amman Institute of Technology,
Sathyamangalam
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Glaucoma, an eye illness is caused as a result of
neuro degeneration of eye’s optic nerve. Optic nerve transmits
images to the brain. If the damage continues it may cause
complete blindness. Parameters involved in assessing
glaucoma are intra ocular pressure (IOP), visualfieldandcup-
to-disc ratio (CDR). Glaucoma causesanincreaseinCDRvalue,
thus affecting the peripheral vision loss. With the help of
Image Processing techniques, CDR values can be estimated.
These CDR values can be used to detect the presence of
Glaucoma. There are a number of common image processing
techniques involved such as pre-processing, featureextraction
and classification. The classifier used is k-nearest neighbour
because the process is simple. The requirement of k-nearest
neighbour algorithm is several types of input data namely
number of neighbour (k), distance matrix and a dataset.
Euclidean distance is used to calculate the distance matrix.
Key Words: Glaucoma, CDR, Features, KNN, Classification
1.INTRODUCTION
1.1 GLAUCOMA
Glaucoma is an eye illness. It affects eye’s optic
nerve after which it deteriorates. Due to this, there is a
development of weight at the interior of eye. The weight at
the interior of eye is called intra ocular pressure.Thiscauses
harm to the optic nerve. If this is not cured at the early stage,
glaucoma can cause complete blindness.
1.2 TYPES OF GLAUCOMA
Glaucoma is of two main types:
1. Open-angle Glaucoma
2. Angle Closure Glaucoma
1.2.1 Open-angle Glaucoma:
It is the most common type and is also called as wide-edge
glaucoma. The trabecular meshwork(channel structure in
eye) looks normal, but liquid doesn’t stream out like it
should.
FIG 1.1: OPEN-ANGLE GLAUCOMA
1.2.2 Angle Closure Glaucoma:
It may be called as intense or interminable edge conclusion
or tight point Glaucoma. The channel space between irisand
cornea becomes excessively thin and this leads to abrupt
development of weight in eye.
FIG 1.2: ANGLE CLOSURE GLAUCOMA
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 768
1.3 PROPOSED GLAUCOMA DETECTION SYSTEM
FIG 1.3: PROPOSED SYSTEM
Preprocessing: Preprocessing is usually done before the
main processing of the image. It is normally done to remove
unwanted portions of the image to be processed. This helps
in improvement of the image.
Feature Extraction: Feature extraction helps in extraction
of the region of interest which is represented for further
processing.
Optic Cup Segmentation: The segmentation of Optic Cup is
quite challenging because of density of blood vessels
covering parts of cup and gradual change in colour intensity
between rim and the cup. Sometimesthekinkspresentin the
blood vessels help in detection of cup boundaries.
Optic Disc Segmentation : Optic Disc isconsideredasoneof
the most fundamental part of retinal image. The detection of
Optic Disc is considered as a pre-processing component in
various methods of image segmentation of retinal images. It
is a most common step in retinal image screening
procedures. The Optic Disc is of vertical oval(elliptical)
shape. It is divided into two separate zones: central zone
(cup) and peripheral zone (neuroretinal rim). Presence of
Glaucoma is indicated by the variations in colour, shape or
depth of Optic Disc.
Cup to Disc Ratio: The CDR calculation is usedinoptometry
and ophthalmology to detecttheglaucoma movement.There
is a region called optic circle which belongs to anatomical
area of eye’s “vulnerable side”. The “vulnerable side” is the
region where the optic vein and nerve enters the retina. The
CDR ratio deals with the distancebetweenthecuppartof the
optic circle and the width of optic plate. The high value of
CDR infers the risk of Glaucoma.
Classification: This is an important step in which the
decision is made. The classifier used here is k-nearest
neighbour which is a simple classifier. The requirementofk-
nearest neighbour algorithm is several types of input data
namely number of neighbour (k), distance matrix and a
dataset. Euclidean distance is used to calculate the distance
matrix.
2.1 FLOW DIAGRAM
The image to be processed is obtained as a raw image. The
region of interest is extracted from the input image. The
region of interest in glaucoma detection is Optic disc and
cup. These are used in the estimation of CDR values. Based
on the CDR values, the input image is classified as Normal
eye or Glaucoma affected eye.
There are a number of methods available in image
processing. The techniques used in detection of glaucoma
are Image Enhancement, Image Segmentation, Feature
extraction, Morphology, etc.
Degeneration of optic nerves causes Glaucoma. So the fall in
circulatory system to the optic nerve accommodate the
visual field surrendersrelatedwithglaucoma.Morphological
features of fundus images can be used to detect the damage
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 769
caused to optic nerve fibre. Glaucoma can be detected using
the following features,
1. Cup-to-disc ratio (CDR)
2. Ratio between area of blood vessels in inferior-superior
side and the nasal-temporal side
3. Ratio of distance between the optic disc center and optic
nerve head to diameter of the optic disc
The main parts involved in detection of glaucoma are Optic
Cup and Optic Disc. Image Segmentation process is carried
out for Optic Cup and Optic Disc. This helps in calculation of
CDR (cup-to-disc) value. Changes in CDR valueareviewed as
the significant sign of glaucoma.
3. OUTPUT DESCRIPTION
3.1 INPUT IMAGE ACQUISITION
FIG 3.1 shows the images given as input to detect
the presence of Glaucoma.
a) Glaucoma affected eye b) Normal eye
FIG 3.1: INPUT IMAGES
From the above image, the glaucoma is detected and the
corresponding disk segment image, disc boundary, cup
image and the cup boundary is identified.
3.2 IMAGE WITH GLAUCOMA
FIG 3.2:OUTPUT IMAGE OF A GLAUCOMA DETECTED
EYE
FIG 3.3: DETECTION OF GLAUCOMA
The output image acquired for Glaucoma affected eye is
given in FIG 3.3. As per the details given in FIG 3.3, the
presence of Glaucoma is detected. The key factor for
glaucoma detection is the CDR value. CDR valuegreaterthan
0.4 indicates the presence of Glaucoma. Since the value here
is 0.837794 which is greater than 0.4, there is a risk of
Glaucoma.
3.3 IMAGE WITHOUT GLAUCOMA
FIG 3.5:OUTPUT IMAGE OF A NORMAL EYE
FIG 3.6:ABSENCE OF GLAUCOMA
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 770
The output image for a normal eye is represented in FIG 3.5.
The CDR value here is 0.266856. The CDR value being less
than 0.4, there is no risk of Glaucoma. These details are
depicted in FIG 3.6
Table 3.1: CDR Values
About 10 images were taken as input. And as per the CDR
values the presence of Glaucoma is detected. When the CDR
value falls in the range of 0.1 to 0.4, then there is no risk of
Glaucoma. The eye is Normal. Whereas when the CDR value
is above 0.4, then there is a risk of Glaucoma.
4. CONCLUSION
Glaucoma occurs as a result of neuro degeneration of eye’s
optic nerve. This may cause permanent vision loss. Hence,
detection of this disease at the early stage helps in
prevention of vision loss. In this paper, CDR is considered as
the main parameter to detect the presence of Glaucoma.
There are many features whichcontributetothedetectionof
Glaucoma.
REFERENCES
[1] Kevin Noronha, Jagadish Nayak, S.N.Bhat,“Enhancement
of retinal fundus Image tohighlightthefeaturesfordetection
of abnormal eyes”
[2] Sangyeol Lee, Michael D. Abr`amoff, and Joseph M.
Reinhardt. ”Validation of Retinal Image Registration
Algorithmsby a Projective Imaging Distortion Model”29th
Annual InternationalConference of the IEEE EMBSCité
Internationale, Lyon, FranceAugust 23-26,
2007
[3] S. Sekhar,"Automated localisation of retinal optic
disk using hough transform",Department
of Electrical Engineering and Electronics, University of
Liverpool, UK.
[4] Zhuo Zhang,"ORIGA-light : An Online Retinal
Fundus Image Database for Glaucoma Analysis and
Research", 32nd Annual International Conference of
the IEEE EMBSBuenos Aires, Argentina, August 31 -
September 4, 2010
[5] VahabiZ,”The new approach to Automatic detection of
Optic Disc from non-dilated retinal images”Proceedings
ofthe 17th Iranian Conference of Biomedical Engineering
(ICBME2010), 3-4 November 2010
[6] Zafer Yavuz,"RETINAL BLOOD VESSEL
SEGMENTATION USING GABOR FILTER AND TOPHAT
TRANSFORM",2011 IEEE 19th Signal Processing and
Communications ApplicationsConference(SIU2011)978-1-
4577-0463-511/11 ©2011 IEEE
[7] Nilan jan Dey," Optical Cup to Disc Ratio
Measurement for Glaucoma Diagnosis Using Harris
Corner",ICCCNT12
[8] HarrisC, Stephens, M. ,1 988, A Combined Corner and
EdgeDetector, Prooeedingsof 4th Alvey Vision Conference
[9] Kon stantino s G Derpanis, 200 4, The Harris Corner
Detector
[10] R. Geetha Ramani,"Automatic Prediction of
Diabetic Retinopathy and Glaucoma through
Retinal Image Analysis and Data Mining Techniques”
CDR RESULT
0.762696 Glaucoma
0.266856 Normal
0.821629 Glaucoma
0.588591 Glaucoma
0.138271 Normal
0.362347 Normal
0.593860 Glaucoma
0.260040 Normal
0.379974 Normal
0.837794 Glaucoma

More Related Content

What's hot

JIMMY LIU - Ocular Image Processing
JIMMY LIU - Ocular Image ProcessingJIMMY LIU - Ocular Image Processing
JIMMY LIU - Ocular Image Processing
KTPH_Idea_Lab
 
Femtosecond laser assistedcataractsurgery
Femtosecond laser assistedcataractsurgeryFemtosecond laser assistedcataractsurgery
Femtosecond laser assistedcataractsurgery
solinskyeyecare
 
Retinal Pattern Recognition
Retinal Pattern RecognitionRetinal Pattern Recognition
Retinal Pattern Recognition
hiratufail
 
The iol master and its role in modern cataract surgery
The iol master and its role in modern cataract surgeryThe iol master and its role in modern cataract surgery
The iol master and its role in modern cataract surgery
SM2 Strategic
 

What's hot (20)

Optical Disc Detection, Localization and Glaucoma Identification of Retinal F...
Optical Disc Detection, Localization and Glaucoma Identification of Retinal F...Optical Disc Detection, Localization and Glaucoma Identification of Retinal F...
Optical Disc Detection, Localization and Glaucoma Identification of Retinal F...
 
Modern cataract surgery
Modern cataract surgeryModern cataract surgery
Modern cataract surgery
 
Light Treatment Glasses
Light Treatment GlassesLight Treatment Glasses
Light Treatment Glasses
 
Various cataract detection methods-A survey
Various cataract detection methods-A surveyVarious cataract detection methods-A survey
Various cataract detection methods-A survey
 
JIMMY LIU - Ocular Image Processing
JIMMY LIU - Ocular Image ProcessingJIMMY LIU - Ocular Image Processing
JIMMY LIU - Ocular Image Processing
 
A fast specular reflection removal based on pixels properties method
A fast specular reflection removal based on pixels properties methodA fast specular reflection removal based on pixels properties method
A fast specular reflection removal based on pixels properties method
 
Femtosecond laser assistedcataractsurgery
Femtosecond laser assistedcataractsurgeryFemtosecond laser assistedcataractsurgery
Femtosecond laser assistedcataractsurgery
 
IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...
IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...
IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...
 
Retina scan
Retina scanRetina scan
Retina scan
 
Visual inspection Basic _Kingston R
Visual inspection  Basic _Kingston RVisual inspection  Basic _Kingston R
Visual inspection Basic _Kingston R
 
Ieeepro techno solutions ieee embedded project secure and robust iris recog...
Ieeepro techno solutions   ieee embedded project secure and robust iris recog...Ieeepro techno solutions   ieee embedded project secure and robust iris recog...
Ieeepro techno solutions ieee embedded project secure and robust iris recog...
 
Seminar internasional Universitas Negeri Surakarta
Seminar internasional Universitas Negeri SurakartaSeminar internasional Universitas Negeri Surakarta
Seminar internasional Universitas Negeri Surakarta
 
AcuFocus
AcuFocus AcuFocus
AcuFocus
 
Smartphone-powered Ophthalmic Diagnostics
Smartphone-powered Ophthalmic DiagnosticsSmartphone-powered Ophthalmic Diagnostics
Smartphone-powered Ophthalmic Diagnostics
 
Seminar
SeminarSeminar
Seminar
 
Retinal Pattern Recognition
Retinal Pattern RecognitionRetinal Pattern Recognition
Retinal Pattern Recognition
 
Digital imaging in orthodontics
Digital imaging in orthodontics Digital imaging in orthodontics
Digital imaging in orthodontics
 
The iol master and its role in modern cataract surgery
The iol master and its role in modern cataract surgeryThe iol master and its role in modern cataract surgery
The iol master and its role in modern cataract surgery
 
IRJET- An Efficient Techniques in Digital Image Processing to Detect Glau...
IRJET-  	  An Efficient Techniques in Digital Image Processing to Detect Glau...IRJET-  	  An Efficient Techniques in Digital Image Processing to Detect Glau...
IRJET- An Efficient Techniques in Digital Image Processing to Detect Glau...
 
Laser Eye Surgery Guide for Canadians
Laser Eye Surgery Guide for CanadiansLaser Eye Surgery Guide for Canadians
Laser Eye Surgery Guide for Canadians
 

Similar to IRJET- Early Detection of Glaucoma using Image Processing

Glaucoma Detection from Retinal Images
Glaucoma Detection from Retinal ImagesGlaucoma Detection from Retinal Images
Glaucoma Detection from Retinal Images
ijtsrd
 
Glaucoma Detection in Retinal Images Using Image Processing Techniques: A Survey
Glaucoma Detection in Retinal Images Using Image Processing Techniques: A SurveyGlaucoma Detection in Retinal Images Using Image Processing Techniques: A Survey
Glaucoma Detection in Retinal Images Using Image Processing Techniques: A Survey
Eswar Publications
 
(539011774) 8 th sem glaucoma proj report
(539011774) 8 th sem glaucoma  proj report(539011774) 8 th sem glaucoma  proj report
(539011774) 8 th sem glaucoma proj report
Debangana Dutta
 

Similar to IRJET- Early Detection of Glaucoma using Image Processing (20)

IRJET- Retinal Health Diagnosis using Image Processing
IRJET- Retinal Health Diagnosis using Image ProcessingIRJET- Retinal Health Diagnosis using Image Processing
IRJET- Retinal Health Diagnosis using Image Processing
 
IRJET- Performance Analysis of Learning Algorithms for Automated Detection of...
IRJET- Performance Analysis of Learning Algorithms for Automated Detection of...IRJET- Performance Analysis of Learning Algorithms for Automated Detection of...
IRJET- Performance Analysis of Learning Algorithms for Automated Detection of...
 
CATARACT DISEASE DETECTION AND CLASSIFICATION USING RETINAL IMAGE MODEL
CATARACT DISEASE DETECTION AND CLASSIFICATION USING RETINAL IMAGE MODELCATARACT DISEASE DETECTION AND CLASSIFICATION USING RETINAL IMAGE MODEL
CATARACT DISEASE DETECTION AND CLASSIFICATION USING RETINAL IMAGE MODEL
 
Glaucoma progressiondetection based on Retinal Features.pptx
 Glaucoma progressiondetection based on Retinal Features.pptx Glaucoma progressiondetection based on Retinal Features.pptx
Glaucoma progressiondetection based on Retinal Features.pptx
 
FPGA Implementation of Glaucoma Detection using Neural Networks
FPGA Implementation of Glaucoma Detection using Neural NetworksFPGA Implementation of Glaucoma Detection using Neural Networks
FPGA Implementation of Glaucoma Detection using Neural Networks
 
Diagnosis of Diabetic Retinopathy by Detection of Microneurysm And Exudates
Diagnosis of Diabetic Retinopathy by Detection of Microneurysm And ExudatesDiagnosis of Diabetic Retinopathy by Detection of Microneurysm And Exudates
Diagnosis of Diabetic Retinopathy by Detection of Microneurysm And Exudates
 
Glaucoma Detection from Retinal Images
Glaucoma Detection from Retinal ImagesGlaucoma Detection from Retinal Images
Glaucoma Detection from Retinal 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...
 
FEATURE EXTRACTION FROM RETINAL FUNDUS IMAGES
FEATURE EXTRACTION FROM RETINAL FUNDUS IMAGESFEATURE EXTRACTION FROM RETINAL FUNDUS IMAGES
FEATURE EXTRACTION FROM RETINAL FUNDUS IMAGES
 
IRJET -Analysis of Ophthalmic System Applications using Signal Processing
IRJET -Analysis of Ophthalmic System Applications using Signal ProcessingIRJET -Analysis of Ophthalmic System Applications using Signal Processing
IRJET -Analysis of Ophthalmic System Applications using Signal Processing
 
Glaucoma Detection in Retinal Images Using Image Processing Techniques: A Survey
Glaucoma Detection in Retinal Images Using Image Processing Techniques: A SurveyGlaucoma Detection in Retinal Images Using Image Processing Techniques: A Survey
Glaucoma Detection in Retinal Images Using Image Processing Techniques: A Survey
 
IRJET- Automatic Detection of Diabetic Retinopathy using R-CNN
IRJET- Automatic Detection of Diabetic Retinopathy using R-CNNIRJET- Automatic Detection of Diabetic Retinopathy using R-CNN
IRJET- Automatic Detection of Diabetic Retinopathy using R-CNN
 
IRJET - Automatic Detection of Diabetic Retinopathy in Retinal Image
IRJET -  	  Automatic Detection of Diabetic Retinopathy in Retinal ImageIRJET -  	  Automatic Detection of Diabetic Retinopathy in Retinal Image
IRJET - Automatic Detection of Diabetic Retinopathy in Retinal Image
 
(539011774) 8 th sem glaucoma proj report
(539011774) 8 th sem glaucoma  proj report(539011774) 8 th sem glaucoma  proj report
(539011774) 8 th sem glaucoma proj report
 
SVM based CSR disease detection for OCT and Fundus Imaging
SVM based CSR disease detection for OCT and Fundus ImagingSVM based CSR disease detection for OCT and Fundus Imaging
SVM based CSR disease detection for OCT and Fundus Imaging
 
H0366051058
H0366051058H0366051058
H0366051058
 
IRJET-Optic Disc and Fovea Localization with GUI in Retinal Fundus Images
IRJET-Optic Disc and Fovea Localization with GUI in Retinal Fundus ImagesIRJET-Optic Disc and Fovea Localization with GUI in Retinal Fundus Images
IRJET-Optic Disc and Fovea Localization with GUI in Retinal Fundus Images
 
Glaucoma Screening Using Novel Evaluated CNN Architecture: An Automated Appro...
Glaucoma Screening Using Novel Evaluated CNN Architecture: An Automated Appro...Glaucoma Screening Using Novel Evaluated CNN Architecture: An Automated Appro...
Glaucoma Screening Using Novel Evaluated CNN Architecture: An Automated Appro...
 
A045010107
A045010107A045010107
A045010107
 
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic RetinopathyAn Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
 

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

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
meharikiros2
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
hublikarsn
 

Recently uploaded (20)

Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
 
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
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
 

IRJET- Early Detection of Glaucoma using Image Processing

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 767 EARLY DETECTION OF GLAUCOMA USING IMAGE PROCESSING Dr. D. Deepa1, S. Swetha2 Department of Electronics and Communication Engineering, Bannari Amman Institute of Technology, Sathyamangalam ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Glaucoma, an eye illness is caused as a result of neuro degeneration of eye’s optic nerve. Optic nerve transmits images to the brain. If the damage continues it may cause complete blindness. Parameters involved in assessing glaucoma are intra ocular pressure (IOP), visualfieldandcup- to-disc ratio (CDR). Glaucoma causesanincreaseinCDRvalue, thus affecting the peripheral vision loss. With the help of Image Processing techniques, CDR values can be estimated. These CDR values can be used to detect the presence of Glaucoma. There are a number of common image processing techniques involved such as pre-processing, featureextraction and classification. The classifier used is k-nearest neighbour because the process is simple. The requirement of k-nearest neighbour algorithm is several types of input data namely number of neighbour (k), distance matrix and a dataset. Euclidean distance is used to calculate the distance matrix. Key Words: Glaucoma, CDR, Features, KNN, Classification 1.INTRODUCTION 1.1 GLAUCOMA Glaucoma is an eye illness. It affects eye’s optic nerve after which it deteriorates. Due to this, there is a development of weight at the interior of eye. The weight at the interior of eye is called intra ocular pressure.Thiscauses harm to the optic nerve. If this is not cured at the early stage, glaucoma can cause complete blindness. 1.2 TYPES OF GLAUCOMA Glaucoma is of two main types: 1. Open-angle Glaucoma 2. Angle Closure Glaucoma 1.2.1 Open-angle Glaucoma: It is the most common type and is also called as wide-edge glaucoma. The trabecular meshwork(channel structure in eye) looks normal, but liquid doesn’t stream out like it should. FIG 1.1: OPEN-ANGLE GLAUCOMA 1.2.2 Angle Closure Glaucoma: It may be called as intense or interminable edge conclusion or tight point Glaucoma. The channel space between irisand cornea becomes excessively thin and this leads to abrupt development of weight in eye. FIG 1.2: ANGLE CLOSURE GLAUCOMA
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 768 1.3 PROPOSED GLAUCOMA DETECTION SYSTEM FIG 1.3: PROPOSED SYSTEM Preprocessing: Preprocessing is usually done before the main processing of the image. It is normally done to remove unwanted portions of the image to be processed. This helps in improvement of the image. Feature Extraction: Feature extraction helps in extraction of the region of interest which is represented for further processing. Optic Cup Segmentation: The segmentation of Optic Cup is quite challenging because of density of blood vessels covering parts of cup and gradual change in colour intensity between rim and the cup. Sometimesthekinkspresentin the blood vessels help in detection of cup boundaries. Optic Disc Segmentation : Optic Disc isconsideredasoneof the most fundamental part of retinal image. The detection of Optic Disc is considered as a pre-processing component in various methods of image segmentation of retinal images. It is a most common step in retinal image screening procedures. The Optic Disc is of vertical oval(elliptical) shape. It is divided into two separate zones: central zone (cup) and peripheral zone (neuroretinal rim). Presence of Glaucoma is indicated by the variations in colour, shape or depth of Optic Disc. Cup to Disc Ratio: The CDR calculation is usedinoptometry and ophthalmology to detecttheglaucoma movement.There is a region called optic circle which belongs to anatomical area of eye’s “vulnerable side”. The “vulnerable side” is the region where the optic vein and nerve enters the retina. The CDR ratio deals with the distancebetweenthecuppartof the optic circle and the width of optic plate. The high value of CDR infers the risk of Glaucoma. Classification: This is an important step in which the decision is made. The classifier used here is k-nearest neighbour which is a simple classifier. The requirementofk- nearest neighbour algorithm is several types of input data namely number of neighbour (k), distance matrix and a dataset. Euclidean distance is used to calculate the distance matrix. 2.1 FLOW DIAGRAM The image to be processed is obtained as a raw image. The region of interest is extracted from the input image. The region of interest in glaucoma detection is Optic disc and cup. These are used in the estimation of CDR values. Based on the CDR values, the input image is classified as Normal eye or Glaucoma affected eye. There are a number of methods available in image processing. The techniques used in detection of glaucoma are Image Enhancement, Image Segmentation, Feature extraction, Morphology, etc. Degeneration of optic nerves causes Glaucoma. So the fall in circulatory system to the optic nerve accommodate the visual field surrendersrelatedwithglaucoma.Morphological features of fundus images can be used to detect the damage
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 769 caused to optic nerve fibre. Glaucoma can be detected using the following features, 1. Cup-to-disc ratio (CDR) 2. Ratio between area of blood vessels in inferior-superior side and the nasal-temporal side 3. Ratio of distance between the optic disc center and optic nerve head to diameter of the optic disc The main parts involved in detection of glaucoma are Optic Cup and Optic Disc. Image Segmentation process is carried out for Optic Cup and Optic Disc. This helps in calculation of CDR (cup-to-disc) value. Changes in CDR valueareviewed as the significant sign of glaucoma. 3. OUTPUT DESCRIPTION 3.1 INPUT IMAGE ACQUISITION FIG 3.1 shows the images given as input to detect the presence of Glaucoma. a) Glaucoma affected eye b) Normal eye FIG 3.1: INPUT IMAGES From the above image, the glaucoma is detected and the corresponding disk segment image, disc boundary, cup image and the cup boundary is identified. 3.2 IMAGE WITH GLAUCOMA FIG 3.2:OUTPUT IMAGE OF A GLAUCOMA DETECTED EYE FIG 3.3: DETECTION OF GLAUCOMA The output image acquired for Glaucoma affected eye is given in FIG 3.3. As per the details given in FIG 3.3, the presence of Glaucoma is detected. The key factor for glaucoma detection is the CDR value. CDR valuegreaterthan 0.4 indicates the presence of Glaucoma. Since the value here is 0.837794 which is greater than 0.4, there is a risk of Glaucoma. 3.3 IMAGE WITHOUT GLAUCOMA FIG 3.5:OUTPUT IMAGE OF A NORMAL EYE FIG 3.6:ABSENCE OF GLAUCOMA
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 770 The output image for a normal eye is represented in FIG 3.5. The CDR value here is 0.266856. The CDR value being less than 0.4, there is no risk of Glaucoma. These details are depicted in FIG 3.6 Table 3.1: CDR Values About 10 images were taken as input. And as per the CDR values the presence of Glaucoma is detected. When the CDR value falls in the range of 0.1 to 0.4, then there is no risk of Glaucoma. The eye is Normal. Whereas when the CDR value is above 0.4, then there is a risk of Glaucoma. 4. CONCLUSION Glaucoma occurs as a result of neuro degeneration of eye’s optic nerve. This may cause permanent vision loss. Hence, detection of this disease at the early stage helps in prevention of vision loss. In this paper, CDR is considered as the main parameter to detect the presence of Glaucoma. There are many features whichcontributetothedetectionof Glaucoma. REFERENCES [1] Kevin Noronha, Jagadish Nayak, S.N.Bhat,“Enhancement of retinal fundus Image tohighlightthefeaturesfordetection of abnormal eyes” [2] Sangyeol Lee, Michael D. Abr`amoff, and Joseph M. Reinhardt. ”Validation of Retinal Image Registration Algorithmsby a Projective Imaging Distortion Model”29th Annual InternationalConference of the IEEE EMBSCité Internationale, Lyon, FranceAugust 23-26, 2007 [3] S. Sekhar,"Automated localisation of retinal optic disk using hough transform",Department of Electrical Engineering and Electronics, University of Liverpool, UK. [4] Zhuo Zhang,"ORIGA-light : An Online Retinal Fundus Image Database for Glaucoma Analysis and Research", 32nd Annual International Conference of the IEEE EMBSBuenos Aires, Argentina, August 31 - September 4, 2010 [5] VahabiZ,”The new approach to Automatic detection of Optic Disc from non-dilated retinal images”Proceedings ofthe 17th Iranian Conference of Biomedical Engineering (ICBME2010), 3-4 November 2010 [6] Zafer Yavuz,"RETINAL BLOOD VESSEL SEGMENTATION USING GABOR FILTER AND TOPHAT TRANSFORM",2011 IEEE 19th Signal Processing and Communications ApplicationsConference(SIU2011)978-1- 4577-0463-511/11 ©2011 IEEE [7] Nilan jan Dey," Optical Cup to Disc Ratio Measurement for Glaucoma Diagnosis Using Harris Corner",ICCCNT12 [8] HarrisC, Stephens, M. ,1 988, A Combined Corner and EdgeDetector, Prooeedingsof 4th Alvey Vision Conference [9] Kon stantino s G Derpanis, 200 4, The Harris Corner Detector [10] R. Geetha Ramani,"Automatic Prediction of Diabetic Retinopathy and Glaucoma through Retinal Image Analysis and Data Mining Techniques” CDR RESULT 0.762696 Glaucoma 0.266856 Normal 0.821629 Glaucoma 0.588591 Glaucoma 0.138271 Normal 0.362347 Normal 0.593860 Glaucoma 0.260040 Normal 0.379974 Normal 0.837794 Glaucoma