SlideShare a Scribd company logo
1 of 4
Download to read offline
Detection of Microaneurysm in Diabetic Retinopathy
Morium Akter
Department of Computer Science and Engineering
Jahangirnagar University
Savar, Dhaka, Bangladesh
e-mail: ecs_morium@yahoo.com
Abstract—Diabetic retinopathy is a severe vision complication of
diabetes and it is one of the main causes of blindness all over the
world. Early detection of diabetic retinopathy is essential to cope
with this adverse effect. Microaneurysm is one of the early signs
of diabetic retinopathy. So the presence of microaneurysm
detection is a prerequisite for early diagnosis of diabetic
retinopathy. In this paper, we have proposed a simple
morphological method for the detection of microaneurysm that
uses top-hat transform. Our method can detect the faint
microaneurysm at low resolution due to contrast enhancement
and noise reduction as preprocessing. We also compare the
results of different retinopathy detection techniques.
Keywords-Diabetic retinopathy, microaneurysm, blindness,
contrast enhancement, morphological operation.
I. INTRODUCTION
Diabetic retinopathy is the most common cause of
blindness. It is one of the consequences of diabetes. Around 7%
people who have diabetes for 10 years will have developed
diabetic retinopathy. The rate of blindness in global population
from diabetic retinopathy will rise to 4.4% at the end of 2030
[1], [2], [3].
Microaneurysm is one of the earliest symptoms of the
diabetic retinopathy. If we can detect the microaneurysm at an
earlier stage then diagnosis of retinopathy can be done
effectively. As a result the treatment of diabetic retinopathy can
reduce the threat of blindness by 50% [4]-[8].
Microaneurysm [4], [9]-[10] is a retina lesion which is
caused by local swelling of capillary walls and generate small
red dots on the surface of the retina shown in Figure 1. It
ranges from 25 – 100 microns in size.
The detection of microaneurysm is difficult due inherent
low contrast characteristic of eye fundus images. So our aim is
to develop a system for the detection of diabetic retinopathy by
detecting microaneurysm, helping the patients as well as the
doctors for early diagnosis of diabetic retinopathy for reducing
blindness of the diabetic patients.
Sopharak et al. [2] and Prakash and K. Sumathi [4]
proposed microaneurysm detection methods using
mathematical morphology. In this paper, we propose a simple
morphological method for the detection of microaneurysm
using top-hat transform along with image preprocessing. We
compare the results of our method with the results of the above
methods.
Besides this, another method was proposed by Pallawala et
al. [9] based on eigenvectors of affinity matrix. We also
compared the results with our results.
Section II describes medical knowledge of diabetic
retinopathy, Section III presents our proposed method, Section
IV shows the experimental results and discussions and finally,
Section V draws the conclusions of our paper.
(a) (b)
(c) (d)
(e)
Figure 1. Abnormal findings in the eye fundus images caused by
diabetic retinopathy: (a) hard exudates, (b) soft exudates, (c)
hemorrhage, (d) microaneurysm and (e) neovascularizations
(images taken from references [11]).
International Journal of Computer Science and Information Security (IJCSIS),
Vol. 15, No. 8, August 2017
200 https://sites.google.com/site/ijcsis/
ISSN 1947-5500
Figure 2. Flow diagram
II. MEDICAL KNOWLEDGE OF DIABETIC RETINOPATHY
Diabetic retinopathy is a consequence of diabetes. It
affects retina’s blood vessels and prevents light entering the
retina that may create blindness [3], [11] and [12] of diabetic
patents. Sometimes these vessels may dilate or close
completely. Figure 1 shows the symptoms of diabetic
retinopathy. In severe retinopathy, the blood vessels may
become diluted which create microinfarcts in the retina. Lack
of oxygen in the microinfarcts cause the development of new
fragile vessels. This phenomenon is called neovascularization
– a serious cause of vision loss.
Microaneurysm is the earliest symptoms of ratinopathy. It
looks like as small, dark red spots and causes intra retinal
haemorrhages. It’s size may vary from 10-100 microns.
III. PROPOSED METHOD
The flow diagram of our method is shown in Figure 2. At
first we have to take a color fundus image as an input. Then the
image is converted into green band image, G. We used median
filtering (to get B image) and histogram equalization (HE
image) as preprocessing for noise reduction and enhancement
purpose. We get shade corrected (SC) image by subtracting B
image from the green band image G through equation (1).
SC=G-B (1)
The top-hat and binarization operations are applied to the
shade corrected (SC) image to get optic disk and blood vessel
which is named as V.
Then the difference image (D) is obtained by equation
(2)
D=G-SC-V (2)
Then on D image we apply recursive region growing
algorithm to get microaneurysm. The output of the proposed
method is shown in Figure 3.
Color fundus
image of retina
Image
acquisition
Green band Image
(G)
Median filtering
(B) and histogram
equalized image
(HE)
Denoising
and contrast
stretching
Finding shade
corrected image
(SC=G-B)
Blood vessel and
optic disk
detection (V)
Removal of blood
vessel
Microaneurysm
detection by
recursive region
i
Analysis
Detection
(a) (b)
(c) (d)
(e) (f)
(g)
Figure 3. Microaneurysm detection: a) input image (b) green
image, G (c) background image after median Filter, B (d ) image
after histogram equalization, HE (e) shade corrected image, SC=
G-B (f) detected blood vessel image, V (g) detected
microaneurysm.
International Journal of Computer Science and Information Security (IJCSIS),
Vol. 15, No. 8, Augus 2017
201 https://sites.google.com/site/ijcsis/
ISSN 1947-5500
IV. EXPERIMENTAL RESULT AND DISCUSSIONS
We have tested our system with 100 retinopathy color
fundus images from Bangaldesh Eye Hospital, Dhaka. We
implemented our algorithm using Matlab 7.1. In the testing
phase we calculated the number of clusters of microaneurysm.
Then we categorize these images into normal, mild, moderate
and severe diabetic retinopathy according to the number of
detected clusters. Figure 4 shows the output of our method
according to the category of detected microaneurysms. Among
100 images the proposed technique finds 40 images are normal,
38 are mild diabetic retinopathy, 6 images are moderately
affected, 12 images are severely affected and 4 image gives
wrong result which are similar to opthamologist hand-drawn
ground truths. Our method gives 96% correct result which is
better compared to the method described in [2], [4] and [9].
The accuracy of the method shown in reference [2] is higher
than us as it uses only 15 retinal images. The method shown in
reference [4] have used top hat transform but it did not specify
the performance of the method. The method shown in reference
[9] cannot detect the blurred microaneurysm clusters and hence
the performance is somehow lower. Table I shows the
comparison of different method’s performances.
TABLE I. COMPRISION
Authors Accuracy
Akara Sopharak et. al. [2] 99.99%
Prakash and K.Sumathi [4] Not specified
Pallawala et. al [9] 93%
Our method 96%
V. CONCLUSIONS
Microaneurysm is the earlier sign of diabetic retinopathy. In
this paper we described a microaneurysm detection method for
early diagnosis of diabetic retinopathy through a simple
morphological operation along with top hat transform. We have
tested our method using practical diabetic retinopathy images.
Experimental results confirmed that our method is effective and
will be helpful for diagnosis of retinopathy diagnosis.
ACKNOWLEDGMENT
We are grateful to Dr Omor Jafarullah, Medical officer,
Bangladesh Eye Hospital, Satmasjid Road, Dhaka, Bangladesh
for giving retinopathy color fundus images and helping us in
doing the research.
REFERENCES
[1] Akara Sopharak, Bunyarit Uyyanonvara and Sarah Barman,
“Automated microaneurysm detection algorithms applied to diabetic
retinopathy retinal images”, Maejo International Journal of Science and
Technology, 2013, pp. 294-314, ISSN 1905-7873.
[2] Akara Sopharak, Bunyarit Uyyanonvara and Sarah Barman, “Fine
Microaneurysm Detection from Non-dilated Diabetic Retinopathy
Retinal Images Using a Hybrid Approach”, Proceedings of the World
Congress on Engineering 2012 Vol II , WCE 2012, July 4 - 6, 2012,
London, U.K.
[3] Atsushi Mizutani, Chisako Muramatsu, Yuji Hatanaka, Shinsuke
Suemori, Takeshi Hara, and Hiroshi Fujita, “Automated microaneurysm
detection method based on double-ring filter in retinal fundus images”,
Medical Imaging 2009: Computer-Aided Diagnosis, edited by Nico
Karssemeijer, Maryellen L. Giger Proc. of SPIE Vol. 7260, 72601N · ©
2009 SPIE · CCC code: 1605-7422/09/$18 · doi: 10.1117/12.813468
[4] Prakash and K.Sumathi, “Detection and Classification of
Microaneurysms for Diabetic
Retinopathy”, International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 National
Conference on Advanced ommunication & Computing Techniques
(NCACCT-19 March 2013, pp.no 31-36.
[5] C. Sinthanayothin, J.F. Boyce, T. H. Williamson, A. TT. Elliot,
“Automated Detection of Diabetic Retinopathy on Digital Fundus
IImage ”, International Journal of Diabetic Medicine, vol. 19, pp. 105-
112, 2002
[6] The Royal College of Ophthalmologists 2012, “Diabetic Retinopathy
Guidelines”, December 2012, available online at
http://www.rcophth.ac.uk/core/core_picker/download.asp?id=1533
(accessed on 112.5.17 ).
[7] Iqbal, M.I Aibinu, A.M Gubbal, N.S and Khan, A “Automatic
Diagnosis Of Diabetic Retinopathy Using Fundus Images”, available
online at http://paper.ijcsns.org/07_book/200812/20081230.pdf
(accessed on 112.4.16 ).
[8] S. Kavitha, K. Duraiswamy, “ Automatic Detection of Hard and Soft
Exudates in Fundus Images Using Color Histogram Thresholding”,
European Journal of Scientific Research, ISSN 1450-216X Vol.48
No.3(2011), pp.493-504.
[9] P M D S Pallawala, Wynne Hsu, Mong Li Lee and Say Song Goh,
“Automated Microaneurysm Segmentation and Detection using
Generalized Eigenvectors”, available online at
http://www.math.nus.edu.sg/~matgohss/microfin.pdf (accessed on
12.5.17).
[10] G. Yangy, L. Gagnonz, S. Wangy and M.-C. Boucher, “Algorithm for
detecting micro-aneurysms in low-resolution color retinal images”,
available online at
https://crim.ca/Publications/2001/documents/plein_texte/VIS_YanGLals
_VI01.pdf (accessed on 112.5.17 ).
(a) (b)
(c) (d)
Figure 4. a) Output of a normal image b) output of a mild retinopathy
image, c) output of a moderate retinopathy image, and d) output of a
severe retinopathy image.
International Journal of Computer Science and Information Security (IJCSIS),
Vol. 15, No. 8, Augus 2017
202 https://sites.google.com/site/ijcsis/
ISSN 1947-5500
[11] Pavle Prentaˇsi´c, “Detection of Diabetic Retinopathy in Fundus
Photographs”, available online at
https://www.fer.unizg.hr/_download/repository/KDI_Prentasic_Pavle.pd
f (accessed on 112.5.17 ).
[12] Seema Garg, and Richard M. Davis, “Diabetic retinopathy screening
update, available online at
http://clinical.diabetesjournals.org/content/27/4/140.full.pdf (accessed on
June 28, 2013).
International Journal of Computer Science and Information Security (IJCSIS),
Vol. 15, No. 8, Augus 2017
203 https://sites.google.com/site/ijcsis/
ISSN 1947-5500

