SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume: 3 | Issue: 4 | May-Jun 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470
@ IJTSRD | Unique Paper ID - IJTSRD23732 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 437
Glaucoma Detection from Retinal Images
Vishnubhotla Poornasree1, Vijayagiri Ashritha1, Venumula Deeksha Reddy1, J. Srilatha2
1UG Scholar, 2Assistant Professor
1,2Department of Computer Science and Engineering,
1,2Stanley College of Engineering and Technology for Women, Hyderabad, Telangana, India
How to cite this paper: Vishnubhotla
Poornasree | Vijayagiri Ashritha |
Venumula Deeksha Reddy | J. Srilatha
"Glaucoma Detection from Retinal
Images" Published in International
Journal of Trend in Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-4, June 2019,
pp.437-439, URL:
https://www.ijtsrd.c
om/papers/ijtsrd23
732.pdf
Copyright © 2019 by author(s) and
International Journal of Trend in
Scientific Research and Development
Journal. This is an
Open Access article
distributed under
the terms of the Creative Commons
Attribution License (CC BY 4.0)
(http://creativecommons.org/licenses/
by/4.0)
ABSTRACT
Glaucoma is the most leading cause of irreversibleblindness withthepopulation
of Africa and Asia ranking the highest over the rate of glaucoma affected regions
around the world. The defect will damage eyes irreversiblybyaffecting theoptic
cup and optic disc of an eye. The early detection of glaucoma is an unavoidable
need in the medical field. The widely used technique to detect glaucoma is an
invasive method that may lead to other effects on the eye. This reason led to the
introduction of a non-invasive method that follows image processing for the
detection of glaucoma. Retinal image-based detection is the best way to choose
as it comes under non-invasive methods of detection. Detection of glaucoma
using retinal images requires various medical features of the eyes such as optic
cup diameter, optic disc diameter and optic cup-to-disc ratio areused.Glaucoma
disease detection from retinal images supports convolutional neural networks
(CNN). The textual features obtained from retinal images such as theopticcup to
optic disc measures are used for this classification. Convolutional Neural
Networks use little pre-processing techniques that can be implemented
relatively uncomplicated compared to otherimage classification techniques.The
implementation of this project followsthetraditionalCNNarchitecture,applying
filter layers such as Convolution layer and Pooling layer and also activation
functions such as ReLu function and sigmoidfunction topre-process aswellas to
update weights respectively on the hidden layers of the CNN followed by
classifying the image.
Keywords: Glaucoma, Retinal images, CNN, ROI
INTRODUCTION
A human eye is secreted by a watery fluid called aqueous
humor. This fluid causes an intra-ocular pressure (IOP) on
the inner surface of the eye. The pressure limits up to 20
mmHg. The IOP is kept constant by an even distribution of
fluids that flow inside an eye. The fluids are the aqueous
humor produced in the eye and the fluid that leaves ahuman
eye by an eye’s drainage system. The disturbance in the
distribution of fluid inside an eye leads to change in the
intra-ocular pressure. This change in the pressure inside an
eye damages the optic nerve headthat internallychanges the
location of the optic cup and optic disc. The casein whichthe
IOP increases and crosses a limit of 30 mmHg, reduces the
thickness of the retinal nerve fiber layer (RNFL) that
damages the optic nerve consequently. This disturbs the
interconnection between the photoreceptors.
Photoreceptors of a human eye are useful in the
transmission of the visual information to the brain. On a
severe attack of glaucoma, the photoreceptors don’t work in
the visual field.
In glaucoma affected eye, the optic cup size starts increasing
gradually that whacks the neuro-retinal rim (NRR) as it is
placed between the surfaces of the optic cup and the optic
disc. According to the ISNT quadrants, a normal eye has its
cup to disc ratio (CDR) as 0.5. As a result of an increase in
cup size, the CDR value also gets affected and will be greater
than 0.5, which indicates glaucoma. It is a challenging case
for a person to detect glaucoma at its earliest stage as it
shows an imperceptive growth that ultimately leadsto
complete and irreversible blindness. Glaucomais commonly
observed in people with an age over and above 60 years.
While the other age group can be affected based on the
family background and their genetic behaviour. Early
detection of glaucoma can be done by the fundus images of
an eye.
Fundus photographs areobtainedbycapturingaphotograph
of the fundus. Specialized fundus camera consists of an
intricate microscope that is usedin fundus photography.The
main structures that can be visualized on a fundus photoare
the retina, optic disc and macula. Fundus photography can
be performed with coloured filters that are red, blue and
green colours, commonly called as RGB.
Problem Definition
The aim is to design a computer-aided glaucoma detection
system that detects glaucoma at an early stage from the
fundus images of the human eye. The implementation is
based on CNN.
RELATED WORKS
IJTSRD23732
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD23732 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 438
Glaucoma is one of the major eye diseases that lead to
irreversible loss of vision. This damage cannot be easily
detected as glaucoma does not show any symptoms in its
early stage. An automated computer-aided system will help
ophthalmologists in early detection of glaucoma. The
existing approaches involve the extraction of the optic cup
and optic disc followed by elicitation of the properties such
as cup to disc ratio and ISNT ratio to classify glaucomatous
and healthy images.
The detailed reviews of the existingwork on computer-aided
diagnosis for glaucoma using digital fundus image are
observed that most of the algorithms follow the two-stage
structure, they are feature extraction and classification. The
Wavelet, Gabor transform, Higher order spectra (HOS), etc.,
are the most used techniques for feature extraction. In
classification, artificialneuralnetwork(ANN),supportvector
machine (SVM), K-nearest neighbour (KNN) predict
glaucoma. The design of such hand-crafted features is a
tedious job and time-consuming. Thesefeaturesarestrongly
related to expert knowledge and having restricted
representation power. It cannot show the discriminative
power for a huge dataset. Deep learning overcomes the
problem and enhances the classification. SVM classifier
achieved maximum performance of 97% accuracy for
nineteen features using 1000 fundus images. Convolutional
neural networks for glaucoma detection is based on
detecting the region of interest (ROI) from segmented
images. The proposed system is fully automated deep
learning architecture which can classify even early stage of
glaucoma. Convolution neural networks (CNN) extract the
localized features from input images and convolution is
performed with image patches using filters. Filter responses
are pooled repeatedly and re-filtered, and theoutputfeature
vector of resulting images on deep feed-forward network
architecture are eventually classified. The details of the
developed model are presented in the subsequent sections.
PROPOSED SYSTEM
Glaucoma detection from retinal images is implemented
based on CNN. CNN is the most efficient method used in
medical analysis and an effective technique to detect the
region of interest and also image classification.
Module Description
The three modules of the project are:
1. Image Pre-processing module
2. Feature Extraction module
3. Classification module
1. Image Pre-processing
Pre-processing defines the operations on images. The input
and output are intensity images. These images are of the
same kind as the original data capture.Theintensityimageis
usually represented by a matrix of image function values
such as brightness, contrast. Pre-processing improves the
image data that downscales the unwanted distortions and
enhances the image features that facilitates further
processing. The removal of noise from the image, reshaping
and resizing of an image can be considered to be apart of the
pre-processing phase.
2. Feature Extraction
This is the most crucial phase of glaucomadetection. Feature
extraction is a type of reducing the dimensions that
efficiently represents the region of interest from an entire
image vector. This approach is useful when image sizes are
large and the feature representation is required to perform
the image matching tasks and information retrieval.
Detection of Region of Interest (ROI) comes under the
feature extraction phase.
In the project, the optic cup and optic disc form of the region
of interest. The value of the cup to disc ratio is acquired from
the ROI.
3. Classification
Image classification is the task of classifying the data into
multiple classes from a spatial raster image. Image
classification is done upon analyzing the properties of
various features fromtheimages andorganizes this datainto
different categories or classes.
The fundus image taken is classified into two categories:
healthy eye, glaucomatous eye.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD23732 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 439
Convolutional Neural Network
A convolutional neural network follows a traditional neural
network approach. CNN consists of aninput,multiplehidden
layers and an output layer. The hidden layers of CNN are
typical in nature and consists of multiple functional layers.
The convolutional layers, pooling layers, fully connected
layers and normalization layers are themostused functional
layers in the hidden layers of CNN.
1. Convolutional layer
The convolutional layer can be said to be the core building
block of a CNN. Each convolutional neural network
starts with this convolutional layer. The parameters to this
layer consists of a set of learnable filters or kernels. These
kernels have a receptive field that can accept the input
volume. During the forward pass, each filter is convolved
across the dimensions of the input volume, computing a dot
product between the entries of the filter and the input. As a
result, the network is trained over the filters that activate
when it detects the feature at some spatial position in the
input.
2. Pooling layer
Convolutionalnetworks also includelocalandglobalpooling
layers. Pooling layers generally reducethedimensionsofthe
data. The reduced dimension is obtained by combining the
outputs of neuron clusters into a single neuron. Thesenewly
formed clusters are fed forward to the next layers over the
network. Local pooling combines small clusters typically of
matrix size, 2 x 2. While global pooling acts on all the
neurons of the convolutional layer. Pooling computes the
max or average value from a cluster of neurons. Max pooling
uses the maximum value at the prior layer. Average pooling
uses the average value at the prior layer.
3. Fully connected layer
The high-level reasoning in a neural network is done
through fully connected layers. Neurons in a fullyconnected
layer are connected to all activations in theprevious layer,as
in a non-convolutional artificial neural network. The
activations can be computed with matrix multiplication
followed by an offset. Fully connected layers connect each
neuron in one layer to each neuron in another layer.
Activation functions
Activation functions introduce non –linear properties to the
network. They decide if a neuron in the network has to be
activated or
not by calculating the weighted sum. The activation
functions used in the project are:
1. Rectified Linear Unit
Applying ReLU function to the feature maps to increase the
non – linearity in the network. It effectively removes the
negative values from an activation map by setting them to
zero.
g ( x ) = x+ = max ( 0 , x )
2. Sigmoid Function
A sigmoid function is a non-negative derivative, bounded,
differentiable, a real function that is defined for allrealinput
values at each point. The sigmoid function is a characteristic
and a smooth continuous function. The outputs of the
function range between -1 and 1.
CONCLUSION
The proposed computer-aided system will be a helpful way
for the early detection of glaucoma. The classification of the
fundus images as glaucomatous and healthy is based upon
the region of interest obtained after passing the image over
the convolutional neuralnetwork. Theglaucomatous images
are classified and displayed in an excel sheet.
The future work may involve extracting more parameters
from the fundus image and also predictingthestage atwhich
the eye is affected by glaucoma.
REFERENCES
[1] Gayathri Devi T.M.,Sudha S, Suraj P, “Glaucoma
Detection from Retinal Images”, Ieee Sponsored 2nd
International Conference on Electronics and
Communication Systems (ICECS 2015).
[2] Jose Ignacio Orlando, Elena Prokofyeva, Mariana Del
Fresno, Mathew B. Blaschko, “Convolutional Neural
Network Transfer for Automated Glaucoma
Identification”, 26 January 2017.
[3] 1nacer Eddine Benzebouchi, 2nabiha Azizi, 3seif
Eddine Bouziane, “Glaucoma Diagnosis Using
Cooperative Convolutional Neural Networks”, (Jan –
2018).
[4] Boosting Convolutional Filters with Entropy Sampling
for Optic Cup and Disc Image Segmentation from
Fundus Images Julian G. Zilly, Joachim M. Buhmann,
and Dwarikanath Mahapatra, (2015).
[5] Aquino, A. Gegundez-Arias, M. Marin., D. Detecting the
optic disc boundary in digital fundus images using
morphological edge detection and feature extraction
techniques. IEEE Trans. Medical Image 2011.
[6] Haleem, M. S., Han, L., van Hemert, J., and Li, B.,
“Automatic extraction of retinal features from colour
retinal images for glaucoma diagnosis: A review,”
Computerized Medical Imaging and Graphics 37(7),
581–596 (2013).
[7] Sermanet, P., Eigen, D., Zhang, X., Mathieu, M., Fergus,
R., and LeCun, Y., “Overfeat: Integrated recognition,
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID - IJTSRD23732 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 440
localization and detection using convolutional
networks,” in [International Conference on Learning
Representations], (2014).
[8] Jaderberg, M., Vedaldi, A., and Zisserman, A., “Speeding
up convolutional neural networks with low rank
expansions,” in [Proceedings of the British Machine
Vision Conference], BMVA Press (2014).
[9] Chakravarty, A. and Sivaswamy, J., “Glaucoma
classification with a fusion of segmentationandimage-
based features,” in [Biomedical Imaging (ISBI), 2016
IEEE 13th International Symposium on], 1, 689–692,
IEEE (2016).

