SlideShare a Scribd company logo
Scientific Journal Impact Factor (SJIF): 1.711
International Journal of Modern Trends in Engineering
and Research
www.ijmter.com
@IJMTER-2014, All rights Reserved 353
e-ISSN: 2349-9745
p-ISSN: 2393-8161
Morphological Based Approach for Identification of Red Lesion in
Diabetic Retinopathy
Pankaj Bachani1
, Dipali Bhatt2
, Bhavik Brahmbhatt3
, Ravi Patel4
1,2,3&4
E & C Department, Vadodara Institute of Engineering ,Vadodara,India
Abstract: One of the common causes of visionloss and blindness in patients with diabetes is
Diabetic Retinopathy.The damage to the retina of human eye caused by the complication of
increase in blood glucose level consequently leading to blindness is termed as Diabetic retinopathy.
The longer the patient has diabetes the higher the chance of developing diabetic retinopathy [1].No
specific symptoms are seen in DR patients until the illness is at the final stage. Thus , prior detection
and timely treatment has to be ensured. Dark lesions such as Microaneurysms and Hemorrhages or
bright lesions like Exudates are the visible symotoms of Diabetic Retinopathy [3]. Microaneurysms
are reddish in color with a diameter less than 125 µm,which turn into hemorrhages at a later stage
[6]. Conventionally , An ophthalmologist visualizes the blood vessels of the patient’s brain using an
ophthalmoscope . This method is often time consuming and requires fluorescein angiograms for
precise diagnosis. Moreover , it also requires highly trained and skilled clinicians to perform the DR
severity grading technique. Tis paper presents a low cost retinal algorithm for detecting
microaneurysms and hemorrhages which will assist opthalmologists across the globe in timely
detection of diabetic retinopathy.
Keywords: Diabetic retinopathy,diagnosis Ophthalmologist, fluorescein angiograms,
Microaneurysms and Hemorrhages.
I. INTRODUCTION
Diabetes is a disease which occurs when the pancreas fail to secrete enough insulin or the body
unable to process it properly. As diabetes progresses, the disease slowly affects the circulatory
system including the retina of human eye and as a result of long term accumulated damage to blood
vessels leads to decline in the vision of patient which is termed as diabetic retinopathy. Diabetic
Retinopathy is termed as an eye disease that has the ability to cause partial or even complete visual
impairment if left undetermined at the earlier stages. Retinal lesions associated with the diabetics are
used to evaluate different stages and the severity of the diabetic retinopathy [1].
Due to modern living style, a list of people is getting affected with Diabetes. The World Health
Organization evaluated that 135 million people have diabetes mellitus worldwide and the number of
people with diabetes will increase to 300 million by the year 2025 [11]. Doctors recognize diabetic
retinopathy by examining the features, such as blood vessel area, exudates, hemorrhages,
microaneurysms and texture. Diabetic retinopathy can be divided into three stages of non-
proliferative retinopathy: mild, moderate, and severe and one stage of proliferative retinopathy[12].
Different retinal features are blood vessels, optic disk,macula and fovea as shown in Fig. 1. Due to
diabetic retinopathy different parts of the retina get damaged and lead to vision loss. Also the
characteristics are changed due to different pathological conditions [13]. Due to changes in retinal
features, new features such as microaneurysms, exudates, and hemorrhages appear in the retina as
shown in Fig. 2. Diabetic Retinopathy is a frequent complication of diabetes and the most common
cause of blindness in the working population of the western world.
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 01, Issue 06, [December - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 354
Fig. 1. Normal Retinal Fundus Image
Fig. 2. Retinal Fundus Image Containing DR Lesions
One of the most important steps in the automated detection of DR is the detection of microaneurysms
and Hemorrhages. Microaneurysms and Hemorrhages are amongst the earliest observable signs of
the presence of diabetic retinopathy. Due to a large number of patients, the available
ophthalmologists are not sufficient in handling all the patients, especially in rural areas [14].
Therefore, automated early detection of microaneurysms could ease the burden of ophthalmologists.
Automated microaneurysms detection can also help the ophthalmologists in investigating and
treating the disease more efficiently [15].
II. Proposed Methodology
Microaneurysms and Hemorrhages detection is carried out in the following stages.
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 01, Issue 06, [December - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 355
Step-1: Green channel
Green channel is extracted from the RGB color space,which has better contrast when compared to
other channels.
Step-2 : J=CLAHE
Contrast-Limited Adaptive Histogram Equalization (CLAHE) is applied . This technique consists in
applying histogram equalization for each region in the image, enhancing the local contrast of each
region.
Step-3:F=Morphological operation(disc)
The purpose of this stage is an enhancement of the low intensity structures of the fundus images,and
then use them as candidates for red lesions.
Morphological opening and closing is done on CLAHE image using structuring element with radius
of 5 pixels.
Step-4 : X=F-J
Image of step 2 is subtracted from image of step 3 so high intensity structure will be eliminated.
Step-5 : H minima transform of X
This operator removes connected basins with contrast less than a threshold h, using for this purpose a
morphological reconstruction based on erosion.
Step-6 : Binarization
Then image is binarized using the morphological operator of regional minimum RMIN. This
operator converts a grayscale image to binary format without using any threshold, and is also based
on morphological reconstruction by erosion.
Step-7 : Morphological operation (line)
the detection of the blood vessels was implemented using the morphological opening of image from
step-4 with multi-scale structuring elements. The morphological opening is performed 12 times on
the image, using linear structuring elements with 12 different angles, ranging 15 degrees to each
structuring element (namely 0 °, 15°, 30 °, and so on up to 165 °). As the blood vessels have a linear
and elongated geometric feature, the length of the structuring element was defined with the value 150
pixels.
Step 8 : Q=Detection of blood vessels
Finally, the 12 images obtained were added, getting the image , containing a sketch of the blood
vessels the detection of the blood vessels was performed from a morphological reconstruction by
dilation.
Step 9 : P-Q
Image from step 8 is subtracted from image of step 6.As a result we get haemorrhages and
microaneurysms.
1. Experimental Results
(a) (b)
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 01, Issue 06, [December - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 356
(c) (d)
(e) (f)
(g) (h)
(i) (j)
(k)
Figure 4.(a) original image, (b) green channel, (c) J=CLAHE, (d) Morphological opening,(e) F=
Morphological closing,(f) X=F-J,(g) H min transform of X, (h) Enhancement of low intensity
structure, (i) P=binarization, (j) Q=detection of blood vessels, (k) P-Q=detection of
hemorrhages and microaneurysms.
Images TP FP FN TN
Sensitivity
(%)
Specificity
(%)
PPV
(%)
Accuracy
(%)
1 415 66 80 1727519 83.83 99.99 86.27 99.96
2 236 294 0 1727469 100 99.98 74.52 99.98
3 390 138 12 1727472 97.01 99.99 73.86 99.99
4 1885 573 937 1725541 66.79 99.96 76.68 99.91
5 6057 725 764 1721218 88.79 99.95 89.3 99.91
6 1624 436 208 1726542 88.64 99.89 78.88 99.84
7 3382 312 243 1727632 93.29 99.92 91.55 99.86
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 01, Issue 06, [December - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 357
III.Evalution and Performance Measure
The algorithms are implemented and the performance of each algorithm is measured by comparing
the obtained results with the ophthalmologist’s hand-drawn ground truth. Eight performance
measurements, namely, True Positive (TP, a number of exudates pixels correctly detected), False
Positive (FP, a number of non-exudate pixels which are detected wrongly as exudate pixels), False
Negative (FN, a number of exudate pixels that are not detected), True Negative (TN, a number of
non-exudates pixels which are correctly identified as non-exudate pixels), Sensitivity, Specificity,
Positive Predictive Value (PPV), and Accuracy are calculated. Equations below show the
computation of Sensitivity, Specificity, PPV (Positive Predicate Value) and Accuracy, respectively:
Sensitivity=
FNTP
TP
+
Specificity=
FPTN
TN
+
PPV =
FPTP
TP
+
Accuracy=
TNFNFPTP
TNTP
+++
+
Sensitivity is essentially how good a test is at finding something if it is there, means the proportion of
actual positives which are correctly identified. Specificity is a measure against false positives, how
accurate a test is, means the proportion of negatives which are correctly identified.
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 01, Issue 06, [December - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 358
IV. CONCLUSION AND FUTURE WORK
Diabetes is a metabolic disease that affects tens of millions of people around the world. The statistics
shows that this number of diabetic patients will double over the course of future years . Diabetic
retinopathy is a sever disease that can multiply leave permanent consequences on the normal
function of the human organism, one of them being negatively affecting visual function. Regular
screenings and medical checkups along with adequate treatment can prevent the further development
of the disease.
We proposed cost-effective algorithm for automated detection of hemorrhages and microaneurysms
with the goal to assisting ophthalmologist/medical doctor in diagnostics procedures.
The scope of our future research is related to detection of cotton wool spot for detecting diabetic
retinopathy caused by diabetes.
REFERENCES
[1] V.Saravanan, B.Venkatalakshm,Vithiya Rajendran , “Automated Red Lesion Detection in Diabetic Retinopathy”,
IEEE Conference on Information and Communication Technologies (ICT 2013)
[2] Lee Streeter and Michael J. Cree, “Microaneurysm Detection in Colour Fundus Images”, Image and Vision
Computing NZ, Palmerston North, November 2003
[3] Hanieh Poostchi, Saeid Khakmardan, Hamidreza Pourreza, “Diabetic Retinopathy Dark Lesion Detection:
Preprocessing Phase”, International eConference on Computer and Knowledge Engineering (ICCKE), October 13-14,
2011
[4] Preethi. M, Vanithamani. R, “Review of Retinal Blood Vessel Detection Methods for Automated Diagnosis of
Diabetic Retinopathy” ,IEEE-International Conference On Advances In Engineering, Science And Management
(ICAESM -2012) March 30, 31, 2012
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 01, Issue 06, [December - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 359
[5] Kade Mahesh k, “ A Survey of Automated Techniques for Retinal Disease Identification in Diabetic
Retinopathy”,International Journal of Advancements in Research & Technology,May-2013
[6] Ankita Agrawal, Charul Bhatnagar, Anand Singh Jalal, “A Survey on Automated Microaneurysm Detection in
Diabetic Retinopathy Retinal Images” ,IEEE-2013
[7] Parisut Jitpakdee, Pakinee Aimmanee, Bunyarit Uyyanonvara, “A Survey on Hemorrhage Detection in Diabetic
Retinopathy Retinal Images” ,IEEE-2012
[8] M. Usman Akram, Ibaa Jamal, Anam Tariq and Junaid Imtiaz, “Automated Segmentation of Blood Vessels for
Detection of Proliferative Diabetic Retinopathy” , IEEE-EMBS International Conference on Biomedical and Health
Informatics (BHI 2012)
[9] Mahendran Gandhi , Dr. R. Dhanasekaran, “Diagnosis of Diabetic Retinopathy Using Morphological
Process and SVM Classifier ,International conference on Communication and Signal Processing, April 3-5, 2013
[10] R. Vidyasari , I. Sovani, and T.L.R. Mengko ,H. Zakaria, “Vessel Enhancement Algorithm in Digital Retinal Fundus
Microaneurysms Filter for Nonproliferative Diabetic Retinopathy Classification”, International Conference on
Instrumentation, Communication, Information Technology and Biomedical Engineering, 8-9 November 2011
[11] S. Wild, G. Roglic, A Green, “Global prevalence of diabetes: estimates for the year 2000 and projections for 2030,”
Diabetes Care, 27, pp.l047-1053, 2004.
[12] National Eye Institute, National Institutes of Health, “Diabetic Retinopathy: What you should know,” Booklet, NIH
Publication, no: 06-2171, 2003.
[13] S. R. Nirmala, M. K. Nath, and S. Dandapat, “Retinal Image Analysis:A Review,” International Journal of
Computer & Communication Technology (IJCCT), vol-2, pp. 11-15, 2011.
[14] A. D. Fleming, S. Philip, K. A. Goatman, J. A. Olson, and P. F. Sharp,“Automated microaneurysm detection using
local contrast normalization and local vessel detection,” IEEE Trans. Med. Imag., vol. 25, no. 9, pp.1223–1232, Sep.
2006.
[15] M.Niemeijer,B. V. Ginneken, J. Staal, M. S. A. Suttorp-Schulten, and M. D. Abramoff, “Automatic detection of red
lesions in digital color fundus photographs,” IEEE Trans. Med. Imag., vol. 24, no. 5, pp. 584–592, May 2005.
Morphological Based Approach for Identification of Red Lesion in Diabetic Retinopathy
Morphological Based Approach for Identification of Red Lesion in Diabetic Retinopathy

More Related Content

What's hot

Diabetic Retinopathy Detection using Neural Networking
Diabetic Retinopathy Detection using Neural NetworkingDiabetic Retinopathy Detection using Neural Networking
Diabetic Retinopathy Detection using Neural Networking
ijtsrd
 
Diagnosis of Diabetic Retinopathy
Diagnosis of Diabetic RetinopathyDiagnosis of Diabetic Retinopathy
Diagnosis of Diabetic Retinopathy
IJERA Editor
 
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
ijabjournal
 
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
SrinivasaRaoNaga
 
Diabetic Retinopathy Analysis using Fundus Image
Diabetic Retinopathy Analysis using Fundus ImageDiabetic Retinopathy Analysis using Fundus Image
Diabetic Retinopathy Analysis using Fundus Image
Manjushree Mashal
 
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
IRJET Journal
 
IRJET- Characterization of Diabetic Retinopathy Detection of Exudates in ...
IRJET-  	  Characterization of Diabetic Retinopathy Detection of Exudates in ...IRJET-  	  Characterization of Diabetic Retinopathy Detection of Exudates in ...
IRJET- Characterization of Diabetic Retinopathy Detection of Exudates in ...
IRJET Journal
 
PREVALENCE EVALUATION OF DIABETIC RETINOPATHY
PREVALENCE EVALUATION OF DIABETIC RETINOPATHYPREVALENCE EVALUATION OF DIABETIC RETINOPATHY
PREVALENCE EVALUATION OF DIABETIC RETINOPATHY
International Journal of Technical Research & Application
 
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
eSAT Journals
 
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
 
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
eSAT Publishing House
 
SURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODSSURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODS
Editor IJMTER
 
Diabetic Retinopathy Detection System from Retinal Images
Diabetic Retinopathy Detection System from Retinal ImagesDiabetic Retinopathy Detection System from Retinal Images
Diabetic Retinopathy Detection System from Retinal Images
ijtsrd
 
IRJET- Segmentation of Optic Disc using Bit Plane Technique for Glaucoma Scre...
IRJET- Segmentation of Optic Disc using Bit Plane Technique for Glaucoma Scre...IRJET- Segmentation of Optic Disc using Bit Plane Technique for Glaucoma Scre...
IRJET- Segmentation of Optic Disc using Bit Plane Technique for Glaucoma Scre...
IRJET Journal
 
Fundus Image Classification Using Two Dimensional Linear Discriminant Analysi...
Fundus Image Classification Using Two Dimensional Linear Discriminant Analysi...Fundus Image Classification Using Two Dimensional Linear Discriminant Analysi...
Fundus Image Classification Using Two Dimensional Linear Discriminant Analysi...
INFOGAIN PUBLICATION
 
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
 
FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR
FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR
FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR
sipij
 
A045010107
A045010107A045010107
A045010107
ijceronline
 
Vessels Extraction from Retinal Images
Vessels Extraction from Retinal ImagesVessels Extraction from Retinal Images
Vessels Extraction from Retinal Images
IOSR Journals
 
Glaucoma Detection from Retinal Images
Glaucoma Detection from Retinal ImagesGlaucoma Detection from Retinal Images
Glaucoma Detection from Retinal Images
ijtsrd
 

What's hot (20)

Diabetic Retinopathy Detection using Neural Networking
Diabetic Retinopathy Detection using Neural NetworkingDiabetic Retinopathy Detection using Neural Networking
Diabetic Retinopathy Detection using Neural Networking
 
Diagnosis of Diabetic Retinopathy
Diagnosis of Diabetic RetinopathyDiagnosis of Diabetic Retinopathy
Diagnosis of Diabetic Retinopathy
 
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
 
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
 
Diabetic Retinopathy Analysis using Fundus Image
Diabetic Retinopathy Analysis using Fundus ImageDiabetic Retinopathy Analysis using Fundus Image
Diabetic Retinopathy Analysis using Fundus Image
 
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
 
IRJET- Characterization of Diabetic Retinopathy Detection of Exudates in ...
IRJET-  	  Characterization of Diabetic Retinopathy Detection of Exudates in ...IRJET-  	  Characterization of Diabetic Retinopathy Detection of Exudates in ...
IRJET- Characterization of Diabetic Retinopathy Detection of Exudates in ...
 
PREVALENCE EVALUATION OF DIABETIC RETINOPATHY
PREVALENCE EVALUATION OF DIABETIC RETINOPATHYPREVALENCE EVALUATION OF DIABETIC RETINOPATHY
PREVALENCE EVALUATION 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
 
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 ...
 
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
 
SURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODSSURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODS
 
Diabetic Retinopathy Detection System from Retinal Images
Diabetic Retinopathy Detection System from Retinal ImagesDiabetic Retinopathy Detection System from Retinal Images
Diabetic Retinopathy Detection System from Retinal Images
 
IRJET- Segmentation of Optic Disc using Bit Plane Technique for Glaucoma Scre...
IRJET- Segmentation of Optic Disc using Bit Plane Technique for Glaucoma Scre...IRJET- Segmentation of Optic Disc using Bit Plane Technique for Glaucoma Scre...
IRJET- Segmentation of Optic Disc using Bit Plane Technique for Glaucoma Scre...
 
Fundus Image Classification Using Two Dimensional Linear Discriminant Analysi...
Fundus Image Classification Using Two Dimensional Linear Discriminant Analysi...Fundus Image Classification Using Two Dimensional Linear Discriminant Analysi...
Fundus Image Classification Using Two Dimensional Linear Discriminant Analysi...
 
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 ...
 
FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR
FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR
FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR
 
A045010107
A045010107A045010107
A045010107
 
Vessels Extraction from Retinal Images
Vessels Extraction from Retinal ImagesVessels Extraction from Retinal Images
Vessels Extraction from Retinal Images
 
Glaucoma Detection from Retinal Images
Glaucoma Detection from Retinal ImagesGlaucoma Detection from Retinal Images
Glaucoma Detection from Retinal Images
 

Similar to Morphological Based Approach for Identification of Red Lesion in 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 ...
ijcnes
 
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
 
Early Detection of High Blood Pressure and Diabetic Retinopathy on Retinal Fu...
Early Detection of High Blood Pressure and Diabetic Retinopathy on Retinal Fu...Early Detection of High Blood Pressure and Diabetic Retinopathy on Retinal Fu...
Early Detection of High Blood Pressure and Diabetic Retinopathy on Retinal Fu...
IJAAS Team
 
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
iosrjce
 
IRJET- Detection of Diabetic Retinopathy using Convolutional Neural Network
IRJET- 	  Detection of Diabetic Retinopathy using Convolutional Neural NetworkIRJET- 	  Detection of Diabetic Retinopathy using Convolutional Neural Network
IRJET- Detection of Diabetic Retinopathy using Convolutional Neural Network
IRJET Journal
 
A Deep Learning Approach To Evaluation Of Augmented Evidence Of Diabetic Reti...
A Deep Learning Approach To Evaluation Of Augmented Evidence Of Diabetic Reti...A Deep Learning Approach To Evaluation Of Augmented Evidence Of Diabetic Reti...
A Deep Learning Approach To Evaluation Of Augmented Evidence Of Diabetic Reti...
Christo Ananth
 
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
International Journal of Technical Research & Application
 
Automatic identification and classification of
Automatic identification and classification ofAutomatic identification and classification of
Automatic identification and classification of
eSAT Publishing House
 
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
ijdmtaiir
 
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
IJERA Editor
 
Automatic detection of microaneurysms and hemorrhages in color eye fundus images
Automatic detection of microaneurysms and hemorrhages in color eye fundus imagesAutomatic detection of microaneurysms and hemorrhages in color eye fundus images
Automatic detection of microaneurysms and hemorrhages in color eye fundus images
ijcsit
 
AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THR...
AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THR...AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THR...
AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THR...
IJCSES Journal
 
C018121117
C018121117C018121117
C018121117
IOSR Journals
 
IRJET- Automatic Detection of Blood Vessels and Classification of Retinal...
IRJET-  	  Automatic Detection of Blood Vessels and Classification of Retinal...IRJET-  	  Automatic Detection of Blood Vessels and Classification of Retinal...
IRJET- Automatic Detection of Blood Vessels and Classification of Retinal...
IRJET Journal
 
IRJET- Automatic Detection of Blood Vessels and Classification of Retinal Ima...
IRJET- Automatic Detection of Blood Vessels and Classification of Retinal Ima...IRJET- Automatic Detection of Blood Vessels and Classification of Retinal Ima...
IRJET- Automatic Detection of Blood Vessels and Classification of Retinal Ima...
IRJET Journal
 
Q01765102112
Q01765102112Q01765102112
Q01765102112
IOSR Journals
 
IRJET - Diabetic Retinopathy
IRJET - Diabetic RetinopathyIRJET - Diabetic Retinopathy
IRJET - Diabetic Retinopathy
IRJET Journal
 
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
IJCI JOURNAL
 
Detection of Diabetic Retinopathy using Kirsch Edge Detection and Watershed T...
Detection of Diabetic Retinopathy using Kirsch Edge Detection and Watershed T...Detection of Diabetic Retinopathy using Kirsch Edge Detection and Watershed T...
Detection of Diabetic Retinopathy using Kirsch Edge Detection and Watershed T...
IJARIIT
 
Rapid detection of diabetic retinopathy in retinal images: a new approach usi...
Rapid detection of diabetic retinopathy in retinal images: a new approach usi...Rapid detection of diabetic retinopathy in retinal images: a new approach usi...
Rapid detection of diabetic retinopathy in retinal images: a new approach usi...
IJECEIAES
 

Similar to Morphological Based Approach for Identification of Red Lesion in Diabetic Retinopathy (20)

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 ...
 
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 ...
 
Early Detection of High Blood Pressure and Diabetic Retinopathy on Retinal Fu...
Early Detection of High Blood Pressure and Diabetic Retinopathy on Retinal Fu...Early Detection of High Blood Pressure and Diabetic Retinopathy on Retinal Fu...
Early Detection of High Blood Pressure and Diabetic Retinopathy on Retinal Fu...
 
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
 
IRJET- Detection of Diabetic Retinopathy using Convolutional Neural Network
IRJET- 	  Detection of Diabetic Retinopathy using Convolutional Neural NetworkIRJET- 	  Detection of Diabetic Retinopathy using Convolutional Neural Network
IRJET- Detection of Diabetic Retinopathy using Convolutional Neural Network
 
A Deep Learning Approach To Evaluation Of Augmented Evidence Of Diabetic Reti...
A Deep Learning Approach To Evaluation Of Augmented Evidence Of Diabetic Reti...A Deep Learning Approach To Evaluation Of Augmented Evidence Of Diabetic Reti...
A Deep Learning Approach To Evaluation Of Augmented Evidence Of Diabetic Reti...
 
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
 
Automatic identification and classification of
Automatic identification and classification ofAutomatic identification and classification of
Automatic identification and classification of
 
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
 
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
 
Automatic detection of microaneurysms and hemorrhages in color eye fundus images
Automatic detection of microaneurysms and hemorrhages in color eye fundus imagesAutomatic detection of microaneurysms and hemorrhages in color eye fundus images
Automatic detection of microaneurysms and hemorrhages in color eye fundus images
 
AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THR...
AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THR...AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THR...
AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THR...
 
C018121117
C018121117C018121117
C018121117
 
IRJET- Automatic Detection of Blood Vessels and Classification of Retinal...
IRJET-  	  Automatic Detection of Blood Vessels and Classification of Retinal...IRJET-  	  Automatic Detection of Blood Vessels and Classification of Retinal...
IRJET- Automatic Detection of Blood Vessels and Classification of Retinal...
 
IRJET- Automatic Detection of Blood Vessels and Classification of Retinal Ima...
IRJET- Automatic Detection of Blood Vessels and Classification of Retinal Ima...IRJET- Automatic Detection of Blood Vessels and Classification of Retinal Ima...
IRJET- Automatic Detection of Blood Vessels and Classification of Retinal Ima...
 
Q01765102112
Q01765102112Q01765102112
Q01765102112
 
IRJET - Diabetic Retinopathy
IRJET - Diabetic RetinopathyIRJET - Diabetic Retinopathy
IRJET - Diabetic Retinopathy
 
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
 
Detection of Diabetic Retinopathy using Kirsch Edge Detection and Watershed T...
Detection of Diabetic Retinopathy using Kirsch Edge Detection and Watershed T...Detection of Diabetic Retinopathy using Kirsch Edge Detection and Watershed T...
Detection of Diabetic Retinopathy using Kirsch Edge Detection and Watershed T...
 
Rapid detection of diabetic retinopathy in retinal images: a new approach usi...
Rapid detection of diabetic retinopathy in retinal images: a new approach usi...Rapid detection of diabetic retinopathy in retinal images: a new approach usi...
Rapid detection of diabetic retinopathy in retinal images: a new approach usi...
 

More from Editor IJMTER

A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIPA NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIP
Editor IJMTER
 
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
Editor IJMTER
 
Analysis of VoIP Traffic in WiMAX Environment
Analysis of VoIP Traffic in WiMAX EnvironmentAnalysis of VoIP Traffic in WiMAX Environment
Analysis of VoIP Traffic in WiMAX Environment
Editor IJMTER
 
A Hybrid Cloud Approach for Secure Authorized De-Duplication
A Hybrid Cloud Approach for Secure Authorized De-DuplicationA Hybrid Cloud Approach for Secure Authorized De-Duplication
A Hybrid Cloud Approach for Secure Authorized De-Duplication
Editor IJMTER
 
Aging protocols that could incapacitate the Internet
Aging protocols that could incapacitate the InternetAging protocols that could incapacitate the Internet
Aging protocols that could incapacitate the Internet
Editor IJMTER
 
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
Editor IJMTER
 
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMESA CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
Editor IJMTER
 
Sustainable Construction With Foam Concrete As A Green Green Building Material
Sustainable Construction With Foam Concrete As A Green Green Building MaterialSustainable Construction With Foam Concrete As A Green Green Building Material
Sustainable Construction With Foam Concrete As A Green Green Building Material
Editor IJMTER
 
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TESTUSE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
Editor IJMTER
 
Textual Data Partitioning with Relationship and Discriminative Analysis
Textual Data Partitioning with Relationship and Discriminative AnalysisTextual Data Partitioning with Relationship and Discriminative Analysis
Textual Data Partitioning with Relationship and Discriminative Analysis
Editor IJMTER
 
Testing of Matrices Multiplication Methods on Different Processors
Testing of Matrices Multiplication Methods on Different ProcessorsTesting of Matrices Multiplication Methods on Different Processors
Testing of Matrices Multiplication Methods on Different Processors
Editor IJMTER
 
Survey on Malware Detection Techniques
Survey on Malware Detection TechniquesSurvey on Malware Detection Techniques
Survey on Malware Detection Techniques
Editor IJMTER
 
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICESURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
Editor IJMTER
 
Survey: Multipath routing for Wireless Sensor Network
Survey: Multipath routing for Wireless Sensor NetworkSurvey: Multipath routing for Wireless Sensor Network
Survey: Multipath routing for Wireless Sensor Network
Editor IJMTER
 
Step up DC-DC Impedance source network based PMDC Motor Drive
Step up DC-DC Impedance source network based PMDC Motor DriveStep up DC-DC Impedance source network based PMDC Motor Drive
Step up DC-DC Impedance source network based PMDC Motor Drive
Editor IJMTER
 
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATIONSPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
Editor IJMTER
 
Software Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing SchemeSoftware Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing Scheme
Editor IJMTER
 
Software Defect Prediction Using Local and Global Analysis
Software Defect Prediction Using Local and Global AnalysisSoftware Defect Prediction Using Local and Global Analysis
Software Defect Prediction Using Local and Global Analysis
Editor IJMTER
 
Software Cost Estimation Using Clustering and Ranking Scheme
Software Cost Estimation Using Clustering and Ranking SchemeSoftware Cost Estimation Using Clustering and Ranking Scheme
Software Cost Estimation Using Clustering and Ranking Scheme
Editor IJMTER
 
Single Phase Thirteen-Level Inverter using Seven Switches for Photovoltaic sy...
Single Phase Thirteen-Level Inverter using Seven Switches for Photovoltaic sy...Single Phase Thirteen-Level Inverter using Seven Switches for Photovoltaic sy...
Single Phase Thirteen-Level Inverter using Seven Switches for Photovoltaic sy...
Editor IJMTER
 

More from Editor IJMTER (20)

A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIPA NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIP
 
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
 
Analysis of VoIP Traffic in WiMAX Environment
Analysis of VoIP Traffic in WiMAX EnvironmentAnalysis of VoIP Traffic in WiMAX Environment
Analysis of VoIP Traffic in WiMAX Environment
 
A Hybrid Cloud Approach for Secure Authorized De-Duplication
A Hybrid Cloud Approach for Secure Authorized De-DuplicationA Hybrid Cloud Approach for Secure Authorized De-Duplication
A Hybrid Cloud Approach for Secure Authorized De-Duplication
 
Aging protocols that could incapacitate the Internet
Aging protocols that could incapacitate the InternetAging protocols that could incapacitate the Internet
Aging protocols that could incapacitate the Internet
 
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
 
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMESA CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
 
Sustainable Construction With Foam Concrete As A Green Green Building Material
Sustainable Construction With Foam Concrete As A Green Green Building MaterialSustainable Construction With Foam Concrete As A Green Green Building Material
Sustainable Construction With Foam Concrete As A Green Green Building Material
 
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TESTUSE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
 
Textual Data Partitioning with Relationship and Discriminative Analysis
Textual Data Partitioning with Relationship and Discriminative AnalysisTextual Data Partitioning with Relationship and Discriminative Analysis
Textual Data Partitioning with Relationship and Discriminative Analysis
 
Testing of Matrices Multiplication Methods on Different Processors
Testing of Matrices Multiplication Methods on Different ProcessorsTesting of Matrices Multiplication Methods on Different Processors
Testing of Matrices Multiplication Methods on Different Processors
 
Survey on Malware Detection Techniques
Survey on Malware Detection TechniquesSurvey on Malware Detection Techniques
Survey on Malware Detection Techniques
 
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICESURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
 
Survey: Multipath routing for Wireless Sensor Network
Survey: Multipath routing for Wireless Sensor NetworkSurvey: Multipath routing for Wireless Sensor Network
Survey: Multipath routing for Wireless Sensor Network
 
Step up DC-DC Impedance source network based PMDC Motor Drive
Step up DC-DC Impedance source network based PMDC Motor DriveStep up DC-DC Impedance source network based PMDC Motor Drive
Step up DC-DC Impedance source network based PMDC Motor Drive
 
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATIONSPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
 
Software Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing SchemeSoftware Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing Scheme
 
Software Defect Prediction Using Local and Global Analysis
Software Defect Prediction Using Local and Global AnalysisSoftware Defect Prediction Using Local and Global Analysis
Software Defect Prediction Using Local and Global Analysis
 
Software Cost Estimation Using Clustering and Ranking Scheme
Software Cost Estimation Using Clustering and Ranking SchemeSoftware Cost Estimation Using Clustering and Ranking Scheme
Software Cost Estimation Using Clustering and Ranking Scheme
 
Single Phase Thirteen-Level Inverter using Seven Switches for Photovoltaic sy...
Single Phase Thirteen-Level Inverter using Seven Switches for Photovoltaic sy...Single Phase Thirteen-Level Inverter using Seven Switches for Photovoltaic sy...
Single Phase Thirteen-Level Inverter using Seven Switches for Photovoltaic sy...
 

Recently uploaded

A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
aqil azizi
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.pptPROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
bhadouriyakaku
 
Self-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptxSelf-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptx
iemerc2024
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptxTOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
nikitacareer3
 
Online aptitude test management system project report.pdf
Online aptitude test management system project report.pdfOnline aptitude test management system project report.pdf
Online aptitude test management system project report.pdf
Kamal Acharya
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
ChristineTorrepenida1
 

Recently uploaded (20)

A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.pptPROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
 
Self-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptxSelf-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptx
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptxTOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
 
Online aptitude test management system project report.pdf
Online aptitude test management system project report.pdfOnline aptitude test management system project report.pdf
Online aptitude test management system project report.pdf
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
 

Morphological Based Approach for Identification of Red Lesion in Diabetic Retinopathy

  • 1. Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com @IJMTER-2014, All rights Reserved 353 e-ISSN: 2349-9745 p-ISSN: 2393-8161 Morphological Based Approach for Identification of Red Lesion in Diabetic Retinopathy Pankaj Bachani1 , Dipali Bhatt2 , Bhavik Brahmbhatt3 , Ravi Patel4 1,2,3&4 E & C Department, Vadodara Institute of Engineering ,Vadodara,India Abstract: One of the common causes of visionloss and blindness in patients with diabetes is Diabetic Retinopathy.The damage to the retina of human eye caused by the complication of increase in blood glucose level consequently leading to blindness is termed as Diabetic retinopathy. The longer the patient has diabetes the higher the chance of developing diabetic retinopathy [1].No specific symptoms are seen in DR patients until the illness is at the final stage. Thus , prior detection and timely treatment has to be ensured. Dark lesions such as Microaneurysms and Hemorrhages or bright lesions like Exudates are the visible symotoms of Diabetic Retinopathy [3]. Microaneurysms are reddish in color with a diameter less than 125 µm,which turn into hemorrhages at a later stage [6]. Conventionally , An ophthalmologist visualizes the blood vessels of the patient’s brain using an ophthalmoscope . This method is often time consuming and requires fluorescein angiograms for precise diagnosis. Moreover , it also requires highly trained and skilled clinicians to perform the DR severity grading technique. Tis paper presents a low cost retinal algorithm for detecting microaneurysms and hemorrhages which will assist opthalmologists across the globe in timely detection of diabetic retinopathy. Keywords: Diabetic retinopathy,diagnosis Ophthalmologist, fluorescein angiograms, Microaneurysms and Hemorrhages. I. INTRODUCTION Diabetes is a disease which occurs when the pancreas fail to secrete enough insulin or the body unable to process it properly. As diabetes progresses, the disease slowly affects the circulatory system including the retina of human eye and as a result of long term accumulated damage to blood vessels leads to decline in the vision of patient which is termed as diabetic retinopathy. Diabetic Retinopathy is termed as an eye disease that has the ability to cause partial or even complete visual impairment if left undetermined at the earlier stages. Retinal lesions associated with the diabetics are used to evaluate different stages and the severity of the diabetic retinopathy [1]. Due to modern living style, a list of people is getting affected with Diabetes. The World Health Organization evaluated that 135 million people have diabetes mellitus worldwide and the number of people with diabetes will increase to 300 million by the year 2025 [11]. Doctors recognize diabetic retinopathy by examining the features, such as blood vessel area, exudates, hemorrhages, microaneurysms and texture. Diabetic retinopathy can be divided into three stages of non- proliferative retinopathy: mild, moderate, and severe and one stage of proliferative retinopathy[12]. Different retinal features are blood vessels, optic disk,macula and fovea as shown in Fig. 1. Due to diabetic retinopathy different parts of the retina get damaged and lead to vision loss. Also the characteristics are changed due to different pathological conditions [13]. Due to changes in retinal features, new features such as microaneurysms, exudates, and hemorrhages appear in the retina as shown in Fig. 2. Diabetic Retinopathy is a frequent complication of diabetes and the most common cause of blindness in the working population of the western world.
  • 2. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 01, Issue 06, [December - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 354 Fig. 1. Normal Retinal Fundus Image Fig. 2. Retinal Fundus Image Containing DR Lesions One of the most important steps in the automated detection of DR is the detection of microaneurysms and Hemorrhages. Microaneurysms and Hemorrhages are amongst the earliest observable signs of the presence of diabetic retinopathy. Due to a large number of patients, the available ophthalmologists are not sufficient in handling all the patients, especially in rural areas [14]. Therefore, automated early detection of microaneurysms could ease the burden of ophthalmologists. Automated microaneurysms detection can also help the ophthalmologists in investigating and treating the disease more efficiently [15]. II. Proposed Methodology Microaneurysms and Hemorrhages detection is carried out in the following stages.
  • 3. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 01, Issue 06, [December - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 355 Step-1: Green channel Green channel is extracted from the RGB color space,which has better contrast when compared to other channels. Step-2 : J=CLAHE Contrast-Limited Adaptive Histogram Equalization (CLAHE) is applied . This technique consists in applying histogram equalization for each region in the image, enhancing the local contrast of each region. Step-3:F=Morphological operation(disc) The purpose of this stage is an enhancement of the low intensity structures of the fundus images,and then use them as candidates for red lesions. Morphological opening and closing is done on CLAHE image using structuring element with radius of 5 pixels. Step-4 : X=F-J Image of step 2 is subtracted from image of step 3 so high intensity structure will be eliminated. Step-5 : H minima transform of X This operator removes connected basins with contrast less than a threshold h, using for this purpose a morphological reconstruction based on erosion. Step-6 : Binarization Then image is binarized using the morphological operator of regional minimum RMIN. This operator converts a grayscale image to binary format without using any threshold, and is also based on morphological reconstruction by erosion. Step-7 : Morphological operation (line) the detection of the blood vessels was implemented using the morphological opening of image from step-4 with multi-scale structuring elements. The morphological opening is performed 12 times on the image, using linear structuring elements with 12 different angles, ranging 15 degrees to each structuring element (namely 0 °, 15°, 30 °, and so on up to 165 °). As the blood vessels have a linear and elongated geometric feature, the length of the structuring element was defined with the value 150 pixels. Step 8 : Q=Detection of blood vessels Finally, the 12 images obtained were added, getting the image , containing a sketch of the blood vessels the detection of the blood vessels was performed from a morphological reconstruction by dilation. Step 9 : P-Q Image from step 8 is subtracted from image of step 6.As a result we get haemorrhages and microaneurysms. 1. Experimental Results (a) (b)
  • 4. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 01, Issue 06, [December - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 356 (c) (d) (e) (f) (g) (h) (i) (j) (k) Figure 4.(a) original image, (b) green channel, (c) J=CLAHE, (d) Morphological opening,(e) F= Morphological closing,(f) X=F-J,(g) H min transform of X, (h) Enhancement of low intensity structure, (i) P=binarization, (j) Q=detection of blood vessels, (k) P-Q=detection of hemorrhages and microaneurysms. Images TP FP FN TN Sensitivity (%) Specificity (%) PPV (%) Accuracy (%) 1 415 66 80 1727519 83.83 99.99 86.27 99.96 2 236 294 0 1727469 100 99.98 74.52 99.98 3 390 138 12 1727472 97.01 99.99 73.86 99.99 4 1885 573 937 1725541 66.79 99.96 76.68 99.91 5 6057 725 764 1721218 88.79 99.95 89.3 99.91 6 1624 436 208 1726542 88.64 99.89 78.88 99.84 7 3382 312 243 1727632 93.29 99.92 91.55 99.86
  • 5. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 01, Issue 06, [December - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 357 III.Evalution and Performance Measure The algorithms are implemented and the performance of each algorithm is measured by comparing the obtained results with the ophthalmologist’s hand-drawn ground truth. Eight performance measurements, namely, True Positive (TP, a number of exudates pixels correctly detected), False Positive (FP, a number of non-exudate pixels which are detected wrongly as exudate pixels), False Negative (FN, a number of exudate pixels that are not detected), True Negative (TN, a number of non-exudates pixels which are correctly identified as non-exudate pixels), Sensitivity, Specificity, Positive Predictive Value (PPV), and Accuracy are calculated. Equations below show the computation of Sensitivity, Specificity, PPV (Positive Predicate Value) and Accuracy, respectively: Sensitivity= FNTP TP + Specificity= FPTN TN + PPV = FPTP TP + Accuracy= TNFNFPTP TNTP +++ + Sensitivity is essentially how good a test is at finding something if it is there, means the proportion of actual positives which are correctly identified. Specificity is a measure against false positives, how accurate a test is, means the proportion of negatives which are correctly identified.
  • 6. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 01, Issue 06, [December - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 358 IV. CONCLUSION AND FUTURE WORK Diabetes is a metabolic disease that affects tens of millions of people around the world. The statistics shows that this number of diabetic patients will double over the course of future years . Diabetic retinopathy is a sever disease that can multiply leave permanent consequences on the normal function of the human organism, one of them being negatively affecting visual function. Regular screenings and medical checkups along with adequate treatment can prevent the further development of the disease. We proposed cost-effective algorithm for automated detection of hemorrhages and microaneurysms with the goal to assisting ophthalmologist/medical doctor in diagnostics procedures. The scope of our future research is related to detection of cotton wool spot for detecting diabetic retinopathy caused by diabetes. REFERENCES [1] V.Saravanan, B.Venkatalakshm,Vithiya Rajendran , “Automated Red Lesion Detection in Diabetic Retinopathy”, IEEE Conference on Information and Communication Technologies (ICT 2013) [2] Lee Streeter and Michael J. Cree, “Microaneurysm Detection in Colour Fundus Images”, Image and Vision Computing NZ, Palmerston North, November 2003 [3] Hanieh Poostchi, Saeid Khakmardan, Hamidreza Pourreza, “Diabetic Retinopathy Dark Lesion Detection: Preprocessing Phase”, International eConference on Computer and Knowledge Engineering (ICCKE), October 13-14, 2011 [4] Preethi. M, Vanithamani. R, “Review of Retinal Blood Vessel Detection Methods for Automated Diagnosis of Diabetic Retinopathy” ,IEEE-International Conference On Advances In Engineering, Science And Management (ICAESM -2012) March 30, 31, 2012
  • 7. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 01, Issue 06, [December - 2014] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 359 [5] Kade Mahesh k, “ A Survey of Automated Techniques for Retinal Disease Identification in Diabetic Retinopathy”,International Journal of Advancements in Research & Technology,May-2013 [6] Ankita Agrawal, Charul Bhatnagar, Anand Singh Jalal, “A Survey on Automated Microaneurysm Detection in Diabetic Retinopathy Retinal Images” ,IEEE-2013 [7] Parisut Jitpakdee, Pakinee Aimmanee, Bunyarit Uyyanonvara, “A Survey on Hemorrhage Detection in Diabetic Retinopathy Retinal Images” ,IEEE-2012 [8] M. Usman Akram, Ibaa Jamal, Anam Tariq and Junaid Imtiaz, “Automated Segmentation of Blood Vessels for Detection of Proliferative Diabetic Retinopathy” , IEEE-EMBS International Conference on Biomedical and Health Informatics (BHI 2012) [9] Mahendran Gandhi , Dr. R. Dhanasekaran, “Diagnosis of Diabetic Retinopathy Using Morphological Process and SVM Classifier ,International conference on Communication and Signal Processing, April 3-5, 2013 [10] R. Vidyasari , I. Sovani, and T.L.R. Mengko ,H. Zakaria, “Vessel Enhancement Algorithm in Digital Retinal Fundus Microaneurysms Filter for Nonproliferative Diabetic Retinopathy Classification”, International Conference on Instrumentation, Communication, Information Technology and Biomedical Engineering, 8-9 November 2011 [11] S. Wild, G. Roglic, A Green, “Global prevalence of diabetes: estimates for the year 2000 and projections for 2030,” Diabetes Care, 27, pp.l047-1053, 2004. [12] National Eye Institute, National Institutes of Health, “Diabetic Retinopathy: What you should know,” Booklet, NIH Publication, no: 06-2171, 2003. [13] S. R. Nirmala, M. K. Nath, and S. Dandapat, “Retinal Image Analysis:A Review,” International Journal of Computer & Communication Technology (IJCCT), vol-2, pp. 11-15, 2011. [14] A. D. Fleming, S. Philip, K. A. Goatman, J. A. Olson, and P. F. Sharp,“Automated microaneurysm detection using local contrast normalization and local vessel detection,” IEEE Trans. Med. Imag., vol. 25, no. 9, pp.1223–1232, Sep. 2006. [15] M.Niemeijer,B. V. Ginneken, J. Staal, M. S. A. Suttorp-Schulten, and M. D. Abramoff, “Automatic detection of red lesions in digital color fundus photographs,” IEEE Trans. Med. Imag., vol. 24, no. 5, pp. 584–592, May 2005.