More Related Content

What's hot

H0366051058
H0366051058H0366051058
H0366051058theijes
 
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
 
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-images
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-imagesA novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-images
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-imagesSrinivasaRaoNaga
 
Detection of exudates draft
Detection of exudates draftDetection of exudates draft
Detection of exudates draftnitheshksuvarna
 
Detection of exudates draft
Detection of exudates draftDetection of exudates draft
Detection of exudates draftnitheshksuvarna
 
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
 
A UTOMATIC C OMPUTATION OF CDR U SING F UZZY C LUSTERING T ECHNIQUES
A UTOMATIC C OMPUTATION OF CDR U SING F UZZY C LUSTERING T ECHNIQUESA UTOMATIC C OMPUTATION OF CDR U SING F UZZY C LUSTERING T ECHNIQUES
A UTOMATIC C OMPUTATION OF CDR U SING F UZZY C LUSTERING T ECHNIQUEScsandit
 
A review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyA review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyeSAT Publishing House
 
A review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyA review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyeSAT Journals
 
A Novel Approach for Diabetic Retinopthy Classification
A Novel Approach for Diabetic Retinopthy ClassificationA Novel Approach for Diabetic Retinopthy Classification
A Novel Approach for Diabetic Retinopthy ClassificationIJERA Editor
 
