SlideShare a Scribd company logo
1 of 7
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1992
Performance Analysis of Learning Algorithms for Automated Detection
of Glaucoma
Anupama B C1, Sheela N Rao2
1Research Student, Department of Electronics & Instrumentation, JSS S&TU, Mysuru 570006, India
2Assistant Professor, Department of Electronics & Instrumentation, JSS S&TU, Mysuru 570006, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Human Eye is one of the major sensory organs in
the body. Eye can be affected by different types of diseases like
Glaucoma, Diabetic Retinopathy, age related macular etc.
Glaucoma is an eye disease which steals vision slowly starting
from peripheral vision and progresses toward the central
vision at a later stage. This disease damages the optic nerve
and leads to irreversible vision loss. Fundus photography has
been found to be a very useful modality for the detectionofeye
related abnormalities. Varioustypesoffeatureextraction from
fundus images, that can be used for the detection of Glaucoma
has been suggested by different authors. Themainobjectiveof
this work is to extract different types of features from fundus
images in order to come out with best suitable set of features
that can help in automated detection of Glaucoma and
evaluate it using learningalgorithm. Differentcombinationsof
these features have been given to Support Vector Machine
(SVM) and KNN to classify the images as normal and
glaucomatous. A tenfold cross validation is performed using
the extracted features and a comparative study has been
carried out in terms of Accuracy, Sensitivity, Specificity,
Positive Predictive Value (PPV) and Negative PredictiveValue
(NPV) Performance evaluation has been done with and
without applying feature reduction techniques. Best accuracy
of 97.5% has been achieved when Wavelet features are used.
Key Words: Glaucoma, Fundus image, Information gain,
SVM, KNN
1. INTRODUCTION
Glaucoma is one of the common causes of blindness with
about 79 million in the world likely to be afflicted bytheyear
2020 [1]. The progressive degeneration of optic nerve fiber
is one of the way of characterizing glaucoma. This causes
structural changes of the optic nerve head (optic disk) and
fiber layer, and leads to failure of the visual field. The early
detection of glaucoma and ensuring essential treatment can
prevent permanent vision loss [2]. The pressure of the non-
glaucomatous should be 21 mm of Hg,ifitincreasestheoptic
nerve will be damaged causing permanent vision loss [3].
There are two main types of Glaucoma (i) Primary Open
Angle Glaucoma (POAG) and (ii) Angle Closure Glaucoma
(ACG). POAG is the most common form of Glaucoma
accounting for at least 90%of all Glaucoma cases [7].
The Intra-Ocular Pressure (IOP), which maintains a
permanent shape of the human eye and protects it from
deformation, rises because the correct amount of fluid
cannot drain out of the eye. With POAG, the entrances to the
drainage canals work properly but a clogging problem
occurs inside the drainage canals [8]. This type of Glaucoma
develops slowly and sometimeswithoutnoticeablesight loss
for many years. It can be treated with medications if
diagnosed at the earlier stage. ACG happens when the
drainage canals get blocked. The iris is not as wide and open
a sin the normal case. The outer edge of the iris bunches up
over the drainage canals, when the pupil enlarges too much
or too quickly. Treatment of this type of Glaucoma usually
involves surgery to remove a small portion of the outeredge
of the iris
Colour fundus imaging (CFI) is preferred modality for
large-scale retinal disease screening that can be used for
glaucoma assessment. The non-invasivetechniqueisusedto
acquire fundus images [4].
Due to high cost, technique of detectingglaucoma from3-
D images are not available at primary care centres and
therefore solution built around these imaging equipment is
not appropriate for a large-scale screening program [5] [6].
Fundoscopy enables ophthalmologists to examine the
optic disc. Optic disc appears as a yellowish circular body,
centred with optic cup which is slightly brighter area than
optic disc. Circular rim area between opticcupandopticdisc
is called neuroretinal rim (NRR). Ratio of Cup area to disc
area called Cup to Disc Ratio (CDR) is one of the noticeable
structural change that occurs if glaucoma progress. CDR
value ≤0.5 indicates normal eye [9].
Cup size increases in glaucomatous eyes, resulting in
increase of CDR and decrease in NRR. Thus, CDR and NRR
are two key structural changes to detect glaucoma using
Fundoscopy. In glaucoma image, due to increase in the size
of cup brighter region in the optic disc increases thus
increasing the overall image entropy, mean, variance and
colour spatial and textural information.ThusalongwithCDR
and NRR, image intensity and textural information can also
be used to detect glaucoma [10].
NRR thickness based on Inferior, Superior, Nasal and
Temporal (ISNT) rule is also being used as a reference for
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1993
glaucoma detection. Inferior region is the bottom region of
NRR, Superior is the top region of NRR, Nasal and Temporal
are the right and left regions of NRR in case of right eye, in
case of left eye nasal and temporal are the left and right
regions respectively. ISNT rule states that in a normal eye
thickness of NRR is such that inferior region > superior
region > nasal region > temporal region [11].
Fig - 1: Fundus image of Normal and Glaucoma Eye
The main objective of this work is to extract features
from fundus images that can help in automated detection of
Glaucoma and evaluate the performance of learning
algorithms that is best suitable for the classification of
Glaucomatous image.
2. METHODOLOGY
The methodology that will be used in this work is shown in
the block diagram
Fig - 2: General Block Diagram of Proposed System
1. Image Database
Fundus images are used in this work and the images
required for this work has been collected from Shushrutha
Eye Hospital, Mysuru. The Fundus dataset used consists of
60 images among which 30 images are normal and 30
images are Glaucomatous in nature.
2. Preprocessing
The aim of pre-processing is to improve the image data by
suppressing undesired distortions or enhancing image
quality to help for further processing and analysis task.
Green channel extraction
Fundus image are RGB images consistingofRED,GREEN and
BLUE component images. Green component images have
best contrast. Therefore green component images is
extracted and used for further processing. Images should
have good contrast before the features are extracted.
Contrast of the green component images are further
enhanced by applying Contrast Limited Adaptive Histogram
Equalization (CLAHE).
Feature extraction
Feature extraction is the process of extracting certain
characteristic attributes and generating a set of meaningful
descriptors from an image. It is used to find a feature set of
tissue that can accurately distinguish normal and abnormal
images. Various feature extraction methods has been
proposed using which lot of features from medical images
can be obtained. However, it is difficult to select significant
features from the extracted features.
Progression of glaucoma leads to an increase in size of optic
cup resulting in an increase in the bright intensity pixels of
the image. This increase in intensity of image can be
observed in intensity and texture related features extracted
from image. Texture features can also be used to classify an
image as glaucoma or healthy and can be used in computer
aided glaucoma systems to discriminate between glaucoma
and non-glaucoma [10].
Spatial Domain Textural Feature
Texture is defined as specific spatial arrangement of
intensities in an image. Texture features are subdivided into
statistical texture features and structural texturefeatures. In
statistical texture features, pixel value’s spatial distribution
is computed by calculating local features in the image.
Statistical features can be first order, second order or many
orders depending upon the number of pixels involved in
feature extraction and computation [10].
Gray Level Co-occurrence Matrix
Gray-level co-occurrence matrix is one of the most known
texture analysis methods that estimates image properties
related to second-order statistics by considering the spatial
relationship between two neighboring pixels, wherethefirst
pixel is the reference pixel and the second pixel is the
neighbor pixel. We have extracted 14 features form GLCM
[10].
Gray Level Difference Matrix
GLDM calculates the Gray level Difference Method
Probability Density Functions for the image. 12 features are
extracted from GLDM.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1994
Local Binary Pattern
Local binary patterns (LBP) is a type of visual descriptor
used for classification in computer vision. It has since been
found to be a powerful feature for texture classification.LBP
is the particular case of the Texture Spectrum model
proposed in 1990. LBP was first described in 1994.It has
since been found to be a powerful feature for texture
classification. We have extracted 59 features from LBP.
Histogram of Oriented Gradient (HOG)
The histogram of oriented gradients (HOG) is a feature
descriptor used in computer visionandimageprocessingfor
the purpose of object detection. The technique counts
occurrences of gradient orientation in localized portions of
an image. This method is similar to that of edge orientation
histograms, scale-invariant feature transform descriptors,
and shape contexts, but differs in that it is computed on a
dense grid of uniformly spaced cells and uses overlapping
local contrast normalization for improved accuracy [12].
We have extracted 81 features from HOG.
Transform Domain Features
Discrete Wavelet Transform
A discrete wavelet transform (DWT) is any wavelet
transform for which the waveletsarediscretelysampled. We
can represent a discrete function f(n) as a weighted
summation of wavelets φ(n), plus a coarse approximation
∅(n)
(1)
Where j0 is an arbitrary starting scale, n = 0, 1, 2….M
“Approximation” Coefficient
(2)
“Detailed” Coefficient
(3)
Expanding to two dimension
Shearlet Transform
In applied mathematical analysis, shearlets are a multi-scale
framework which allows efficient encoding anisotropic
features inmultivariateproblemclasses.Originally,shearlets
were introduced in 2006 for the analysis as well as sparse
approximation of functions. They are a natural extension of
wavelets, to accommodate the fact that multivariate
functions are typicallygoverned byanisotropicfeaturessuch
as edges in images, since wavelets, as isotropic objects, are
not capable of capturing such phenomena [13].
A discrete version of shearlet can be directly obtained from
SHcont (φ) by discretizing the parameter set R>0 x R x R2.
There are numerous approaches for this but the most
popular one is given by,
(4)
From this, the discrete shearlet system associated with the
shearlet generator is defined by
(5)
And the associated discrete shearlet transform is defined by
(6)
3. Feature Reduction:
In machine learning and statistics, dimensionality reduction
or feature reduction is the processofreducingthenumberof
random variables under consideration, by obtaining a set of
principal variables.
Information Gain
In information theory and machine learning, information
gain is a synonym forKullback–Leiblerdivergence.However,
in the context of decision trees, the term is sometimes used
synonymously with mutual information, which is the
expected value of the Kullback–Leibler divergence of the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1995
univariate probability distribution of one variable from the
conditional distribution of this variable given the other one.
In particular, the informationgainabouta randomvariableX
obtained from an observation thata randomvariableAtakes
the value is the Kullback-Leibler divergence DKL(p(x | a) ||
p(x | I)) of the prior distribution p(x | I) for x from the
posterior distribution p(x | a) for x given a. The expected
value of the information gain is the mutual information of X
and A – i.e. the reduction in the entropy of X achieved by
learning the state of the random variable A [15] [16].
Classification
The Fundus images in the dataset are classified as normal
and glaucomatus using a Support Vector Machine and K
nearest neighbor classifier.
3. Results
Textural Feature Extraction:
Different types of spatial domain features have been
extracted in this work. Details are given below.
 GLCM based Haralick features – 14
 GLDM based Haralick features – 13
 LBP features – 59
 HOG features – 81
