Analyzing The Severity of The Diabetic Retinopathy and Its Preventive Measures by Maintaining Database Using Gui in Matlab
Analyzing The Severity of The Diabetic Retinopathy and Its Preventive Measures by Maintaining Database Using Gui in Matlab
Analyzing The Severity of The Diabetic Retinopathy and Its Preventive Measures by Maintaining Database Using Gui in Matlab
I. INTRODUCTION
Diabetic retinopathy (DR) is one of the complications
resulted from prolonged diabetic condition usually after ten to
fifteen years of having diabetes. In the case of DR, the high
glucose level or hyperglycemia causes damage to the tiny
blood vessels inside the retina. These tiny blood vessels will
leak blood and fluid on the retina, forming features such as
micro aneurysms, hemorrhages, hard exudates, cotton wool
spots, or venous loops U.R.Acharya (2007) et al [1].
DR affects about 60% of patients having diabetes for 15
years or more and a percentage of these are at risk of
developing blindness dicussed in [2]. Despite these
intimidating statistics, research indicates that at least 90% of
these new cases could be reduced if there was proper and
vigilant treatment and monitoring of the eyes [3]. Laser
131
Analyzing the Severity of the Diabetic Retinopathy and Its Preventive Measures by Maintaining Database Using Gui In Matlab
the pre-processed. The second category is the indirect method
in which various anatomical structures are initially segmented
from the preprocessed images and then features are extracted
from these anatomical structures. These anatomical structures
include macula, border formation and the optical disk.
We extract the anatomical structures like optical disk and
macula using morphological opening function Daniel Welfer
(2010), Cemal Kose (2008) et al [8, 9]. And using two border
detection techniques for effective extraction, we extract the
image border by applying morphological dilate and erode then
subtracting dilate with erode image.
V. FEATURE EXTRACTION
The third step is to extract the features to detect the required
features such as exudates, micro-aneurysms and blood vessels.
In this process we use morphological operations such as dilate,
erode, opening and closing Dietrich Paulus (2005), Ana Maria
Mendonca (2006) et al [10, 11]. After applying these
operations we convert image into binary image then using
logical operations AND and OR, filters like colfilt and
segmentation we segment the exudates, micro-aneurysms and
blood vessels Jagadish Nayak, Akara Sopharak (2008) et al
[12, 13].
After extracting the features, by using loops we will
calculate the area of each feature to know the severity of the
disease.
VI. DISEASE SEVERITY
Fig.1 Algorithm processing steps
III. IMAGE PRE-PROCESSING
The preliminary step in automated retinal pathology
diagnosis is image preprocessing. This includes various
techniques such as contrast enhancement, gray/green
component, image de-noising etc. Initially we convert the RGB
image into gray color image/green channel image Salvatelli A.
(2007) et al [6] to further process the image. Then Image
enhancement techniques are designed to improve the quality of
an image as perceived by human being. Adaptive Histogram
equalization is a constant enhancement technique which
provides a sophisticated method for modifying the dynamic
range and contrast of an image by altering that image such that
its intensity histogram has a desired shape Andrea Anzalone
(2008) et al [7]. The median filter is a non linear digital filter
technique often used to remove noise from images or other
signals. We use bwareaopen also to remove the small area
of pixels considered to be noise after applying morphological
operations.
IV. ANATOMICAL STRUCTURE EXTRACTION
The second step is the feature extraction technique in which
suitable feature set is extracted from the enhanced retinal
images. The feature extraction techniques for retinal images
are broadly divided into two classes. The first category is the
direct method in which the textural features are extracted from
132
S.No
Patient
Name
Patient
Phone
Number
1.
Ganesh
2.
Patient
Input
Image
Blood
Vessels
Disease
Severity
Corresponding
Treatment
7396069927
Mild
Laser PRP
Treatment
Srinu
8885384318
Moderate
Vitrectomy
3.
Mahesh
9700370745
Severe
Laser
Photocoagulation
4.
Lalitha
9985536700
Moderate
Vitrectomy
5.
Surya
9908026375
Severe
Laser
Photocoagulation
6.
Rahim
9908026375
Mild
Laser PRP
Treatment
7.
John
8483864467
Severe
Laser
Photocoagulation
8.
Williams
7726798340
Moderate
Vitrectomy
9.
Rohit
9848693260
Severe
Laser
Photocoagulation
10.
Chan Lee
9497921875
Moderate
Vitrectomy
Exudate
133
Micro-aneur
ysms
Fig.2 GUI for Main Page to add patient details, analyzing the
disease severity, searching, deleting and cleaning patient
details
When we click on the Add Patient push button in the main
page GUI then immediately Add Patient GUI will be called.
In this Add patient GUI we two main push buttons one for
entering patients details like patients name, patients phone
number and read the patients image. Then another push
button to analyze the disease, extraction of the features,
calculating area, to know disease severity and to indicate
corresponding treatment. All these information will be
displayed in the text fields. And patients input image,
extracted features like exudates, blood vessels and
micro-aneurysms are shown in figures. Along with the above
said push buttons we have three additional buttons to return
to the Main GUI, to clean the text fields and axis and Exit
button. After we enter and analyze one patient, we can add
another patient and like that we can add and analyze any
number of patients. Then if we want to return to the Main
GUI we can click on the Main page push button then
immediately this GUI calls Main Page GUI. Otherwise we
can directly exit from this GUI by clicking on Exit push
button. This GUI is shown in the following figure3.
134
IX. CONCLUSION
[2]
[3]
[4]
[5]
[6]
135
U R Acharya, C M Lim, E Y K Ng, C Chee and T Tamura. Computerbased detection of diabetes retinopathy stages using digital fundus
images.
Singapore
Association
of
the
Visually
Handicapped.
http://www.savh.org.sg/info_cec_diseases.php.
What is Diabetic Retinopathy? http://www.news-medical.net/health/
What-is-Diabetic-Retinopathy.aspx.
Diabetic Retinopathy. http://www.hoptechno.com/book45.htm.
James L. Kinyoun, Donald C. Martin, Wilfred Y. Fujimoto, Donna L.
Leonetti. Opthalmoscopy Versus Fundus Photographs for Detecting
and Grading Diabetic Retinopathy.
Salvatelli A., Bizai G., Barbosa G.Drozdowicz and Delrieux (2007),
A comparative analysis of pre-processing techniques in colour retinal
images, Journal of Physics: Conference series 90.
136