Blood vessel segmentation in fundus images
Blood vessel segmentation in fundus imagesBlood vessel segmentation in fundus images
Blood vessel segmentation in fundus imagesIRJET Journal
 
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...TELKOMNIKA 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
 
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
 
Multistage Classification of Alzheimer’s Disease
Multistage Classification of Alzheimer’s DiseaseMultistage Classification of Alzheimer’s Disease
Multistage Classification of Alzheimer’s DiseaseIJLT EMAS
 
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINAAN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINAijait
 
Detection of Proximal Caries at The Molar Teeth Using Edge Enhancement Algori...
Detection of Proximal Caries at The Molar Teeth Using Edge Enhancement Algori...Detection of Proximal Caries at The Molar Teeth Using Edge Enhancement Algori...
Detection of Proximal Caries at The Molar Teeth Using Edge Enhancement Algori...IJECEIAES
 
MahdiMarsousi_PhD_FOE_PresentationSlides
MahdiMarsousi_PhD_FOE_PresentationSlidesMahdiMarsousi_PhD_FOE_PresentationSlides
MahdiMarsousi_PhD_FOE_PresentationSlidesMahdi Marsousi
 

What's hot (19)

H0366051058
H0366051058H0366051058
H0366051058
 
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...
 
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-images
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-imagesA novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-images
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-images
 