Transform Domain Feature Extraction:
Two types of transforms domain features have been
extracted. Details are given below.
 Wavelet Transform: Preprocessed images are
decomposed into two levels by applying 2D Discrete
Wavelet Transform. GLCM based Haralick features are
extracted from all the resulting detail coefficient images.
2D DWT has been applied to images using four different
types of wavelets namely, DB8, COIF1, SYM2 and
BIOR1.1. Each wavelet results in 84 features.
 Shearlet Transform: Preprocessed images are
decomposed using 2D shearlet transform as well. This
results in 13 images. GLCM based Haralick features
extracted from these 13 images has given 182 features.
 Combined Features: Features obtained by applying
Wavelet transform and Shearlet transform has been
combined to get 518 features.
Feature Reduction
Extraction of features by applying Shearlet transform and
combining of transform domain features have resulted in
large number of features.“CurseofDimensionality”indicates
that number of features and number of training imagesused
should be optimized to get correctresults.Therefore,feature
reduction using Information Gaintechniquehasbeenusedto
retain only the optimum number of features. This showed
that only 168 out of 182 features in case of Shearlet and 378
features out of 518 in case of combined features are
significant. Hence, only these significant features have been
given to classifiers.
Classification Results
The classification of the images into normal and diseased is
performed by using linear SVM and KNN classifier. SVM and
KNN are supervised learning models used for data
classification. The model is trained using a dataset with
samples labeled with the class they belong to. Here, normal
Fundus images belong to class 0 and Glaucoma affected
Fundus images belong to class 1.
Following values are used for calculating the performance
measures.
 True Negative (TN) is defined as the samples that are
healthy and detected as a healthy image.
 False Positive (FP) is defined as thesamplesthatarenon-
glaucomatous but detected as glaucoma.
 False Negative (FN) is defined as the samples that are
glaucomatous but detected as non-glaucoma.
 True Positive (TP) is defined as the number of samples
that are glaucomatousandalsodetectedasglaucomatous
images [10].
Performance measures like Accuracy,Sensitivity, Specificity,
Positive Predictive Value and Negative Predictive value are
used to check the ability of the features extracted to help in
the disease detection.
Accuracy (A) is the proportion of the total number of
predictions that were correct. It is determined using the
equation-7 [10]
Accuracy = x100 (7)
Sensitivity (Sn) or true positiverate(TPR)istheproportion
of positive cases that were correctly identified, as calculated
using the equation-8
Sensitivity = x100 (8)
Specificity (Sp) or true negative rate (TNR) isdefined asthe
proportion of negatives cases that were classified correctly,
as calculated using the equation-9
Specificity= x100 (9)
Positive Predictive Value (PPV) is the proportions of
positive results in statistics and diagnosticteststhataretrue
positive results, is calculated using equation-10
PPV= x 100 (10)
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1996
Negative Predictive Value (NPV) is the proportions of
negative results in statistics and diagnostic tests that are
true negative results, is calculated using equation-11
NPV= x 100 (11)
Table 1: Spatial Domain Features with SVM classifier
SI.
No.
Name of
the
Feature
No. of
Feature
s
Used
Sn
(%)
Sp
(%)
PPV
(%)
NPV
(%)
A
(%)
1 GLCM 14 77.77 88.88 80 87.50 83.33
2 GLDM 13 100 77.778 100 81.81 83.33
3 LBP 59 96.66 100 100 96.66 98
4 HOG 81 33.33 66.66 50 50 50
Table 2: Transform Domain Feature with SVM
classifier
SI.
No.
Name of the
Feature
No. of
Features
Used
Sn
(%)
Sp
(%)
PPV
(%)
NPV
(%)
A
(%)
1
Wavelet
Transform
 DB8 84 100 96.67 100 97 97.5
 COIF1 84 100 88.88 82.24 86.50 94.44
 SYM2 84 100 88.88 82.22 86.50 94.44
 BIOR1.1 84 100 55.55 77.77 100 62.45