More Related Content

What's hot

Eye phone .1
Eye phone .1Eye phone .1
Eye phone .1nivi6
 
Windows 10 の新機能 Azure AD Domain Join とは
Windows 10 の新機能 Azure AD Domain Join とはWindows 10 の新機能 Azure AD Domain Join とは
Windows 10 の新機能 Azure AD Domain Join とはMari Miyakawa
 
IoT通信サービス 1NCE IoTフラットレートご紹介
IoT通信サービス 1NCE IoTフラットレートご紹介IoT通信サービス 1NCE IoTフラットレートご紹介
IoT通信サービス 1NCE IoTフラットレートご紹介IoTビジネス共創ラボ
 
Gesture recognition document
Gesture recognition documentGesture recognition document
Gesture recognition documentNikhil Jha
 
Biometrics Iris Scanning: A Literature Review
Biometrics Iris Scanning: A Literature ReviewBiometrics Iris Scanning: A Literature Review
Biometrics Iris Scanning: A Literature ReviewOlivia Moran
 
EYE GAZE COMMUNICATION by njn
EYE GAZE COMMUNICATION by njnEYE GAZE COMMUNICATION by njn
EYE GAZE COMMUNICATION by njnNijin Nijin
 
Gesture recognition technology
Gesture recognition technologyGesture recognition technology
Gesture recognition technologyKompal Neutan
 