Detection of exudates draft
Detection of exudates draftDetection of exudates draft
Detection of exudates draft
 
Detection of exudates draft
Detection of exudates draftDetection of exudates draft
Detection of exudates draft
 
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 ...
 
A UTOMATIC C OMPUTATION OF CDR U SING F UZZY C LUSTERING T ECHNIQUES
A UTOMATIC C OMPUTATION OF CDR U SING F UZZY C LUSTERING T ECHNIQUESA UTOMATIC C OMPUTATION OF CDR U SING F UZZY C LUSTERING T ECHNIQUES
A UTOMATIC C OMPUTATION OF CDR U SING F UZZY C LUSTERING T ECHNIQUES
 
A review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyA review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathy
 
A review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyA review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathy
 
A Novel Approach for Diabetic Retinopthy Classification
A Novel Approach for Diabetic Retinopthy ClassificationA Novel Approach for Diabetic Retinopthy Classification
A Novel Approach for Diabetic Retinopthy Classification
 
Blood vessel segmentation in fundus images
Blood vessel segmentation in fundus imagesBlood vessel segmentation in fundus images
Blood vessel segmentation in fundus images
 
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
 
50120130406001
5012013040600150120130406001
50120130406001
 
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
 
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...
 
Multistage Classification of Alzheimer’s Disease
Multistage Classification of Alzheimer’s DiseaseMultistage Classification of Alzheimer’s Disease
Multistage Classification of Alzheimer’s Disease
 
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINAAN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
 
Detection of Proximal Caries at The Molar Teeth Using Edge Enhancement Algori...
Detection of Proximal Caries at The Molar Teeth Using Edge Enhancement Algori...Detection of Proximal Caries at The Molar Teeth Using Edge Enhancement Algori...
Detection of Proximal Caries at The Molar Teeth Using Edge Enhancement Algori...
 
MahdiMarsousi_PhD_FOE_PresentationSlides
MahdiMarsousi_PhD_FOE_PresentationSlidesMahdiMarsousi_PhD_FOE_PresentationSlides
MahdiMarsousi_PhD_FOE_PresentationSlides
 

Similar to Detection of Microaneurysm in Diabetic Retinopathy

New Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different ClassifiersNew Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different ClassifiersIJSTA
 
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic RetinopathyAn Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathyijdmtaiir
 
Diagnosis of Diabetic Retinopathy
Diagnosis of Diabetic RetinopathyDiagnosis of Diabetic Retinopathy
Diagnosis of Diabetic RetinopathyIJERA Editor
 