2
Shearlet
Transform
168 100 93.33 90 100
95.50
0
3 Combined 378 88.88 100
91.66
7
95 94.44
Table 3: Spatial Domain Feature with KNN classifier
(City block)
SI.
No.
Name of
the Feature
No. of
Features
Used
Sn
(%)
Sp
(%)
PPV
(%)
NPV
(%)
A
(%)
1 GLCM 14 70.00 56.66 61.67 65.38 66.66
2 GLDM 13
46.66
7
60.00 53.85 52.94 54.62
3 LBP 59 70 46.67 56.76 60.87 51.25
4 HOG 81 50.00 46.67 48.39 48.28 47.47
Table 4: Transform domain Feature Classification
using KNN classifier (City block)
SI.
No.
Name of the
Feature
No. of
Features
Used
Sn
(%)
Sp
(%)
PPV
(%)
NPV
(%)
A
(%)
1
Wavelet
Transform
 DB8 84 53.33 56.67 55.17 54.84 53.76
 COIF1 84 46.67 60.00 53.85 60.87 51.27
 SYM2 84 53.33 80.00 72.73 63.16 63.64
 BIOR1.
1
84 36.67 50.00 42.31 44.12 41.73
2
Shearlet
Transform
168 70.00 60.00 63.64 66.67 63.21
3 Combined 378 40 70 57 53 51.53
Classification results shows that different results are
obtained by different type of features with SVM and KNN
classifiers. It can be clearly seen thatLBPwith SVMhasgiven
excellent results. Similarly, best results obtained using
transform domain features with SVM and KNN has been
plotted. In this case, Wavelet transform using DB8 wavelet
with SVM has performed well. Finally, comparing all the
results obtained it is evident that LBP with SVM in spatial
domain and Wavelet Transform (DB8) with SVM in
transform domain is the best suitable combination for the
detection of Glaucoma in fundus images. This is clearly
shown in the plot given in Chart-1.
Chart - 1: Plot of Best Results obtained by Spatial Domain
Features with different types of classifiers
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1997
Chart - 2: Plot of Best Results obtained by Transform
Domain Features with different types of classifiers
Chart - 3: Plot of best of spatial domain features and
Transform domain features
4. CONCLUSIONS
In this work, different types of spatial domain textural
features andtransformdomainfeatureshavebeen extracted.
In spatial domain, GLCM, GLDM, LBP and HOG features have
been extracted. WavelettransformbasedfeaturesusingDB8,
COIF1, SYM2 and BIOR1.1 wavelet and Shearlet transform
based features have been extracted in transformdomain. All
the features have been tested using SVM and KNN classifier.
A comparative study has been carried out. Results obtained
shows that LBP gives best performance among spatial
domain features giving with specificityof96.66%,Specificity
of 100%, Positive Predictive Value of 100%, Negative
Predictive value of 96.66% and an accuracy of 98%.Wavelet
Transform (DB8 wavelet) based features perform best in
case of transform domain features achieving a 100%
sensitivity, 96.67% specificity, 100% PPV, 97% NPV and
97.5% accuracy. Among the classifiers used, SVM
outperforms KNN. Comparingall theresultswecanconclude
that LBP features with SVM or Wavelet transform (DB8)
features with SVM are the best suitable combination for the
detection of Glaucoma in the set of fundus images we have
used.
REFERENCES
1. W.H.O, “World health organization programme for
the prevention of blindness and deafness- global
initiative for the elimination of avoidable
blindness,” W.H.O: Document no.: WHO/PBL/97.61
Rev.1; Geneva: 1997.
2. G. Michelson, S. Wrntges, J. Hornegger, and B.
Lausen, “The papilla as screening parameter for
early diagnosis of glaucoma,” DeutschesAerzteblatt
international, vol. 105, pp. 34–35, 2008.
3. M. S. Haleem et al., “Automatic extraction of retinal
features from colour retinal images for glaucoma
diagnosis: A review," Comput. Med. Imaging Graph.
37(7), 581–596, 2013.
4. D. E. Singer, D. Nathan, H. A. Fogel, and A. P.
Schachat, “Screening for diabetic retinopathy,”
Annals of Internal Medicine, vol. 116, pp. 660– 671,
1992.
5. P. L. Rosin, D. Marshall, and J. E. Morgan,
“Multimodal retinal imaging: New strategies forthe
detection of glaucoma,” Proc. ICIP, 2002.
6. M. L. Huang, H.-Y. Chen, and J.-J. Huang, “Glaucoma
detection using adaptive neuro-fuzzy inference
system,” Expert Systems with Applications, vol.
32(2), pp. 458–468, 2007.
7. Types of glaucoma; May 2011
http://www.glaucoma.org/glaucoma/types-of-
glaucoma.php
8. Robert N Weinreb and Peng Tee Khaw, “Primary
open-angle glaucoma”, The Lancet, vol 363, pg
1711–1720, 2004.
9. Murthi A and Madheswaran M, “Enhancement of
optic cup to disc ratio detection in glaucoma
diagnosis”, International conference on computer
communication and informatics(ICCCI),IEEE,pg1–
5, 2012.
10. Anum A Salam, Tehmina Khalil, M Usman Akram,
Amina Jameel and Imran Basit, “Automated
detection of glaucoma using structural and
nonstructural features”, SpringerPlus,DOI10.1186,
2016
11. Ruengkitpinyo W, Kongprawechnon W, Kondo T,
Bunnun P and KanekoH,“Glaucoma screeningusing
rim width based on ISNT rule”, 6th international
conference of information and communication
technology for embedded systems (IC-ICTES).pp1-
5, 2015
12. Robert K. McConnell, Arlington, Mass, “Method of
and apparatus for pattern recognition”, United
States Patent, Patent Number: 4,567,610, Date of
Patent: Jan. 28, 1986.
13. Guo, Kanghui, Gitta Kutyniok and Demetrio Labate,
"Sparse multidimensional representations using
anisotropic dilation and shear operators."Wavelets
and Splines, Nashboro Press, pp 189–201, 2005.
14. A.Rajan, et. al, “Glaucomatous Image Classification
using Wavelet Transform”, IEEE International
Conference on Advanced Communication Control
and Computing Technologies (ICACCCT), ISBN No.
978-1-4799-3914-5114, 2014.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1998
15. Camil Bancioiu and Lucian Vintan, “A Comparison
between Two Feature Selection Algorithms”, 21st
International Conferenceon System Theory,Control
and Computing (ICSTCC), 19-21 Oct. 2017.
16. Changki Lee and Gary Geunbae Lee, “Information
gain and divergence-based feature selection for
machine learning-based text categorization”,
Information Processing and Management, Vol – 42,
Pg - 155–165, 2006.
17. Aditya Kunwar, ShreyMagotra, M ParthaSarathi.
“Detection of High-Risk Macular Edema using
Texture features and Classification using SVM
Classifier”. International ConferenceonAdvancesin
Computing, Communications and Informatics
(ICACCI), IEEE, pp. 2285-2289, 2015.
18. Khatere Meshkini, Hassan Ghassemian, “Texture
classification using Shearlet transform and GLCM”,
IranianConferenceonElectrical Engineering(ICEE),
DOI: 10.1109/IranianCEE.2017.7985354, 2017
19. Mrinalini S, Abinayalakshmi N S, Vinoth Kumar C
“Wavelet Feature based SVM and NAIVE BAYES
Classification of Glaucomatous Images using PCA
and Gabor Filter.” , IEEE Trans. on medical imaging,
Vol. 32, 2013
20. S. Simonthomas, N. Thulasi, P.Asharaf. “Automated
Diagnosis of Glaucoma using Haralick Texture
Features.” International ConferenceonInformation
Communication and Embedded Systems (ICICES -
2014), 2014.