Eye Gaze Communication system
Eye Gaze Communication systemEye Gaze Communication system
Eye Gaze Communication systemMahimaKumari7
 
Image Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningImage Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningPRATHAMESH REGE
 
The eyegaze communication system
The eyegaze communication systemThe eyegaze communication system
The eyegaze communication systemPRADEEP Cheekatla
 
Industrial application of machine vision
Industrial application of machine visionIndustrial application of machine vision
Industrial application of machine visioneSAT Publishing House
 
Eye Tracking Based Human - Computer Interaction
Eye Tracking Based Human - Computer InteractionEye Tracking Based Human - Computer Interaction
Eye Tracking Based Human - Computer InteractionSharath Raj
 
E-BALL TECHNOLOGY SEMINAR REPORT
E-BALL TECHNOLOGY SEMINAR REPORTE-BALL TECHNOLOGY SEMINAR REPORT
E-BALL TECHNOLOGY SEMINAR REPORTVikas Kumar
 
Blue eyes technology ppt
Blue eyes technology pptBlue eyes technology ppt
Blue eyes technology pptijaranjani
 
eyegaze communication system
eyegaze communication system eyegaze communication system
eyegaze communication system Manasa Reddy
 

What's hot (20)

Eye phone .1
Eye phone .1Eye phone .1
Eye phone .1
 