Automated Screening of Diabetic Retinopathy Using Image Processing
Automated Screening of Diabetic Retinopathy Using Image ProcessingAutomated Screening of Diabetic Retinopathy Using Image Processing
Automated Screening of Diabetic Retinopathy Using Image Processingiosrjce
 
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
 
A Novel Advanced Approach Using Morphological Image Processing Technique for ...
A Novel Advanced Approach Using Morphological Image Processing Technique for ...A Novel Advanced Approach Using Morphological Image Processing Technique for ...
A Novel Advanced Approach Using Morphological Image Processing Technique for ...CSCJournals
 
Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Im...
Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Im...Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Im...
Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Im...iosrjce
 
C LASSIFICATION O F D IABETES R ETINA I MAGES U SING B LOOD V ESSEL A REAS
C LASSIFICATION  O F D IABETES  R ETINA I MAGES  U SING B LOOD V ESSEL A REASC LASSIFICATION  O F D IABETES  R ETINA I MAGES  U SING B LOOD V ESSEL A REAS
C LASSIFICATION O F D IABETES R ETINA I MAGES U SING B LOOD V ESSEL A REASIJCI JOURNAL
 
A REVIEW PAPER ON THE DETECTION OF DIABETIC RETINOPATHY
A REVIEW PAPER ON THE DETECTION OF DIABETIC RETINOPATHYA REVIEW PAPER ON THE DETECTION OF DIABETIC RETINOPATHY
A REVIEW PAPER ON THE DETECTION OF DIABETIC RETINOPATHYIRJET Journal
 
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...ijcnes
 
EXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHY
EXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHYEXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHY
EXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHYijabjournal
 
IRJET- Study on Segmentation and Classification Techniques for Automatic ...
IRJET-  	  Study on Segmentation and Classification Techniques for Automatic ...IRJET-  	  Study on Segmentation and Classification Techniques for Automatic ...
IRJET- Study on Segmentation and Classification Techniques for Automatic ...IRJET Journal
 
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...cscpconf
 
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...csandit
 
IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...
IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...
IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...IRJET 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
 
An Automated Systems for the Detection of Macular Ischemia based-Diabetic Ret...
An Automated Systems for the Detection of Macular Ischemia based-Diabetic Ret...An Automated Systems for the Detection of Macular Ischemia based-Diabetic Ret...
An Automated Systems for the Detection of Macular Ischemia based-Diabetic Ret...iosrjce
 

Similar to Detection of Microaneurysm in Diabetic Retinopathy (20)

Ijecet 06 09_007
Ijecet 06 09_007Ijecet 06 09_007
Ijecet 06 09_007
 
New Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different ClassifiersNew Approach of MA Detection & Grading Using Different Classifiers
New Approach of MA Detection & Grading Using Different Classifiers
 
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic RetinopathyAn Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
 
Diagnosis of Diabetic Retinopathy
Diagnosis of Diabetic RetinopathyDiagnosis of Diabetic Retinopathy
Diagnosis of Diabetic Retinopathy
 
Automated Screening of Diabetic Retinopathy Using Image Processing
Automated Screening of Diabetic Retinopathy Using Image ProcessingAutomated Screening of Diabetic Retinopathy Using Image Processing
Automated Screening of Diabetic Retinopathy Using Image Processing
 
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
 
A Novel Advanced Approach Using Morphological Image Processing Technique for ...
A Novel Advanced Approach Using Morphological Image Processing Technique for ...A Novel Advanced Approach Using Morphological Image Processing Technique for ...
A Novel Advanced Approach Using Morphological Image Processing Technique for ...
 
Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Im...
Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Im...Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Im...
Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Im...
 
C LASSIFICATION O F D IABETES R ETINA I MAGES U SING B LOOD V ESSEL A REAS
C LASSIFICATION  O F D IABETES  R ETINA I MAGES  U SING B LOOD V ESSEL A REASC LASSIFICATION  O F D IABETES  R ETINA I MAGES  U SING B LOOD V ESSEL A REAS
C LASSIFICATION O F D IABETES R ETINA I MAGES U SING B LOOD V ESSEL A REAS
 
A REVIEW PAPER ON THE DETECTION OF DIABETIC RETINOPATHY
A REVIEW PAPER ON THE DETECTION OF DIABETIC RETINOPATHYA REVIEW PAPER ON THE DETECTION OF DIABETIC RETINOPATHY
A REVIEW PAPER ON THE DETECTION OF DIABETIC RETINOPATHY
 