More Related Content

What's hot

FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR
FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR
FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR sipij
 
A novel equalization scheme for the selective enhancement of optical disc and...
A novel equalization scheme for the selective enhancement of optical disc and...A novel equalization scheme for the selective enhancement of optical disc and...
A novel equalization scheme for the selective enhancement of optical disc and...TELKOMNIKA JOURNAL
 
IRJET- Survey based on Detection of Optic Disc in Retinal Images using Segmen...
IRJET- Survey based on Detection of Optic Disc in Retinal Images using Segmen...IRJET- Survey based on Detection of Optic Disc in Retinal Images using Segmen...
IRJET- Survey based on Detection of Optic Disc in Retinal Images using Segmen...IRJET Journal
 
Automated Glaucoma Detection
Automated Glaucoma DetectionAutomated Glaucoma Detection
Automated Glaucoma DetectionLee123Tai
 
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means ClusteringAn Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means ClusteringIRJET Journal
 
Automated Diagnosis of Glaucoma using Haralick Texture Features
Automated Diagnosis of Glaucoma using Haralick Texture FeaturesAutomated Diagnosis of Glaucoma using Haralick Texture Features
Automated Diagnosis of Glaucoma using Haralick Texture FeaturesIOSR Journals
 
Iris Recognition Using Active Contours
Iris Recognition Using Active ContoursIris Recognition Using Active Contours
Iris Recognition Using Active ContoursIJARIDEA Journal
 
Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...eSAT Journals
 
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 NetworksIRJET Journal
 
IRJET- Segmentation of Optic Disc using Bit Plane Technique for Glaucoma Scre...
IRJET- Segmentation of Optic Disc using Bit Plane Technique for Glaucoma Scre...IRJET- Segmentation of Optic Disc using Bit Plane Technique for Glaucoma Scre...
IRJET- Segmentation of Optic Disc using Bit Plane Technique for Glaucoma Scre...IRJET 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
 
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 ImagesIRJET Journal
 
Development of novel BMIP algorithms for human eyes affected with glaucoma an...
Development of novel BMIP algorithms for human eyes affected with glaucoma an...Development of novel BMIP algorithms for human eyes affected with glaucoma an...
Development of novel BMIP algorithms for human eyes affected with glaucoma an...Premier Publishers
 
SUPERPIXEL CLASSIFICATION BASED OPTIC DISC AND OPTIC CUP SEGMENTATION FOR GLA...
SUPERPIXEL CLASSIFICATION BASED OPTIC DISC AND OPTIC CUP SEGMENTATION FOR GLA...SUPERPIXEL CLASSIFICATION BASED OPTIC DISC AND OPTIC CUP SEGMENTATION FOR GLA...
SUPERPIXEL CLASSIFICATION BASED OPTIC DISC AND OPTIC CUP SEGMENTATION FOR GLA...pharmaindexing
 
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
 
IRJET - A Review on Gradient Histograms for Texture Enhancement and Objec...
IRJET -  	  A Review on Gradient Histograms for Texture Enhancement and Objec...IRJET -  	  A Review on Gradient Histograms for Texture Enhancement and Objec...
IRJET - A Review on Gradient Histograms for Texture Enhancement and Objec...IRJET Journal
 