GeoCSVのススメ
GeoCSVのススメGeoCSVのススメ
GeoCSVのススメ
 
Windows 10 の新機能 Azure AD Domain Join とは
Windows 10 の新機能 Azure AD Domain Join とはWindows 10 の新機能 Azure AD Domain Join とは
Windows 10 の新機能 Azure AD Domain Join とは
 
IoT通信サービス 1NCE IoTフラットレートご紹介
IoT通信サービス 1NCE IoTフラットレートご紹介IoT通信サービス 1NCE IoTフラットレートご紹介
IoT通信サービス 1NCE IoTフラットレートご紹介
 
Blue eyes technology
Blue eyes technologyBlue eyes technology
Blue eyes technology
 
Gesture recognition document
Gesture recognition documentGesture recognition document
Gesture recognition document
 
Fingerprints recognition
Fingerprints recognitionFingerprints recognition
Fingerprints recognition
 
Biometrics Iris Scanning: A Literature Review
Biometrics Iris Scanning: A Literature ReviewBiometrics Iris Scanning: A Literature Review
Biometrics Iris Scanning: A Literature Review
 
EYE GAZE COMMUNICATION by njn
EYE GAZE COMMUNICATION by njnEYE GAZE COMMUNICATION by njn
EYE GAZE COMMUNICATION by njn
 
Gesture recognition technology
Gesture recognition technologyGesture recognition technology
Gesture recognition technology
 
Eye Gaze Communication system
Eye Gaze Communication systemEye Gaze Communication system
Eye Gaze Communication system
 
Blue eyes technology
Blue eyes technologyBlue eyes technology
Blue eyes technology
 