V01761152156
V01761152156V01761152156
V01761152156
 
SYSTEM BASED ON THE NEURAL NETWORK FOR THE DIAGNOSIS OF DIABETIC RETINOPATHY
SYSTEM BASED ON THE NEURAL NETWORK FOR THE DIAGNOSIS OF DIABETIC RETINOPATHYSYSTEM BASED ON THE NEURAL NETWORK FOR THE DIAGNOSIS OF DIABETIC RETINOPATHY
SYSTEM BASED ON THE NEURAL NETWORK FOR THE DIAGNOSIS OF DIABETIC RETINOPATHY
 
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
 
EXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHY
EXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHYEXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHY
EXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHY
 
IRJET- Study on Segmentation and Classification Techniques for Automatic ...
IRJET-  	  Study on Segmentation and Classification Techniques for Automatic ...IRJET-  	  Study on Segmentation and Classification Techniques for Automatic ...
IRJET- Study on Segmentation and Classification Techniques for Automatic ...
 
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
 
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
 
IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...
IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...
IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...
 
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...
 
An Automated Systems for the Detection of Macular Ischemia based-Diabetic Ret...
An Automated Systems for the Detection of Macular Ischemia based-Diabetic Ret...An Automated Systems for the Detection of Macular Ischemia based-Diabetic Ret...
An Automated Systems for the Detection of Macular Ischemia based-Diabetic Ret...
 

Recently uploaded

BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
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
 

Recently uploaded (20)

Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
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
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
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
 