(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 reportDebangana Dutta
 

What's hot (20)

FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR
FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR
FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR
 
A novel equalization scheme for the selective enhancement of optical disc and...
A novel equalization scheme for the selective enhancement of optical disc and...A novel equalization scheme for the selective enhancement of optical disc and...
A novel equalization scheme for the selective enhancement of optical disc and...
 
IRJET- Survey based on Detection of Optic Disc in Retinal Images using Segmen...
IRJET- Survey based on Detection of Optic Disc in Retinal Images using Segmen...IRJET- Survey based on Detection of Optic Disc in Retinal Images using Segmen...
IRJET- Survey based on Detection of Optic Disc in Retinal Images using Segmen...
 
Automated Glaucoma Detection
Automated Glaucoma DetectionAutomated Glaucoma Detection
Automated Glaucoma Detection
 
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means ClusteringAn Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
 
Automated Diagnosis of Glaucoma using Haralick Texture Features
Automated Diagnosis of Glaucoma using Haralick Texture FeaturesAutomated Diagnosis of Glaucoma using Haralick Texture Features
Automated Diagnosis of Glaucoma using Haralick Texture Features
 
Iris Recognition Using Active Contours
Iris Recognition Using Active ContoursIris Recognition Using Active Contours
Iris Recognition Using Active Contours
 
A045010107
A045010107A045010107
A045010107
 
Ijetcas14 523
Ijetcas14 523Ijetcas14 523
Ijetcas14 523
 
Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...
 
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
 
IRJET- Segmentation of Optic Disc using Bit Plane Technique for Glaucoma Scre...
IRJET- Segmentation of Optic Disc using Bit Plane Technique for Glaucoma Scre...IRJET- Segmentation of Optic Disc using Bit Plane Technique for Glaucoma Scre...
IRJET- Segmentation of Optic Disc using Bit Plane Technique for Glaucoma Scre...
 
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...
 
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
 
Development of novel BMIP algorithms for human eyes affected with glaucoma an...
Development of novel BMIP algorithms for human eyes affected with glaucoma an...Development of novel BMIP algorithms for human eyes affected with glaucoma an...
Development of novel BMIP algorithms for human eyes affected with glaucoma an...
 
SUPERPIXEL CLASSIFICATION BASED OPTIC DISC AND OPTIC CUP SEGMENTATION FOR GLA...
SUPERPIXEL CLASSIFICATION BASED OPTIC DISC AND OPTIC CUP SEGMENTATION FOR GLA...SUPERPIXEL CLASSIFICATION BASED OPTIC DISC AND OPTIC CUP SEGMENTATION FOR GLA...
SUPERPIXEL CLASSIFICATION BASED OPTIC DISC AND OPTIC CUP SEGMENTATION FOR GLA...
 
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 ...
 
IRJET - A Review on Gradient Histograms for Texture Enhancement and Objec...
IRJET -  	  A Review on Gradient Histograms for Texture Enhancement and Objec...IRJET -  	  A Review on Gradient Histograms for Texture Enhancement and Objec...
IRJET - A Review on Gradient Histograms for Texture Enhancement and Objec...
 
Ijetcas14 315
Ijetcas14 315Ijetcas14 315
Ijetcas14 315
 
(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
 

Similar to Performance of Learning Algorithms for Automated Glaucoma Detection

IRJET- Early Detection of Glaucoma using Image Processing
IRJET- Early Detection of Glaucoma using Image ProcessingIRJET- Early Detection of Glaucoma using Image Processing
IRJET- Early Detection of Glaucoma using Image ProcessingIRJET Journal
 
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-CNNIRJET Journal
 
IRJET- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...
IRJET- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...IRJET- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...
IRJET- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...IRJET Journal
 
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET-  	  Retinal Fundus Image Segmentation using Watershed AlgorithmIRJET-  	  Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET- Retinal Fundus Image Segmentation using Watershed AlgorithmIRJET Journal
 
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.pptxssuser097984
 
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-NetIRJET Journal
 
Study on Glaucoma Detection Using CNN
Study on Glaucoma Detection Using CNNStudy on Glaucoma Detection Using CNN
Study on Glaucoma Detection Using CNNIRJET Journal
 
IRJET- Retinal Structure Segmentation using Adaptive Fuzzy Thresholding
IRJET- Retinal Structure Segmentation using Adaptive Fuzzy ThresholdingIRJET- Retinal Structure Segmentation using Adaptive Fuzzy Thresholding
IRJET- Retinal Structure Segmentation using Adaptive Fuzzy ThresholdingIRJET Journal
 
IRJET- Comparison of Preprocessing Methods for Diabetic Retinopathy Detec...
IRJET-  	  Comparison of Preprocessing Methods for Diabetic Retinopathy Detec...IRJET-  	  Comparison of Preprocessing Methods for Diabetic Retinopathy Detec...
IRJET- Comparison of Preprocessing Methods for Diabetic Retinopathy Detec...IRJET Journal
 
Retinal Macular Edema Detection Using Optical Coherence Tomography Images
Retinal Macular Edema Detection Using Optical Coherence Tomography ImagesRetinal Macular Edema Detection Using Optical Coherence Tomography Images
Retinal Macular Edema Detection Using Optical Coherence Tomography ImagesIOSRJVSP
 
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...IRJET Journal
 
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...IRJET Journal
 
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 ExudatesIRJET Journal
 
SURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODSSURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODSEditor IJMTER
 
IRJET- Blood Vessel Segmentation in Retinal Images using Matlab
IRJET- Blood Vessel Segmentation in Retinal Images using MatlabIRJET- Blood Vessel Segmentation in Retinal Images using Matlab
IRJET- Blood Vessel Segmentation in Retinal Images using MatlabIRJET Journal
 
FEATURE EXTRACTION TO DETECT AND CLASSIFY DIABETIC RETINOPATHY USING FUNDAL I...
FEATURE EXTRACTION TO DETECT AND CLASSIFY DIABETIC RETINOPATHY USING FUNDAL I...FEATURE EXTRACTION TO DETECT AND CLASSIFY DIABETIC RETINOPATHY USING FUNDAL I...
FEATURE EXTRACTION TO DETECT AND CLASSIFY DIABETIC RETINOPATHY USING FUNDAL I...IRJET Journal
 
IRJET- A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Gl...
IRJET-  	  A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Gl...IRJET-  	  A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Gl...
IRJET- A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Gl...IRJET Journal
 
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 LesionsIRJET Journal
 
Detection of Glaucoma using Optic Disk and Incremental Cup Segmentation from ...
Detection of Glaucoma using Optic Disk and Incremental Cup Segmentation from ...Detection of Glaucoma using Optic Disk and Incremental Cup Segmentation from ...
Detection of Glaucoma using Optic Disk and Incremental Cup Segmentation from ...theijes
 

Similar to Performance of Learning Algorithms for Automated Glaucoma Detection (20)

IRJET- Early Detection of Glaucoma using Image Processing
IRJET- Early Detection of Glaucoma using Image ProcessingIRJET- Early Detection of Glaucoma using Image Processing
IRJET- Early Detection of Glaucoma using Image Processing
 
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- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...
IRJET- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...IRJET- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...
IRJET- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...
 
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET-  	  Retinal Fundus Image Segmentation using Watershed AlgorithmIRJET-  	  Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
 
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
 
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
 
Study on Glaucoma Detection Using CNN
Study on Glaucoma Detection Using CNNStudy on Glaucoma Detection Using CNN
Study on Glaucoma Detection Using CNN
 
IRJET- Retinal Structure Segmentation using Adaptive Fuzzy Thresholding
IRJET- Retinal Structure Segmentation using Adaptive Fuzzy ThresholdingIRJET- Retinal Structure Segmentation using Adaptive Fuzzy Thresholding
IRJET- Retinal Structure Segmentation using Adaptive Fuzzy Thresholding
 
IRJET- Comparison of Preprocessing Methods for Diabetic Retinopathy Detec...
IRJET-  	  Comparison of Preprocessing Methods for Diabetic Retinopathy Detec...IRJET-  	  Comparison of Preprocessing Methods for Diabetic Retinopathy Detec...
IRJET- Comparison of Preprocessing Methods for Diabetic Retinopathy Detec...
 
Retinal Macular Edema Detection Using Optical Coherence Tomography Images
Retinal Macular Edema Detection Using Optical Coherence Tomography ImagesRetinal Macular Edema Detection Using Optical Coherence Tomography Images
Retinal Macular Edema Detection Using Optical Coherence Tomography Images
 
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
 
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
Improved UNet Framework with attention for Semantic Segmentation of Tumor Reg...
 
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
 
SURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODSSURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODS
 
IRJET- Blood Vessel Segmentation in Retinal Images using Matlab
IRJET- Blood Vessel Segmentation in Retinal Images using MatlabIRJET- Blood Vessel Segmentation in Retinal Images using Matlab
IRJET- Blood Vessel Segmentation in Retinal Images using Matlab
 
FEATURE EXTRACTION TO DETECT AND CLASSIFY DIABETIC RETINOPATHY USING FUNDAL I...
FEATURE EXTRACTION TO DETECT AND CLASSIFY DIABETIC RETINOPATHY USING FUNDAL I...FEATURE EXTRACTION TO DETECT AND CLASSIFY DIABETIC RETINOPATHY USING FUNDAL I...
FEATURE EXTRACTION TO DETECT AND CLASSIFY DIABETIC RETINOPATHY USING FUNDAL I...
 
IRJET- A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Gl...
IRJET-  	  A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Gl...IRJET-  	  A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Gl...
IRJET- A Comprehensive Analysis of Edge Detectors in SD-OCT Images for Gl...
 
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
 
Detection of Glaucoma using Optic Disk and Incremental Cup Segmentation from ...
Detection of Glaucoma using Optic Disk and Incremental Cup Segmentation from ...Detection of Glaucoma using Optic Disk and Incremental Cup Segmentation from ...
Detection of Glaucoma using Optic Disk and Incremental Cup Segmentation from ...
 
20120130406019
2012013040601920120130406019
20120130406019
 

More from IRJET Journal

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...IRJET Journal
 
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 STRUCTUREIRJET Journal
 
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...IRJET Journal
 
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 CharacteristicsIRJET Journal
 
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...IRJET Journal
 
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-...IRJET Journal
 
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...IRJET Journal
 
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...IRJET Journal
 
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 ADASIRJET Journal
 
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,...IRJET Journal
 
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 ProIRJET Journal
 
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...IRJET Journal
 
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 SystemIRJET Journal
 
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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
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 ...IRJET Journal
 
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.IRJET Journal
 
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...IRJET Journal
 
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 DesignIRJET Journal
 
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...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

High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
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
 
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
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
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
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...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
 
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
 
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
 

Recently uploaded (20)

High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
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
 
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
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
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
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
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
 
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
 

Performance of Learning Algorithms for Automated Glaucoma Detection

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1992 Performance Analysis of Learning Algorithms for Automated Detection of Glaucoma Anupama B C1, Sheela N Rao2 1Research Student, Department of Electronics & Instrumentation, JSS S&TU, Mysuru 570006, India 2Assistant Professor, Department of Electronics & Instrumentation, JSS S&TU, Mysuru 570006, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Human Eye is one of the major sensory organs in the body. Eye can be affected by different types of diseases like Glaucoma, Diabetic Retinopathy, age related macular etc. Glaucoma is an eye disease which steals vision slowly starting from peripheral vision and progresses toward the central vision at a later stage. This disease damages the optic nerve and leads to irreversible vision loss. Fundus photography has been found to be a very useful modality for the detectionofeye related abnormalities. Varioustypesoffeatureextraction from fundus images, that can be used for the detection of Glaucoma has been suggested by different authors. Themainobjectiveof this work is to extract different types of features from fundus images in order to come out with best suitable set of features that can help in automated detection of Glaucoma and evaluate it using learningalgorithm. Differentcombinationsof these features have been given to Support Vector Machine (SVM) and KNN to classify the images as normal and glaucomatous. A tenfold cross validation is performed using the extracted features and a comparative study has been carried out in terms of Accuracy, Sensitivity, Specificity, Positive Predictive Value (PPV) and Negative PredictiveValue (NPV) Performance evaluation has been done with and without applying feature reduction techniques. Best accuracy of 97.5% has been achieved when Wavelet features are used. Key Words: Glaucoma, Fundus image, Information gain, SVM, KNN 1. INTRODUCTION Glaucoma is one of the common causes of blindness with about 79 million in the world likely to be afflicted bytheyear 2020 [1]. The progressive degeneration of optic nerve fiber is one of the way of characterizing glaucoma. This causes structural changes of the optic nerve head (optic disk) and fiber layer, and leads to failure of the visual field. The early detection of glaucoma and ensuring essential treatment can prevent permanent vision loss [2]. The pressure of the non- glaucomatous should be 21 mm of Hg,ifitincreasestheoptic nerve will be damaged causing permanent vision loss [3]. There are two main types of Glaucoma (i) Primary Open Angle Glaucoma (POAG) and (ii) Angle Closure Glaucoma (ACG). POAG is the most common form of Glaucoma accounting for at least 90%of all Glaucoma cases [7]. The Intra-Ocular Pressure (IOP), which maintains a permanent shape of the human eye and protects it from deformation, rises because the correct amount of fluid cannot drain out of the eye. With POAG, the entrances to the drainage canals work properly but a clogging problem occurs inside the drainage canals [8]. This type of Glaucoma develops slowly and sometimeswithoutnoticeablesight loss for many years. It can be treated with medications if diagnosed at the earlier stage. ACG happens when the drainage canals get blocked. The iris is not as wide and open a sin the normal case. The outer edge of the iris bunches up over the drainage canals, when the pupil enlarges too much or too quickly. Treatment of this type of Glaucoma usually involves surgery to remove a small portion of the outeredge of the iris Colour fundus imaging (CFI) is preferred modality for large-scale retinal disease screening that can be used for glaucoma assessment. The non-invasivetechniqueisusedto acquire fundus images [4]. Due to high cost, technique of detectingglaucoma from3- D images are not available at primary care centres and therefore solution built around these imaging equipment is not appropriate for a large-scale screening program [5] [6]. Fundoscopy enables ophthalmologists to examine the optic disc. Optic disc appears as a yellowish circular body, centred with optic cup which is slightly brighter area than optic disc. Circular rim area between opticcupandopticdisc is called neuroretinal rim (NRR). Ratio of Cup area to disc area called Cup to Disc Ratio (CDR) is one of the noticeable structural change that occurs if glaucoma progress. CDR value ≤0.5 indicates normal eye [9]. Cup size increases in glaucomatous eyes, resulting in increase of CDR and decrease in NRR. Thus, CDR and NRR are two key structural changes to detect glaucoma using Fundoscopy. In glaucoma image, due to increase in the size of cup brighter region in the optic disc increases thus increasing the overall image entropy, mean, variance and colour spatial and textural information.ThusalongwithCDR and NRR, image intensity and textural information can also be used to detect glaucoma [10]. NRR thickness based on Inferior, Superior, Nasal and Temporal (ISNT) rule is also being used as a reference for
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1993 glaucoma detection. Inferior region is the bottom region of NRR, Superior is the top region of NRR, Nasal and Temporal are the right and left regions of NRR in case of right eye, in case of left eye nasal and temporal are the left and right regions respectively. ISNT rule states that in a normal eye thickness of NRR is such that inferior region > superior region > nasal region > temporal region [11]. Fig - 1: Fundus image of Normal and Glaucoma Eye The main objective of this work is to extract features from fundus images that can help in automated detection of Glaucoma and evaluate the performance of learning algorithms that is best suitable for the classification of Glaucomatous image. 2. METHODOLOGY The methodology that will be used in this work is shown in the block diagram Fig - 2: General Block Diagram of Proposed System 1. Image Database Fundus images are used in this work and the images required for this work has been collected from Shushrutha Eye Hospital, Mysuru. The Fundus dataset used consists of 60 images among which 30 images are normal and 30 images are Glaucomatous in nature. 2. Preprocessing The aim of pre-processing is to improve the image data by suppressing undesired distortions or enhancing image quality to help for further processing and analysis task. Green channel extraction Fundus image are RGB images consistingofRED,GREEN and BLUE component images. Green component images have best contrast. Therefore green component images is extracted and used for further processing. Images should have good contrast before the features are extracted. Contrast of the green component images are further enhanced by applying Contrast Limited Adaptive Histogram Equalization (CLAHE). Feature extraction Feature extraction is the process of extracting certain characteristic attributes and generating a set of meaningful descriptors from an image. It is used to find a feature set of tissue that can accurately distinguish normal and abnormal images. Various feature extraction methods has been proposed using which lot of features from medical images can be obtained. However, it is difficult to select significant features from the extracted features. Progression of glaucoma leads to an increase in size of optic cup resulting in an increase in the bright intensity pixels of the image. This increase in intensity of image can be observed in intensity and texture related features extracted from image. Texture features can also be used to classify an image as glaucoma or healthy and can be used in computer aided glaucoma systems to discriminate between glaucoma and non-glaucoma [10]. Spatial Domain Textural Feature Texture is defined as specific spatial arrangement of intensities in an image. Texture features are subdivided into statistical texture features and structural texturefeatures. In statistical texture features, pixel value’s spatial distribution is computed by calculating local features in the image. Statistical features can be first order, second order or many orders depending upon the number of pixels involved in feature extraction and computation [10]. Gray Level Co-occurrence Matrix Gray-level co-occurrence matrix is one of the most known texture analysis methods that estimates image properties related to second-order statistics by considering the spatial relationship between two neighboring pixels, wherethefirst pixel is the reference pixel and the second pixel is the neighbor pixel. We have extracted 14 features form GLCM [10]. Gray Level Difference Matrix GLDM calculates the Gray level Difference Method Probability Density Functions for the image. 12 features are extracted from GLDM.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1994 Local Binary Pattern Local binary patterns (LBP) is a type of visual descriptor used for classification in computer vision. It has since been found to be a powerful feature for texture classification.LBP is the particular case of the Texture Spectrum model proposed in 1990. LBP was first described in 1994.It has since been found to be a powerful feature for texture classification. We have extracted 59 features from LBP. Histogram of Oriented Gradient (HOG) The histogram of oriented gradients (HOG) is a feature descriptor used in computer visionandimageprocessingfor the purpose of object detection. The technique counts occurrences of gradient orientation in localized portions of an image. This method is similar to that of edge orientation histograms, scale-invariant feature transform descriptors, and shape contexts, but differs in that it is computed on a dense grid of uniformly spaced cells and uses overlapping local contrast normalization for improved accuracy [12]. We have extracted 81 features from HOG. Transform Domain Features Discrete Wavelet Transform A discrete wavelet transform (DWT) is any wavelet transform for which the waveletsarediscretelysampled. We can represent a discrete function f(n) as a weighted summation of wavelets φ(n), plus a coarse approximation ∅(n) (1) Where j0 is an arbitrary starting scale, n = 0, 1, 2….M “Approximation” Coefficient (2) “Detailed” Coefficient (3) Expanding to two dimension Shearlet Transform In applied mathematical analysis, shearlets are a multi-scale framework which allows efficient encoding anisotropic features inmultivariateproblemclasses.Originally,shearlets were introduced in 2006 for the analysis as well as sparse approximation of functions. They are a natural extension of wavelets, to accommodate the fact that multivariate functions are typicallygoverned byanisotropicfeaturessuch as edges in images, since wavelets, as isotropic objects, are not capable of capturing such phenomena [13]. A discrete version of shearlet can be directly obtained from SHcont (φ) by discretizing the parameter set R>0 x R x R2. There are numerous approaches for this but the most popular one is given by, (4) From this, the discrete shearlet system associated with the shearlet generator is defined by (5) And the associated discrete shearlet transform is defined by (6) 3. Feature Reduction: In machine learning and statistics, dimensionality reduction or feature reduction is the processofreducingthenumberof random variables under consideration, by obtaining a set of principal variables. Information Gain In information theory and machine learning, information gain is a synonym forKullback–Leiblerdivergence.However, in the context of decision trees, the term is sometimes used synonymously with mutual information, which is the expected value of the Kullback–Leibler divergence of the
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1995 univariate probability distribution of one variable from the conditional distribution of this variable given the other one. In particular, the informationgainabouta randomvariableX obtained from an observation thata randomvariableAtakes the value is the Kullback-Leibler divergence DKL(p(x | a) || p(x | I)) of the prior distribution p(x | I) for x from the posterior distribution p(x | a) for x given a. The expected value of the information gain is the mutual information of X and A – i.e. the reduction in the entropy of X achieved by learning the state of the random variable A [15] [16]. Classification The Fundus images in the dataset are classified as normal and glaucomatus using a Support Vector Machine and K nearest neighbor classifier. 3. Results Textural Feature Extraction: Different types of spatial domain features have been extracted in this work. Details are given below.  GLCM based Haralick features – 14  GLDM based Haralick features – 13  LBP features – 59  HOG features – 81 Transform Domain Feature Extraction: Two types of transforms domain features have been extracted. Details are given below.  Wavelet Transform: Preprocessed images are decomposed into two levels by applying 2D Discrete Wavelet Transform. GLCM based Haralick features are extracted from all the resulting detail coefficient images. 2D DWT has been applied to images using four different types of wavelets namely, DB8, COIF1, SYM2 and BIOR1.1. Each wavelet results in 84 features.  Shearlet Transform: Preprocessed images are decomposed using 2D shearlet transform as well. This results in 13 images. GLCM based Haralick features extracted from these 13 images has given 182 features.  Combined Features: Features obtained by applying Wavelet transform and Shearlet transform has been combined to get 518 features. Feature Reduction Extraction of features by applying Shearlet transform and combining of transform domain features have resulted in large number of features.“CurseofDimensionality”indicates that number of features and number of training imagesused should be optimized to get correctresults.Therefore,feature reduction using Information Gaintechniquehasbeenusedto retain only the optimum number of features. This showed that only 168 out of 182 features in case of Shearlet and 378 features out of 518 in case of combined features are significant. Hence, only these significant features have been given to classifiers. Classification Results The classification of the images into normal and diseased is performed by using linear SVM and KNN classifier. SVM and KNN are supervised learning models used for data classification. The model is trained using a dataset with samples labeled with the class they belong to. Here, normal Fundus images belong to class 0 and Glaucoma affected Fundus images belong to class 1. Following values are used for calculating the performance measures.  True Negative (TN) is defined as the samples that are healthy and detected as a healthy image.  False Positive (FP) is defined as thesamplesthatarenon- glaucomatous but detected as glaucoma.  False Negative (FN) is defined as the samples that are glaucomatous but detected as non-glaucoma.  True Positive (TP) is defined as the number of samples that are glaucomatousandalsodetectedasglaucomatous images [10]. Performance measures like Accuracy,Sensitivity, Specificity, Positive Predictive Value and Negative Predictive value are used to check the ability of the features extracted to help in the disease detection. Accuracy (A) is the proportion of the total number of predictions that were correct. It is determined using the equation-7 [10] Accuracy = x100 (7) Sensitivity (Sn) or true positiverate(TPR)istheproportion of positive cases that were correctly identified, as calculated using the equation-8 Sensitivity = x100 (8) Specificity (Sp) or true negative rate (TNR) isdefined asthe proportion of negatives cases that were classified correctly, as calculated using the equation-9 Specificity= x100 (9) Positive Predictive Value (PPV) is the proportions of positive results in statistics and diagnosticteststhataretrue positive results, is calculated using equation-10 PPV= x 100 (10)
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1996 Negative Predictive Value (NPV) is the proportions of negative results in statistics and diagnostic tests that are true negative results, is calculated using equation-11 NPV= x 100 (11) Table 1: Spatial Domain Features with SVM classifier SI. No. Name of the Feature No. of Feature s Used Sn (%) Sp (%) PPV (%) NPV (%) A (%) 1 GLCM 14 77.77 88.88 80 87.50 83.33 2 GLDM 13 100 77.778 100 81.81 83.33 3 LBP 59 96.66 100 100 96.66 98 4 HOG 81 33.33 66.66 50 50 50 Table 2: Transform Domain Feature with SVM classifier SI. No. Name of the Feature No. of Features Used Sn (%) Sp (%) PPV (%) NPV (%) A (%) 1 Wavelet Transform  DB8 84 100 96.67 100 97 97.5  COIF1 84 100 88.88 82.24 86.50 94.44  SYM2 84 100 88.88 82.22 86.50 94.44  BIOR1.1 84 100 55.55 77.77 100 62.45 2 Shearlet Transform 168 100 93.33 90 100 95.50 0 3 Combined 378 88.88 100 91.66 7 95 94.44 Table 3: Spatial Domain Feature with KNN classifier (City block) SI. No. Name of the Feature No. of Features Used Sn (%) Sp (%) PPV (%) NPV (%) A (%) 1 GLCM 14 70.00 56.66 61.67 65.38 66.66 2 GLDM 13 46.66 7 60.00 53.85 52.94 54.62 3 LBP 59 70 46.67 56.76 60.87 51.25 4 HOG 81 50.00 46.67 48.39 48.28 47.47 Table 4: Transform domain Feature Classification using KNN classifier (City block) SI. No. Name of the Feature No. of Features Used Sn (%) Sp (%) PPV (%) NPV (%) A (%) 1 Wavelet Transform  DB8 84 53.33 56.67 55.17 54.84 53.76  COIF1 84 46.67 60.00 53.85 60.87 51.27  SYM2 84 53.33 80.00 72.73 63.16 63.64  BIOR1. 1 84 36.67 50.00 42.31 44.12 41.73 2 Shearlet Transform 168 70.00 60.00 63.64 66.67 63.21 3 Combined 378 40 70 57 53 51.53 Classification results shows that different results are obtained by different type of features with SVM and KNN classifiers. It can be clearly seen thatLBPwith SVMhasgiven excellent results. Similarly, best results obtained using transform domain features with SVM and KNN has been plotted. In this case, Wavelet transform using DB8 wavelet with SVM has performed well. Finally, comparing all the results obtained it is evident that LBP with SVM in spatial domain and Wavelet Transform (DB8) with SVM in transform domain is the best suitable combination for the detection of Glaucoma in fundus images. This is clearly shown in the plot given in Chart-1. Chart - 1: Plot of Best Results obtained by Spatial Domain Features with different types of classifiers
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1997 Chart - 2: Plot of Best Results obtained by Transform Domain Features with different types of classifiers Chart - 3: Plot of best of spatial domain features and Transform domain features 4. CONCLUSIONS In this work, different types of spatial domain textural features andtransformdomainfeatureshavebeen extracted. In spatial domain, GLCM, GLDM, LBP and HOG features have been extracted. WavelettransformbasedfeaturesusingDB8, COIF1, SYM2 and BIOR1.1 wavelet and Shearlet transform based features have been extracted in transformdomain. All the features have been tested using SVM and KNN classifier. A comparative study has been carried out. Results obtained shows that LBP gives best performance among spatial domain features giving with specificityof96.66%,Specificity of 100%, Positive Predictive Value of 100%, Negative Predictive value of 96.66% and an accuracy of 98%.Wavelet Transform (DB8 wavelet) based features perform best in case of transform domain features achieving a 100% sensitivity, 96.67% specificity, 100% PPV, 97% NPV and 97.5% accuracy. Among the classifiers used, SVM outperforms KNN. Comparingall theresultswecanconclude that LBP features with SVM or Wavelet transform (DB8) features with SVM are the best suitable combination for the detection of Glaucoma in the set of fundus images we have used. REFERENCES 1. W.H.O, “World health organization programme for the prevention of blindness and deafness- global initiative for the elimination of avoidable blindness,” W.H.O: Document no.: WHO/PBL/97.61 Rev.1; Geneva: 1997. 2. G. Michelson, S. Wrntges, J. Hornegger, and B. Lausen, “The papilla as screening parameter for early diagnosis of glaucoma,” DeutschesAerzteblatt international, vol. 105, pp. 34–35, 2008. 3. M. S. Haleem et al., “Automatic extraction of retinal features from colour retinal images for glaucoma diagnosis: A review," Comput. Med. Imaging Graph. 37(7), 581–596, 2013. 4. D. E. Singer, D. Nathan, H. A. Fogel, and A. P. Schachat, “Screening for diabetic retinopathy,” Annals of Internal Medicine, vol. 116, pp. 660– 671, 1992. 5. P. L. Rosin, D. Marshall, and J. E. Morgan, “Multimodal retinal imaging: New strategies forthe detection of glaucoma,” Proc. ICIP, 2002. 6. M. L. Huang, H.-Y. Chen, and J.-J. Huang, “Glaucoma detection using adaptive neuro-fuzzy inference system,” Expert Systems with Applications, vol. 32(2), pp. 458–468, 2007. 7. Types of glaucoma; May 2011 http://www.glaucoma.org/glaucoma/types-of- glaucoma.php 8. Robert N Weinreb and Peng Tee Khaw, “Primary open-angle glaucoma”, The Lancet, vol 363, pg 1711–1720, 2004. 9. Murthi A and Madheswaran M, “Enhancement of optic cup to disc ratio detection in glaucoma diagnosis”, International conference on computer communication and informatics(ICCCI),IEEE,pg1– 5, 2012. 10. Anum A Salam, Tehmina Khalil, M Usman Akram, Amina Jameel and Imran Basit, “Automated detection of glaucoma using structural and nonstructural features”, SpringerPlus,DOI10.1186, 2016 11. Ruengkitpinyo W, Kongprawechnon W, Kondo T, Bunnun P and KanekoH,“Glaucoma screeningusing rim width based on ISNT rule”, 6th international conference of information and communication technology for embedded systems (IC-ICTES).pp1- 5, 2015 12. Robert K. McConnell, Arlington, Mass, “Method of and apparatus for pattern recognition”, United States Patent, Patent Number: 4,567,610, Date of Patent: Jan. 28, 1986. 13. Guo, Kanghui, Gitta Kutyniok and Demetrio Labate, "Sparse multidimensional representations using anisotropic dilation and shear operators."Wavelets and Splines, Nashboro Press, pp 189–201, 2005. 14. A.Rajan, et. al, “Glaucomatous Image Classification using Wavelet Transform”, IEEE International Conference on Advanced Communication Control and Computing Technologies (ICACCCT), ISBN No. 978-1-4799-3914-5114, 2014.
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1998 15. Camil Bancioiu and Lucian Vintan, “A Comparison between Two Feature Selection Algorithms”, 21st International Conferenceon System Theory,Control and Computing (ICSTCC), 19-21 Oct. 2017. 16. Changki Lee and Gary Geunbae Lee, “Information gain and divergence-based feature selection for machine learning-based text categorization”, Information Processing and Management, Vol – 42, Pg - 155–165, 2006. 17. Aditya Kunwar, ShreyMagotra, M ParthaSarathi. “Detection of High-Risk Macular Edema using Texture features and Classification using SVM Classifier”. International ConferenceonAdvancesin Computing, Communications and Informatics (ICACCI), IEEE, pp. 2285-2289, 2015. 18. Khatere Meshkini, Hassan Ghassemian, “Texture classification using Shearlet transform and GLCM”, IranianConferenceonElectrical Engineering(ICEE), DOI: 10.1109/IranianCEE.2017.7985354, 2017 19. Mrinalini S, Abinayalakshmi N S, Vinoth Kumar C “Wavelet Feature based SVM and NAIVE BAYES Classification of Glaucomatous Images using PCA and Gabor Filter.” , IEEE Trans. on medical imaging, Vol. 32, 2013 20. S. Simonthomas, N. Thulasi, P.Asharaf. “Automated Diagnosis of Glaucoma using Haralick Texture Features.” International ConferenceonInformation Communication and Embedded Systems (ICICES - 2014), 2014.