Image Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningImage Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learning
 
The eyegaze communication system
The eyegaze communication systemThe eyegaze communication system
The eyegaze communication system
 
Industrial application of machine vision
Industrial application of machine visionIndustrial application of machine vision
Industrial application of machine vision
 
Eye Tracking Based Human - Computer Interaction
Eye Tracking Based Human - Computer InteractionEye Tracking Based Human - Computer Interaction
Eye Tracking Based Human - Computer Interaction
 
E-BALL TECHNOLOGY SEMINAR REPORT
E-BALL TECHNOLOGY SEMINAR REPORTE-BALL TECHNOLOGY SEMINAR REPORT
E-BALL TECHNOLOGY SEMINAR REPORT
 
Blue eyes technology ppt
Blue eyes technology pptBlue eyes technology ppt
Blue eyes technology ppt
 
eyegaze communication system
eyegaze communication system eyegaze communication system
eyegaze communication system
 
Screenless display
Screenless displayScreenless display
Screenless display
 

Similar to Glaucoma Detection from Retinal Images Using CNN

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
 
Analysis on Glaucoma Detection
Analysis on Glaucoma DetectionAnalysis on Glaucoma Detection
Analysis on Glaucoma Detectionijtsrd
 
DIABETIC RETINOPATHY DETECTION USING MACHINE LEARNING TECHNIQUE
DIABETIC RETINOPATHY DETECTION USING MACHINE LEARNING TECHNIQUEDIABETIC RETINOPATHY DETECTION USING MACHINE LEARNING TECHNIQUE
DIABETIC RETINOPATHY DETECTION USING MACHINE LEARNING TECHNIQUEIRJET Journal
 
A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...
A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...
A Survey on Retinal Area Detector From Scanning Laser Ophthalmoscope (SLO) Im...IRJET Journal
 
Various cataract detection methods-A survey
Various cataract detection methods-A surveyVarious cataract detection methods-A survey
Various cataract detection methods-A surveyIRJET 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
 
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
 
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 ImagingIRJET Journal
 
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...IRJET Journal
 
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...IRJET Journal
 
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...iosrjce
 
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 MODELIRJET Journal
 
3c31fd00-8ac4-4e1e-82c6-ee6f24a54210-492.pptx
3c31fd00-8ac4-4e1e-82c6-ee6f24a54210-492.pptx3c31fd00-8ac4-4e1e-82c6-ee6f24a54210-492.pptx
3c31fd00-8ac4-4e1e-82c6-ee6f24a54210-492.pptxsajalmenon99
 
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
 
An effective deep learning network for detecting and classifying glaucomatous...
An effective deep learning network for detecting and classifying glaucomatous...An effective deep learning network for detecting and classifying glaucomatous...
An effective deep learning network for detecting and classifying glaucomatous...IJECEIAES
 
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...IRJET Journal
 
IRJET- Eye Diabetic Retinopathy by using Deep Learning
IRJET- Eye Diabetic Retinopathy by using Deep LearningIRJET- Eye Diabetic Retinopathy by using Deep Learning
IRJET- Eye Diabetic Retinopathy by using Deep LearningIRJET Journal
 

Similar to Glaucoma Detection from Retinal Images Using CNN (20)

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 ...
 
643 648
643 648643 648
643 648
 
Analysis on Glaucoma Detection
Analysis on Glaucoma DetectionAnalysis on Glaucoma Detection
Analysis on Glaucoma Detection
 
DIABETIC RETINOPATHY DETECTION USING MACHINE LEARNING TECHNIQUE
DIABETIC RETINOPATHY DETECTION USING MACHINE LEARNING TECHNIQUEDIABETIC RETINOPATHY DETECTION USING MACHINE LEARNING TECHNIQUE
DIABETIC RETINOPATHY DETECTION USING MACHINE LEARNING TECHNIQUE
 
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...
 
Various cataract detection methods-A survey
Various cataract detection methods-A surveyVarious cataract detection methods-A survey
Various cataract detection methods-A survey
 
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
 
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...
 
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
 
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...
 
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...
 
V01761152156
V01761152156V01761152156
V01761152156
 
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
 
A045010107
A045010107A045010107
A045010107
 
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
 