Detection of Microaneurysm in Diabetic Retinopathy

  • 1. Detection of Microaneurysm in Diabetic Retinopathy Morium Akter Department of Computer Science and Engineering Jahangirnagar University Savar, Dhaka, Bangladesh e-mail: ecs_morium@yahoo.com Abstract—Diabetic retinopathy is a severe vision complication of diabetes and it is one of the main causes of blindness all over the world. Early detection of diabetic retinopathy is essential to cope with this adverse effect. Microaneurysm is one of the early signs of diabetic retinopathy. So the presence of microaneurysm detection is a prerequisite for early diagnosis of diabetic retinopathy. In this paper, we have proposed a simple morphological method for the detection of microaneurysm that uses top-hat transform. Our method can detect the faint microaneurysm at low resolution due to contrast enhancement and noise reduction as preprocessing. We also compare the results of different retinopathy detection techniques. Keywords-Diabetic retinopathy, microaneurysm, blindness, contrast enhancement, morphological operation. I. INTRODUCTION Diabetic retinopathy is the most common cause of blindness. It is one of the consequences of diabetes. Around 7% people who have diabetes for 10 years will have developed diabetic retinopathy. The rate of blindness in global population from diabetic retinopathy will rise to 4.4% at the end of 2030 [1], [2], [3]. Microaneurysm is one of the earliest symptoms of the diabetic retinopathy. If we can detect the microaneurysm at an earlier stage then diagnosis of retinopathy can be done effectively. As a result the treatment of diabetic retinopathy can reduce the threat of blindness by 50% [4]-[8]. Microaneurysm [4], [9]-[10] is a retina lesion which is caused by local swelling of capillary walls and generate small red dots on the surface of the retina shown in Figure 1. It ranges from 25 – 100 microns in size. The detection of microaneurysm is difficult due inherent low contrast characteristic of eye fundus images. So our aim is to develop a system for the detection of diabetic retinopathy by detecting microaneurysm, helping the patients as well as the doctors for early diagnosis of diabetic retinopathy for reducing blindness of the diabetic patients. Sopharak et al. [2] and Prakash and K. Sumathi [4] proposed microaneurysm detection methods using mathematical morphology. In this paper, we propose a simple morphological method for the detection of microaneurysm using top-hat transform along with image preprocessing. We compare the results of our method with the results of the above methods. Besides this, another method was proposed by Pallawala et al. [9] based on eigenvectors of affinity matrix. We also compared the results with our results. Section II describes medical knowledge of diabetic retinopathy, Section III presents our proposed method, Section IV shows the experimental results and discussions and finally, Section V draws the conclusions of our paper. (a) (b) (c) (d) (e) Figure 1. Abnormal findings in the eye fundus images caused by diabetic retinopathy: (a) hard exudates, (b) soft exudates, (c) hemorrhage, (d) microaneurysm and (e) neovascularizations (images taken from references [11]). International Journal of Computer Science and Information Security (IJCSIS), Vol. 15, No. 8, August 2017 200 https://sites.google.com/site/ijcsis/ ISSN 1947-5500
  • 2. Figure 2. Flow diagram II. MEDICAL KNOWLEDGE OF DIABETIC RETINOPATHY Diabetic retinopathy is a consequence of diabetes. It affects retina’s blood vessels and prevents light entering the retina that may create blindness [3], [11] and [12] of diabetic patents. Sometimes these vessels may dilate or close completely. Figure 1 shows the symptoms of diabetic retinopathy. In severe retinopathy, the blood vessels may become diluted which create microinfarcts in the retina. Lack of oxygen in the microinfarcts cause the development of new fragile vessels. This phenomenon is called neovascularization – a serious cause of vision loss. Microaneurysm is the earliest symptoms of ratinopathy. It looks like as small, dark red spots and causes intra retinal haemorrhages. It’s size may vary from 10-100 microns. III. PROPOSED METHOD The flow diagram of our method is shown in Figure 2. At first we have to take a color fundus image as an input. Then the image is converted into green band image, G. We used median filtering (to get B image) and histogram equalization (HE image) as preprocessing for noise reduction and enhancement purpose. We get shade corrected (SC) image by subtracting B image from the green band image G through equation (1). SC=G-B (1) The top-hat and binarization operations are applied to the shade corrected (SC) image to get optic disk and blood vessel which is named as V. Then the difference image (D) is obtained by equation (2) D=G-SC-V (2) Then on D image we apply recursive region growing algorithm to get microaneurysm. The output of the proposed method is shown in Figure 3. Color fundus image of retina Image acquisition Green band Image (G) Median filtering (B) and histogram equalized image (HE) Denoising and contrast stretching Finding shade corrected image (SC=G-B) Blood vessel and optic disk detection (V) Removal of blood vessel Microaneurysm detection by recursive region i Analysis Detection (a) (b) (c) (d) (e) (f) (g) Figure 3. Microaneurysm detection: a) input image (b) green image, G (c) background image after median Filter, B (d ) image after histogram equalization, HE (e) shade corrected image, SC= G-B (f) detected blood vessel image, V (g) detected microaneurysm. International Journal of Computer Science and Information Security (IJCSIS), Vol. 15, No. 8, Augus 2017 201 https://sites.google.com/site/ijcsis/ ISSN 1947-5500
  • 3. IV. EXPERIMENTAL RESULT AND DISCUSSIONS We have tested our system with 100 retinopathy color fundus images from Bangaldesh Eye Hospital, Dhaka. We implemented our algorithm using Matlab 7.1. In the testing phase we calculated the number of clusters of microaneurysm. Then we categorize these images into normal, mild, moderate and severe diabetic retinopathy according to the number of detected clusters. Figure 4 shows the output of our method according to the category of detected microaneurysms. Among 100 images the proposed technique finds 40 images are normal, 38 are mild diabetic retinopathy, 6 images are moderately affected, 12 images are severely affected and 4 image gives wrong result which are similar to opthamologist hand-drawn ground truths. Our method gives 96% correct result which is better compared to the method described in [2], [4] and [9]. The accuracy of the method shown in reference [2] is higher than us as it uses only 15 retinal images. The method shown in reference [4] have used top hat transform but it did not specify the performance of the method. The method shown in reference [9] cannot detect the blurred microaneurysm clusters and hence the performance is somehow lower. Table I shows the comparison of different method’s performances. TABLE I. COMPRISION Authors Accuracy Akara Sopharak et. al. [2] 99.99% Prakash and K.Sumathi [4] Not specified Pallawala et. al [9] 93% Our method 96% V. CONCLUSIONS Microaneurysm is the earlier sign of diabetic retinopathy. In this paper we described a microaneurysm detection method for early diagnosis of diabetic retinopathy through a simple morphological operation along with top hat transform. We have tested our method using practical diabetic retinopathy images. Experimental results confirmed that our method is effective and will be helpful for diagnosis of retinopathy diagnosis. ACKNOWLEDGMENT We are grateful to Dr Omor Jafarullah, Medical officer, Bangladesh Eye Hospital, Satmasjid Road, Dhaka, Bangladesh for giving retinopathy color fundus images and helping us in doing the research. REFERENCES [1] Akara Sopharak, Bunyarit Uyyanonvara and Sarah Barman, “Automated microaneurysm detection algorithms applied to diabetic retinopathy retinal images”, Maejo International Journal of Science and Technology, 2013, pp. 294-314, ISSN 1905-7873. [2] Akara Sopharak, Bunyarit Uyyanonvara and Sarah Barman, “Fine Microaneurysm Detection from Non-dilated Diabetic Retinopathy Retinal Images Using a Hybrid Approach”, Proceedings of the World Congress on Engineering 2012 Vol II , WCE 2012, July 4 - 6, 2012, London, U.K. [3] Atsushi Mizutani, Chisako Muramatsu, Yuji Hatanaka, Shinsuke Suemori, Takeshi Hara, and Hiroshi Fujita, “Automated microaneurysm detection method based on double-ring filter in retinal fundus images”, Medical Imaging 2009: Computer-Aided Diagnosis, edited by Nico Karssemeijer, Maryellen L. Giger Proc. of SPIE Vol. 7260, 72601N · © 2009 SPIE · CCC code: 1605-7422/09/$18 · doi: 10.1117/12.813468 [4] Prakash and K.Sumathi, “Detection and Classification of Microaneurysms for Diabetic Retinopathy”, International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 National Conference on Advanced ommunication & Computing Techniques (NCACCT-19 March 2013, pp.no 31-36. [5] C. Sinthanayothin, J.F. Boyce, T. H. Williamson, A. TT. Elliot, “Automated Detection of Diabetic Retinopathy on Digital Fundus IImage ”, International Journal of Diabetic Medicine, vol. 19, pp. 105- 112, 2002 [6] The Royal College of Ophthalmologists 2012, “Diabetic Retinopathy Guidelines”, December 2012, available online at http://www.rcophth.ac.uk/core/core_picker/download.asp?id=1533 (accessed on 112.5.17 ). [7] Iqbal, M.I Aibinu, A.M Gubbal, N.S and Khan, A “Automatic Diagnosis Of Diabetic Retinopathy Using Fundus Images”, available online at http://paper.ijcsns.org/07_book/200812/20081230.pdf (accessed on 112.4.16 ). [8] S. Kavitha, K. Duraiswamy, “ Automatic Detection of Hard and Soft Exudates in Fundus Images Using Color Histogram Thresholding”, European Journal of Scientific Research, ISSN 1450-216X Vol.48 No.3(2011), pp.493-504. [9] P M D S Pallawala, Wynne Hsu, Mong Li Lee and Say Song Goh, “Automated Microaneurysm Segmentation and Detection using Generalized Eigenvectors”, available online at http://www.math.nus.edu.sg/~matgohss/microfin.pdf (accessed on 12.5.17). [10] G. Yangy, L. Gagnonz, S. Wangy and M.-C. Boucher, “Algorithm for detecting micro-aneurysms in low-resolution color retinal images”, available online at https://crim.ca/Publications/2001/documents/plein_texte/VIS_YanGLals _VI01.pdf (accessed on 112.5.17 ). (a) (b) (c) (d) Figure 4. a) Output of a normal image b) output of a mild retinopathy image, c) output of a moderate retinopathy image, and d) output of a severe retinopathy image. International Journal of Computer Science and Information Security (IJCSIS), Vol. 15, No. 8, Augus 2017 202 https://sites.google.com/site/ijcsis/ ISSN 1947-5500
  • 4. [11] Pavle Prentaˇsi´c, “Detection of Diabetic Retinopathy in Fundus Photographs”, available online at https://www.fer.unizg.hr/_download/repository/KDI_Prentasic_Pavle.pd f (accessed on 112.5.17 ). [12] Seema Garg, and Richard M. Davis, “Diabetic retinopathy screening update, available online at http://clinical.diabetesjournals.org/content/27/4/140.full.pdf (accessed on June 28, 2013). International Journal of Computer Science and Information Security (IJCSIS), Vol. 15, No. 8, Augus 2017 203 https://sites.google.com/site/ijcsis/ ISSN 1947-5500