3c31fd00-8ac4-4e1e-82c6-ee6f24a54210-492.pptx
3c31fd00-8ac4-4e1e-82c6-ee6f24a54210-492.pptx3c31fd00-8ac4-4e1e-82c6-ee6f24a54210-492.pptx
3c31fd00-8ac4-4e1e-82c6-ee6f24a54210-492.pptx
 
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...
 
An effective deep learning network for detecting and classifying glaucomatous...
An effective deep learning network for detecting and classifying glaucomatous...An effective deep learning network for detecting and classifying glaucomatous...
An effective deep learning network for detecting and classifying glaucomatous...
 
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...
 
IRJET- Eye Diabetic Retinopathy by using Deep Learning
IRJET- Eye Diabetic Retinopathy by using Deep LearningIRJET- Eye Diabetic Retinopathy by using Deep Learning
IRJET- Eye Diabetic Retinopathy by using Deep Learning
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 

Recently uploaded (20)

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 

Glaucoma Detection from Retinal Images Using CNN

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume: 3 | Issue: 4 | May-Jun 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470 @ IJTSRD | Unique Paper ID - IJTSRD23732 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 437 Glaucoma Detection from Retinal Images Vishnubhotla Poornasree1, Vijayagiri Ashritha1, Venumula Deeksha Reddy1, J. Srilatha2 1UG Scholar, 2Assistant Professor 1,2Department of Computer Science and Engineering, 1,2Stanley College of Engineering and Technology for Women, Hyderabad, Telangana, India How to cite this paper: Vishnubhotla Poornasree | Vijayagiri Ashritha | Venumula Deeksha Reddy | J. Srilatha "Glaucoma Detection from Retinal Images" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-4, June 2019, pp.437-439, URL: https://www.ijtsrd.c om/papers/ijtsrd23 732.pdf Copyright © 2019 by author(s) and International Journal of Trend in Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/ by/4.0) ABSTRACT Glaucoma is the most leading cause of irreversibleblindness withthepopulation of Africa and Asia ranking the highest over the rate of glaucoma affected regions around the world. The defect will damage eyes irreversiblybyaffecting theoptic cup and optic disc of an eye. The early detection of glaucoma is an unavoidable need in the medical field. The widely used technique to detect glaucoma is an invasive method that may lead to other effects on the eye. This reason led to the introduction of a non-invasive method that follows image processing for the detection of glaucoma. Retinal image-based detection is the best way to choose as it comes under non-invasive methods of detection. Detection of glaucoma using retinal images requires various medical features of the eyes such as optic cup diameter, optic disc diameter and optic cup-to-disc ratio areused.Glaucoma disease detection from retinal images supports convolutional neural networks (CNN). The textual features obtained from retinal images such as theopticcup to optic disc measures are used for this classification. Convolutional Neural Networks use little pre-processing techniques that can be implemented relatively uncomplicated compared to otherimage classification techniques.The implementation of this project followsthetraditionalCNNarchitecture,applying filter layers such as Convolution layer and Pooling layer and also activation functions such as ReLu function and sigmoidfunction topre-process aswellas to update weights respectively on the hidden layers of the CNN followed by classifying the image. Keywords: Glaucoma, Retinal images, CNN, ROI INTRODUCTION A human eye is secreted by a watery fluid called aqueous humor. This fluid causes an intra-ocular pressure (IOP) on the inner surface of the eye. The pressure limits up to 20 mmHg. The IOP is kept constant by an even distribution of fluids that flow inside an eye. The fluids are the aqueous humor produced in the eye and the fluid that leaves ahuman eye by an eye’s drainage system. The disturbance in the distribution of fluid inside an eye leads to change in the intra-ocular pressure. This change in the pressure inside an eye damages the optic nerve headthat internallychanges the location of the optic cup and optic disc. The casein whichthe IOP increases and crosses a limit of 30 mmHg, reduces the thickness of the retinal nerve fiber layer (RNFL) that damages the optic nerve consequently. This disturbs the interconnection between the photoreceptors. Photoreceptors of a human eye are useful in the transmission of the visual information to the brain. On a severe attack of glaucoma, the photoreceptors don’t work in the visual field. In glaucoma affected eye, the optic cup size starts increasing gradually that whacks the neuro-retinal rim (NRR) as it is placed between the surfaces of the optic cup and the optic disc. According to the ISNT quadrants, a normal eye has its cup to disc ratio (CDR) as 0.5. As a result of an increase in cup size, the CDR value also gets affected and will be greater than 0.5, which indicates glaucoma. It is a challenging case for a person to detect glaucoma at its earliest stage as it shows an imperceptive growth that ultimately leadsto complete and irreversible blindness. Glaucomais commonly observed in people with an age over and above 60 years. While the other age group can be affected based on the family background and their genetic behaviour. Early detection of glaucoma can be done by the fundus images of an eye. Fundus photographs areobtainedbycapturingaphotograph of the fundus. Specialized fundus camera consists of an intricate microscope that is usedin fundus photography.The main structures that can be visualized on a fundus photoare the retina, optic disc and macula. Fundus photography can be performed with coloured filters that are red, blue and green colours, commonly called as RGB. Problem Definition The aim is to design a computer-aided glaucoma detection system that detects glaucoma at an early stage from the fundus images of the human eye. The implementation is based on CNN. RELATED WORKS IJTSRD23732
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD23732 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 438 Glaucoma is one of the major eye diseases that lead to irreversible loss of vision. This damage cannot be easily detected as glaucoma does not show any symptoms in its early stage. An automated computer-aided system will help ophthalmologists in early detection of glaucoma. The existing approaches involve the extraction of the optic cup and optic disc followed by elicitation of the properties such as cup to disc ratio and ISNT ratio to classify glaucomatous and healthy images. The detailed reviews of the existingwork on computer-aided diagnosis for glaucoma using digital fundus image are observed that most of the algorithms follow the two-stage structure, they are feature extraction and classification. The Wavelet, Gabor transform, Higher order spectra (HOS), etc., are the most used techniques for feature extraction. In classification, artificialneuralnetwork(ANN),supportvector machine (SVM), K-nearest neighbour (KNN) predict glaucoma. The design of such hand-crafted features is a tedious job and time-consuming. Thesefeaturesarestrongly related to expert knowledge and having restricted representation power. It cannot show the discriminative power for a huge dataset. Deep learning overcomes the problem and enhances the classification. SVM classifier achieved maximum performance of 97% accuracy for nineteen features using 1000 fundus images. Convolutional neural networks for glaucoma detection is based on detecting the region of interest (ROI) from segmented images. The proposed system is fully automated deep learning architecture which can classify even early stage of glaucoma. Convolution neural networks (CNN) extract the localized features from input images and convolution is performed with image patches using filters. Filter responses are pooled repeatedly and re-filtered, and theoutputfeature vector of resulting images on deep feed-forward network architecture are eventually classified. The details of the developed model are presented in the subsequent sections. PROPOSED SYSTEM Glaucoma detection from retinal images is implemented based on CNN. CNN is the most efficient method used in medical analysis and an effective technique to detect the region of interest and also image classification. Module Description The three modules of the project are: 1. Image Pre-processing module 2. Feature Extraction module 3. Classification module 1. Image Pre-processing Pre-processing defines the operations on images. The input and output are intensity images. These images are of the same kind as the original data capture.Theintensityimageis usually represented by a matrix of image function values such as brightness, contrast. Pre-processing improves the image data that downscales the unwanted distortions and enhances the image features that facilitates further processing. The removal of noise from the image, reshaping and resizing of an image can be considered to be apart of the pre-processing phase. 2. Feature Extraction This is the most crucial phase of glaucomadetection. Feature extraction is a type of reducing the dimensions that efficiently represents the region of interest from an entire image vector. This approach is useful when image sizes are large and the feature representation is required to perform the image matching tasks and information retrieval. Detection of Region of Interest (ROI) comes under the feature extraction phase. In the project, the optic cup and optic disc form of the region of interest. The value of the cup to disc ratio is acquired from the ROI. 3. Classification Image classification is the task of classifying the data into multiple classes from a spatial raster image. Image classification is done upon analyzing the properties of various features fromtheimages andorganizes this datainto different categories or classes. The fundus image taken is classified into two categories: healthy eye, glaucomatous eye.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD23732 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 439 Convolutional Neural Network A convolutional neural network follows a traditional neural network approach. CNN consists of aninput,multiplehidden layers and an output layer. The hidden layers of CNN are typical in nature and consists of multiple functional layers. The convolutional layers, pooling layers, fully connected layers and normalization layers are themostused functional layers in the hidden layers of CNN. 1. Convolutional layer The convolutional layer can be said to be the core building block of a CNN. Each convolutional neural network starts with this convolutional layer. The parameters to this layer consists of a set of learnable filters or kernels. These kernels have a receptive field that can accept the input volume. During the forward pass, each filter is convolved across the dimensions of the input volume, computing a dot product between the entries of the filter and the input. As a result, the network is trained over the filters that activate when it detects the feature at some spatial position in the input. 2. Pooling layer Convolutionalnetworks also includelocalandglobalpooling layers. Pooling layers generally reducethedimensionsofthe data. The reduced dimension is obtained by combining the outputs of neuron clusters into a single neuron. Thesenewly formed clusters are fed forward to the next layers over the network. Local pooling combines small clusters typically of matrix size, 2 x 2. While global pooling acts on all the neurons of the convolutional layer. Pooling computes the max or average value from a cluster of neurons. Max pooling uses the maximum value at the prior layer. Average pooling uses the average value at the prior layer. 3. Fully connected layer The high-level reasoning in a neural network is done through fully connected layers. Neurons in a fullyconnected layer are connected to all activations in theprevious layer,as in a non-convolutional artificial neural network. The activations can be computed with matrix multiplication followed by an offset. Fully connected layers connect each neuron in one layer to each neuron in another layer. Activation functions Activation functions introduce non –linear properties to the network. They decide if a neuron in the network has to be activated or not by calculating the weighted sum. The activation functions used in the project are: 1. Rectified Linear Unit Applying ReLU function to the feature maps to increase the non – linearity in the network. It effectively removes the negative values from an activation map by setting them to zero. g ( x ) = x+ = max ( 0 , x ) 2. Sigmoid Function A sigmoid function is a non-negative derivative, bounded, differentiable, a real function that is defined for allrealinput values at each point. The sigmoid function is a characteristic and a smooth continuous function. The outputs of the function range between -1 and 1. CONCLUSION The proposed computer-aided system will be a helpful way for the early detection of glaucoma. The classification of the fundus images as glaucomatous and healthy is based upon the region of interest obtained after passing the image over the convolutional neuralnetwork. Theglaucomatous images are classified and displayed in an excel sheet. The future work may involve extracting more parameters from the fundus image and also predictingthestage atwhich the eye is affected by glaucoma. REFERENCES [1] Gayathri Devi T.M.,Sudha S, Suraj P, “Glaucoma Detection from Retinal Images”, Ieee Sponsored 2nd International Conference on Electronics and Communication Systems (ICECS 2015). [2] Jose Ignacio Orlando, Elena Prokofyeva, Mariana Del Fresno, Mathew B. Blaschko, “Convolutional Neural Network Transfer for Automated Glaucoma Identification”, 26 January 2017. [3] 1nacer Eddine Benzebouchi, 2nabiha Azizi, 3seif Eddine Bouziane, “Glaucoma Diagnosis Using Cooperative Convolutional Neural Networks”, (Jan – 2018). [4] Boosting Convolutional Filters with Entropy Sampling for Optic Cup and Disc Image Segmentation from Fundus Images Julian G. Zilly, Joachim M. Buhmann, and Dwarikanath Mahapatra, (2015). [5] Aquino, A. Gegundez-Arias, M. Marin., D. Detecting the optic disc boundary in digital fundus images using morphological edge detection and feature extraction techniques. IEEE Trans. Medical Image 2011. [6] Haleem, M. S., Han, L., van Hemert, J., and Li, B., “Automatic extraction of retinal features from colour retinal images for glaucoma diagnosis: A review,” Computerized Medical Imaging and Graphics 37(7), 581–596 (2013). [7] Sermanet, P., Eigen, D., Zhang, X., Mathieu, M., Fergus, R., and LeCun, Y., “Overfeat: Integrated recognition,
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID - IJTSRD23732 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 440 localization and detection using convolutional networks,” in [International Conference on Learning Representations], (2014). [8] Jaderberg, M., Vedaldi, A., and Zisserman, A., “Speeding up convolutional neural networks with low rank expansions,” in [Proceedings of the British Machine Vision Conference], BMVA Press (2014). [9] Chakravarty, A. and Sivaswamy, J., “Glaucoma classification with a fusion of segmentationandimage- based features,” in [Biomedical Imaging (ISBI), 2016 IEEE 13th International Symposium on], 1, 689–692, IEEE (2016).