SlideShare ist ein Scribd-Unternehmen logo
1 von 7
Downloaden Sie, um offline zu lesen
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
DOI : 10.5121/acij.2014.5302 17
PERFORMANCE ANALYSIS OF RETINAL IMAGE
BLOOD VESSEL SEGMENTATION
1
D.Siva Sundhara Raja, 2
Dr.S.Vasuki, 3
D.Rajesh Kumar
1,3
SACS MAVMM Engineering College, Madurai, India
2
Velammal College of Engineering & Technology
ABSTRACT
The retinal image diagnosis is an important methodology for diabetic retinopathy detection and analysis. in
this paper, the morphological operations and svm classifier are used to detect and segment the blood
vessels from the retinal image. the proposed system consists of three stages-first is preprocessing of retinal
image to separate the green channel and second stage is retinal image enhancement and third stage is
blood vessel segmentation using morphological operations and svm classifier. the performance of the
proposed system is analyzed using publicly available dataset.
KEY WORDS
Blood vessels, classifier, diabetic retinopathy, diagnosis, green channel.
1. INTRODUCTION
Retinal images are influenced by all the factors that affect the body vasculature in general. The
human eye is a unique region of the human body where the vascular condition can be directly
observed. In addition to fovea and optic disc, the blood vessels contributes one of the main
features of an retinal fundus image and several of its properties are noticeably affected by
worldwide major diseases such as diabetes, hypertension, and arteriosclerosis. Further, certain
eye diseases such as choroidal neovascularization [1] and retinal artery occlusion [2] also make
changes in the retinal vasculature. As per previous statement, the segmentation of blood vessels in
retinal images can be a valuable aid for the detection of diabetic retinopathy and glaucoma
diagnosis.
An automated segmentation and inspection of retinal blood vessel features such as diameter, color
and tortuosity as well as the optic disc morphology allows ophthalmologist and eye care
specialists to perform mass vision screening exams for early detection of retinal diseases and
treatment evaluation. This could prevent and reduce vision impairments; age related diseases and
many cardiovascular diseases as well as reducing the cost of the screening. Over the past few
years, several segmentation techniques have been employed for the segmentation of retinal
structures such as blood vessels and optic disc and diseases like lesions in fundus retinal images.
However the acquisition of fundus retinal images under different conditions of illumination,
resolution and field of view (FOV) and the overlapping tissue in the retina cause a significant
degradation to the performance of automated blood vessel and optic disc segmentations.
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
18
2. LITERATURE SURVEY
In [1], Xiayu et al. used graph based approach for blood vessel boundary delineation. The widths
of the retinal blood vessels are measured and its edges are segmented. The graph is constructed
based on the vessels weight. The REVIEW database was used in this work. This paper has some
deficiencies, such as the crossing points and branching points are currently not treated
individually, and consequently the blood vessel detection points are not clearly indicated.
In [2], Benson et al. proposed line-shape concavity measuring model to remove dark lesions
which have an intensity structure different from the line-shaped vessels in a retina. This method
achieved 95.67% of an average accuracy for the blood vessel detection with respect to ground
truth images in DRIVE database, while provided 95.56 % of an average accuracy for the blood
vessel detection with respect to ground truth images in STARE database.
In [3], Miguel et al. presented multi-scale feature extraction and region growing algorithm for
retinal blood vessels segmentation. This implementation allowed a faster processing of these
images and was based on a data partitioning.
In [4]-[10],different methods for blood vessel detection and segmentation is presented.
Staal [14] et al. proposed a pixel feature based method that additionally analyzed the vessels as
elongated structures. The edge-based methods can be further classified into window-based and
tracking-based methods. Window-based method estimates a match at each pixel against the
pixel‘s surrounding window. In order to trace the vessels, the tracking approach makes use of
local image properties from an initial point.
3. PROPOSED SYSTEM
The proposed system consists of three stages-first is preprocessing of retinal image to separate the
green channel and second stage is retinal image enhancement and third stage is blood vessel
segmentation using morphological operations and SVM Classifier. The proposed system for
blood vessel segmentation is illustrated in Fig. 1.
Fig.1. Proposed blood vessel segmentation system.
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
19
A. Preprocessing
Initially the retinal image is enhanced using adaptive histogram equalization technique in order to
enhance the blood vessels. Then, the retinal fundus image is divided in to three primary
components such as Red Channel (R), Green Channel (G) and Blue Channel (B). The green
channel is high sensitive to the blood vessels. Hence this channel is considered for the detection
and segmentation of retinal blood vessels from the retinal image.
B. Morphological Operations
The morphological operations are applied on the pre processed green channel. Morphological
operation processes the preprocessed image with structuring element. The retinal blood vessels
are detected by applying dilation and erosion process to a preprocessed image. The morphological
opening and closing operation are applied to an image based on multi structure elements to
enhance the vessel edges. Morphological opening and closing operation is performed by using
dilation and erosion. The morphologically processed opened image and morphologically
processed closed images are absolutely subtracted to detect the blood vessels from retina fundus
image. The combination of dilation and erosion operations is performed on image with different
structuring element of radius 3. Then, an absolute difference mapping image is formed by
absolute subtraction of retinal image from the morphologically processed sub-band image.
C. Feature Extraction and Classifier
The Local Binary Pattern (ELBP) features and GLCM features are extracted from the
morphologically processed image. It can be computed as in Eq. 1,
where, IN denotes the neighboring pixel in a square window (3×3), IC is the center pixel in the
3×3 mask, ‘p‘ represents the number of surrounding pixels, ‘K‘ denotes c function and K(IN – IC
) is marked as the threshold value and it is estimated as,
D. GLCM Features
The Co-occurrence features can be extracted from each Co-occurrence Matrix. Energy, contrast,
correlation and homogeneity are used as GLCM features.
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
20
TABLE I. Feature Representations
The extracted features are trained and the given retinal images are classified in accordance with
the trained values SVM Classifier. The SVM classifies each pixel in the retinal image as blood
vessel or non blood vessel pixels.
4. RESULTS AND DISCUSSIONS
The proposed blood vessel detection and segmentation methodology is applied on images
available in DRIVE and STARE databases and the segmentation results were compared with their
respective ground truth images.
To measure the performance of the proposed method for the detection of blood vessels on the
fundus image, the proposed vessel segmentation method is compared to its corresponding ground
truth images. The performance of proposed vessel detected image is experimentally validated
with ground truth images.
The performance of proposed blood vessel segmentation methodology is analyzed with the
following parameters:
• Sensitivity (Se=TP/(TP+FN))
• Accuracy (Acc=(TP+TN)/(TP+FN+TN+FP))
where, TP denotes true positive, FP denotes false positive, FN denotes false negative and TN
denotes true negative. True Positive refers to the correctly detected blood vessels, True Negative
refers to the wrongly detected blood vessels, False Positive refers to the correctly and wrongly
detected non blood vessel pixels.
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
21
Fig. 2. Retinal image enhancement (a) Normal retinal image (b) Abnormal retinal image (c)-(d) Enhanced
retinal image.
Fig. 3. Blood vessel segmentation of normal retinal image (a) Normal retinal image (b) Green channel
image (c) Morphologically processed image (d) Absolute difference image (e) Blood vessel segmented
image.
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
22
Fig. 4. Blood vessel segmentation of abnormal retinal image (a) Abnormal retinal image (b) Green channel
image (c) Morphologically processed image (d) Absolute difference image (e) Blood vessel segmented
image.
TABLE II. Performance Analysis of Vessel Segmentation
The experimental result shows that, Morphological and SVM based blood vessel segmentation
achieves a performance appraisal of 78% sensitivity, 97.99%specificity, and 95.1% accuracy,
which is clearly shown in Table II.
5. CONCLUSION
The blood vessel detection and segmentation is an important for diabetic retinopathy diagnosis at
earlier stage. The morphological and SVM classifier is proposed in this paper to detect and
segment the blood vessels from the retinal image .The local binary pattern and GLCM features
are extracted from the morphologically processed image and used as blood vessels features. The
proposed method detected blood vessels with an average sensitivity of 78%, average specificity
of 97.99% and an average accuracy of 99.6% in the retinal fundus images.
REFERENCES
[1] X. Xu, M. Niemeijer, Q. Song, M. Sonka, M. K. Garvin, J. M. Reinhardt, and M. D. Abràmoff,
―Vessel boundary delineation on fundus images using graph-based approach,‖ IEEE Transactions on
Medical Imaging, vol. 30, no. 6, June 2011.
[2] B. S. Y. Lam, Y, Gao, and A. W.-C. Liew, ―General retinal vessel segmentation using regularization
based multiconcavity modeling,‖ IEEE Transactions on Medical Imaging, vol. 29, no. 7, July 2010.
Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014
23
[3] M. A. Palomera-P´erez, M. Elena Martinez-Perez, Hector Ben´ıtez-P´erez, and Jorge Luis Ortega-
Arjona, ―Parallel multiscale feature extraction and region growing: application in retinal blood
vessel detection‖, IEEE Transactions on Information Technology in Biomedicine, vol. 14, no. 2,
March 2010.
[4] R. Horaud and T. Skordas, ―Stereo correspondence through feature grouping and maximal cliques,‖
IEEE Trans. Pattern Anal. Machine Intell, vol. 11, pp. 1168–1180, Nov. 1989.
[5] W. M. Well, ―Statistical approaches to feature-based object recognition,‖ Int. J. Comput. Vision, vol.
21, no. 1, pp. 63–98, 1997.
[6] S. Chaudhuri, S. Chatterjee, N. Katz, M. Nelson, and M. Goldbaum, ―Detection of blood vessels in
retinal images using two-dimensional matched filters,‖ IEEE Trans. Med. Imag., vol. 8, pp. 263–269,
Sept. 1989.
[7] A. Can, H. Shen, J. N. Turner, H. L. Tanenbaum, and B. Roysam, ―Rapid automated tracing and
feature extraction from retinal fundus images using direct exploratory algorithms,‖ IEEE Trans.
Inform. Technol. Biomed., vol. 3, pp. 125–138, June 1999.
[8] L. Gagnon, M. Lalonde, M. Beaulieu, and M.-C. Boucher, ―Procedure to detect anatomical
structures in optical fundus images,‖ in Proc. SPIE Med. Imaging: Image Processing, vol. 4322, 2001,
pp. 1218–1225.
[9] S. N. Kalitzin, J. J. Staal, B. M. ter Haar Romeny, and M. A. Viergever, ―A computational method
for segmenting topological point sets and application to image analysis,‖ IEEE Trans. Pattern Anal.
Machine Intell., vol. 23, pp. 447–459, May 2001.
[10] Zana and J.-C. Klein, ―Segmentation of vessel-like patterns using mathematical morphology and
curvature evaluation,‖ IEEE Trans. Med. Imag., vol. 11, no. 7, pp. 1111–1119, Jul. 2001.
[11] C. Sinthanayothin, J. F. Boyce, H. L. Cook, and T. H.Williamson, ―Automated localization of the
optic disc, fovea, and retinal blood vessels from digital colour fundus images,‖ Br. J. Ophthalmol.,
vol. 83, pp. 902–911, 1999.
[12] M. Niemeijer and B. van Ginneken, 2002 [Online]. Available:
http://www.isi.uu.nl/Reseach/Databases/DRIVE/results.php
[13] A. Hoover, STARE database [Online]. Available: http:// www.ces.clemson.edu/~ahoover/stare
[14] J. Staal, M. D. Abrámoff, M. Niemeijer, M. A. Viergever, and B. van Ginneken, ―Ridge-based
vessel segmentation in color images of the retina,‖ IEEE Trans. Med. Imag., vol. 23, no. 4, pp. 501–
509, Apr. 2004.
[15] J. V. B. Soares, J. J. G. Leandro, R. M. Cesar Jr., H. F. Jelinek, and M. J. Cree, ―Retinal vessel
segmentation using the 2-D Gabor wavelet and supervised classification,‖ IEEE Transactions on
Medical Imaging, vol. 25, no. 9, pp. 1214–1222, 2006.
[16] A. M. Mendonc,a and A. Campilho, ―Segmentation of retinal blood vessels by combining the
detection of centerlines and morphological reconstruction,‖ IEEE Transactions on Medical Imaging,
vol. 25, no. 9, pp. 1200–1213, 2006.

Weitere ähnliche Inhalte

Was ist angesagt?

Automated feature extraction for early detection of diabetic retinopathy i
Automated feature extraction for early detection of diabetic retinopathy iAutomated feature extraction for early detection of diabetic retinopathy i
Automated feature extraction for early detection of diabetic retinopathy i
mmanish91
 

Was ist angesagt? (20)

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
 
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
 
Automatic identification and classification of microaneurysms for detection o...
Automatic identification and classification of microaneurysms for detection o...Automatic identification and classification of microaneurysms for detection o...
Automatic identification and classification of microaneurysms for detection o...
 
Enhancement Of Retinal Fundus Image Using 2-D GABOR WAVELET Transform
Enhancement Of Retinal Fundus Image Using 2-D GABOR WAVELET TransformEnhancement Of Retinal Fundus Image Using 2-D GABOR WAVELET Transform
Enhancement Of Retinal Fundus Image Using 2-D GABOR WAVELET Transform
 
Segmentation of Blood Vessels and Optic Disc in Retinal Images
Segmentation of Blood Vessels and Optic Disc in Retinal ImagesSegmentation of Blood Vessels and Optic Disc in Retinal Images
Segmentation of Blood Vessels and Optic Disc in Retinal Images
 
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...
 
Detection of retinal blood vessel
Detection of retinal blood vesselDetection of retinal blood vessel
Detection of retinal blood vessel
 
Thesis presentation
Thesis presentationThesis presentation
Thesis presentation
 
Automated feature extraction for early detection of diabetic retinopathy i
Automated feature extraction for early detection of diabetic retinopathy iAutomated feature extraction for early detection of diabetic retinopathy i
Automated feature extraction for early detection of diabetic retinopathy i
 
Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...
Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...
Efficient Diabetic Retinopathy Space Subjective Fuzzy Clustering In Digital F...
 
A045010107
A045010107A045010107
A045010107
 
Diabetic Retinopathy Analysis using Fundus Image
Diabetic Retinopathy Analysis using Fundus ImageDiabetic Retinopathy Analysis using Fundus Image
Diabetic Retinopathy Analysis using Fundus Image
 
Optic disc boundary and vessel origin
Optic disc boundary and vessel originOptic disc boundary and vessel origin
Optic disc boundary and vessel origin
 
Vessels Extraction from Retinal Images
Vessels Extraction from Retinal ImagesVessels Extraction from Retinal Images
Vessels Extraction from Retinal Images
 
Retinal image analysis using morphological process and clustering technique
Retinal image analysis using morphological process and clustering techniqueRetinal image analysis using morphological process and clustering technique
Retinal image analysis using morphological process and clustering technique
 
Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...Detection of Macular Edema by using Various Techniques of Feature Extraction ...
Detection of Macular Edema by using Various Techniques of Feature Extraction ...
 
Ijecet 06 09_007
Ijecet 06 09_007Ijecet 06 09_007
Ijecet 06 09_007
 
Detection and Grading of Diabetic Maculopathy Automatically in Digital Retina...
Detection and Grading of Diabetic Maculopathy Automatically in Digital Retina...Detection and Grading of Diabetic Maculopathy Automatically in Digital Retina...
Detection and Grading of Diabetic Maculopathy Automatically in Digital Retina...
 
PROJECT FINAL PPT
PROJECT FINAL PPTPROJECT FINAL PPT
PROJECT FINAL PPT
 
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...
Optic Disc and Macula Localization from Retinal Optical Coherence Tomography ...
 

Andere mochten auch

E E 458 Project 002
E E 458 Project 002E E 458 Project 002
E E 458 Project 002
Chad Weiss
 

Andere mochten auch (10)

Ijebea14 222
Ijebea14 222Ijebea14 222
Ijebea14 222
 
Blood vessel segmentation of fundus images by major vessel extraction and sub...
Blood vessel segmentation of fundus images by major vessel extraction and sub...Blood vessel segmentation of fundus images by major vessel extraction and sub...
Blood vessel segmentation of fundus images by major vessel extraction and sub...
 
Comparison of Morphological, Averaging & Median Filter
Comparison of Morphological, Averaging & Median FilterComparison of Morphological, Averaging & Median Filter
Comparison of Morphological, Averaging & Median Filter
 
E E 458 Project 002
E E 458 Project 002E E 458 Project 002
E E 458 Project 002
 
Research: Automatic Diabetic Retinopathy Detection
Research: Automatic Diabetic Retinopathy DetectionResearch: Automatic Diabetic Retinopathy Detection
Research: Automatic Diabetic Retinopathy Detection
 
Project presentation
Project presentationProject presentation
Project presentation
 
morphological image processing
morphological image processingmorphological image processing
morphological image processing
 
Morphological image processing
Morphological image processingMorphological image processing
Morphological image processing
 
Morphological image processing
Morphological image processingMorphological image processing
Morphological image processing
 
スタートアップ組織づくりの具体策を学ぶ 先生:金子 陽三
スタートアップ組織づくりの具体策を学ぶ 先生:金子 陽三スタートアップ組織づくりの具体策を学ぶ 先生:金子 陽三
スタートアップ組織づくりの具体策を学ぶ 先生:金子 陽三
 

Ähnlich wie Performance analysis of retinal image blood vessel segmentation

Ähnlich wie Performance analysis of retinal image blood vessel segmentation (20)

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...
 
Vessels Extraction from Retinal Images
Vessels Extraction from Retinal ImagesVessels Extraction from Retinal Images
Vessels Extraction from Retinal Images
 
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
 
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
AUTOMATED SEGMENTATION OF FLUORESCENT AND FUNDS IMAGES BASED ON RETINAL BLOOD...
 
IRJET- Retinal Blood Vessel Tree Segmentation using Fast Marching Method
IRJET- Retinal Blood Vessel Tree Segmentation using Fast Marching MethodIRJET- Retinal Blood Vessel Tree Segmentation using Fast Marching Method
IRJET- Retinal Blood Vessel Tree Segmentation using Fast Marching Method
 
Retinal Vessel Segmentation in U-Net Using Deep Learning
Retinal Vessel Segmentation in U-Net Using Deep LearningRetinal Vessel Segmentation in U-Net Using Deep Learning
Retinal Vessel Segmentation in U-Net Using Deep Learning
 
139406323-F
139406323-F139406323-F
139406323-F
 
IJSRED-V2I2P4
IJSRED-V2I2P4IJSRED-V2I2P4
IJSRED-V2I2P4
 
Detection of exudates draft
Detection of exudates draftDetection of exudates draft
Detection of exudates draft
 
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 ...
 
Optic Disk and Retinal Vesssel Segmentation in Fundus Images
Optic Disk and Retinal Vesssel Segmentation in Fundus ImagesOptic Disk and Retinal Vesssel Segmentation in Fundus Images
Optic Disk and Retinal Vesssel Segmentation in Fundus Images
 
Classification of retinal vessels into
Classification of retinal vessels intoClassification of retinal vessels into
Classification of retinal vessels into
 
Detection of exudates draft
Detection of exudates draftDetection of exudates draft
Detection of exudates draft
 
PREVALENCE EVALUATION OF DIABETIC RETINOPATHY
PREVALENCE EVALUATION OF DIABETIC RETINOPATHYPREVALENCE EVALUATION OF DIABETIC RETINOPATHY
PREVALENCE EVALUATION OF DIABETIC RETINOPATHY
 
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 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
 
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
 
Q01765102112
Q01765102112Q01765102112
Q01765102112
 
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 ...
 
Retinal Vessels Segmentation Using Supervised Classifiers for Identification ...
Retinal Vessels Segmentation Using Supervised Classifiers for Identification ...Retinal Vessels Segmentation Using Supervised Classifiers for Identification ...
Retinal Vessels Segmentation Using Supervised Classifiers for Identification ...
 

Mehr von acijjournal

Data Transformation Technique for Protecting Private Information in Privacy P...
Data Transformation Technique for Protecting Private Information in Privacy P...Data Transformation Technique for Protecting Private Information in Privacy P...
Data Transformation Technique for Protecting Private Information in Privacy P...
acijjournal
 
DETECTION OF FORGERY AND FABRICATION IN PASSPORTS AND VISAS USING CRYPTOGRAPH...
DETECTION OF FORGERY AND FABRICATION IN PASSPORTS AND VISAS USING CRYPTOGRAPH...DETECTION OF FORGERY AND FABRICATION IN PASSPORTS AND VISAS USING CRYPTOGRAPH...
DETECTION OF FORGERY AND FABRICATION IN PASSPORTS AND VISAS USING CRYPTOGRAPH...
acijjournal
 
Detection of Forgery and Fabrication in Passports and Visas Using Cryptograph...
Detection of Forgery and Fabrication in Passports and Visas Using Cryptograph...Detection of Forgery and Fabrication in Passports and Visas Using Cryptograph...
Detection of Forgery and Fabrication in Passports and Visas Using Cryptograph...
acijjournal
 

Mehr von acijjournal (20)

Jan_2024_Top_read_articles_in_ACIJ.pdf
Jan_2024_Top_read_articles_in_ACIJ.pdfJan_2024_Top_read_articles_in_ACIJ.pdf
Jan_2024_Top_read_articles_in_ACIJ.pdf
 
Call for Papers - Advanced Computing An International Journal (ACIJ) (2).pdf
Call for Papers - Advanced Computing An International Journal (ACIJ) (2).pdfCall for Papers - Advanced Computing An International Journal (ACIJ) (2).pdf
Call for Papers - Advanced Computing An International Journal (ACIJ) (2).pdf
 
cs - ACIJ (4) (1).pdf
cs - ACIJ (4) (1).pdfcs - ACIJ (4) (1).pdf
cs - ACIJ (4) (1).pdf
 
cs - ACIJ (2).pdf
cs - ACIJ (2).pdfcs - ACIJ (2).pdf
cs - ACIJ (2).pdf
 
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
 
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
 
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
 
4thInternational Conference on Machine Learning & Applications (CMLA 2022)
4thInternational Conference on Machine Learning & Applications (CMLA 2022)4thInternational Conference on Machine Learning & Applications (CMLA 2022)
4thInternational Conference on Machine Learning & Applications (CMLA 2022)
 
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
7thInternational Conference on Data Mining & Knowledge Management (DaKM 2022)
 
3rdInternational Conference on Natural Language Processingand Applications (N...
3rdInternational Conference on Natural Language Processingand Applications (N...3rdInternational Conference on Natural Language Processingand Applications (N...
3rdInternational Conference on Natural Language Processingand Applications (N...
 
4thInternational Conference on Machine Learning & Applications (CMLA 2022)
4thInternational Conference on Machine Learning & Applications (CMLA 2022)4thInternational Conference on Machine Learning & Applications (CMLA 2022)
4thInternational Conference on Machine Learning & Applications (CMLA 2022)
 
Graduate School Cyber Portfolio: The Innovative Menu For Sustainable Development
Graduate School Cyber Portfolio: The Innovative Menu For Sustainable DevelopmentGraduate School Cyber Portfolio: The Innovative Menu For Sustainable Development
Graduate School Cyber Portfolio: The Innovative Menu For Sustainable Development
 
Genetic Algorithms and Programming - An Evolutionary Methodology
Genetic Algorithms and Programming - An Evolutionary MethodologyGenetic Algorithms and Programming - An Evolutionary Methodology
Genetic Algorithms and Programming - An Evolutionary Methodology
 
Data Transformation Technique for Protecting Private Information in Privacy P...
Data Transformation Technique for Protecting Private Information in Privacy P...Data Transformation Technique for Protecting Private Information in Privacy P...
Data Transformation Technique for Protecting Private Information in Privacy P...
 
Advanced Computing: An International Journal (ACIJ)
Advanced Computing: An International Journal (ACIJ) Advanced Computing: An International Journal (ACIJ)
Advanced Computing: An International Journal (ACIJ)
 
E-Maintenance: Impact Over Industrial Processes, Its Dimensions & Principles
E-Maintenance: Impact Over Industrial Processes, Its Dimensions & PrinciplesE-Maintenance: Impact Over Industrial Processes, Its Dimensions & Principles
E-Maintenance: Impact Over Industrial Processes, Its Dimensions & Principles
 
10th International Conference on Software Engineering and Applications (SEAPP...
10th International Conference on Software Engineering and Applications (SEAPP...10th International Conference on Software Engineering and Applications (SEAPP...
10th International Conference on Software Engineering and Applications (SEAPP...
 
10th International conference on Parallel, Distributed Computing and Applicat...
10th International conference on Parallel, Distributed Computing and Applicat...10th International conference on Parallel, Distributed Computing and Applicat...
10th International conference on Parallel, Distributed Computing and Applicat...
 
DETECTION OF FORGERY AND FABRICATION IN PASSPORTS AND VISAS USING CRYPTOGRAPH...
DETECTION OF FORGERY AND FABRICATION IN PASSPORTS AND VISAS USING CRYPTOGRAPH...DETECTION OF FORGERY AND FABRICATION IN PASSPORTS AND VISAS USING CRYPTOGRAPH...
DETECTION OF FORGERY AND FABRICATION IN PASSPORTS AND VISAS USING CRYPTOGRAPH...
 
Detection of Forgery and Fabrication in Passports and Visas Using Cryptograph...
Detection of Forgery and Fabrication in Passports and Visas Using Cryptograph...Detection of Forgery and Fabrication in Passports and Visas Using Cryptograph...
Detection of Forgery and Fabrication in Passports and Visas Using Cryptograph...
 

Kürzlich hochgeladen

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Kürzlich hochgeladen (20)

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 

Performance analysis of retinal image blood vessel segmentation

  • 1. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 DOI : 10.5121/acij.2014.5302 17 PERFORMANCE ANALYSIS OF RETINAL IMAGE BLOOD VESSEL SEGMENTATION 1 D.Siva Sundhara Raja, 2 Dr.S.Vasuki, 3 D.Rajesh Kumar 1,3 SACS MAVMM Engineering College, Madurai, India 2 Velammal College of Engineering & Technology ABSTRACT The retinal image diagnosis is an important methodology for diabetic retinopathy detection and analysis. in this paper, the morphological operations and svm classifier are used to detect and segment the blood vessels from the retinal image. the proposed system consists of three stages-first is preprocessing of retinal image to separate the green channel and second stage is retinal image enhancement and third stage is blood vessel segmentation using morphological operations and svm classifier. the performance of the proposed system is analyzed using publicly available dataset. KEY WORDS Blood vessels, classifier, diabetic retinopathy, diagnosis, green channel. 1. INTRODUCTION Retinal images are influenced by all the factors that affect the body vasculature in general. The human eye is a unique region of the human body where the vascular condition can be directly observed. In addition to fovea and optic disc, the blood vessels contributes one of the main features of an retinal fundus image and several of its properties are noticeably affected by worldwide major diseases such as diabetes, hypertension, and arteriosclerosis. Further, certain eye diseases such as choroidal neovascularization [1] and retinal artery occlusion [2] also make changes in the retinal vasculature. As per previous statement, the segmentation of blood vessels in retinal images can be a valuable aid for the detection of diabetic retinopathy and glaucoma diagnosis. An automated segmentation and inspection of retinal blood vessel features such as diameter, color and tortuosity as well as the optic disc morphology allows ophthalmologist and eye care specialists to perform mass vision screening exams for early detection of retinal diseases and treatment evaluation. This could prevent and reduce vision impairments; age related diseases and many cardiovascular diseases as well as reducing the cost of the screening. Over the past few years, several segmentation techniques have been employed for the segmentation of retinal structures such as blood vessels and optic disc and diseases like lesions in fundus retinal images. However the acquisition of fundus retinal images under different conditions of illumination, resolution and field of view (FOV) and the overlapping tissue in the retina cause a significant degradation to the performance of automated blood vessel and optic disc segmentations.
  • 2. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 18 2. LITERATURE SURVEY In [1], Xiayu et al. used graph based approach for blood vessel boundary delineation. The widths of the retinal blood vessels are measured and its edges are segmented. The graph is constructed based on the vessels weight. The REVIEW database was used in this work. This paper has some deficiencies, such as the crossing points and branching points are currently not treated individually, and consequently the blood vessel detection points are not clearly indicated. In [2], Benson et al. proposed line-shape concavity measuring model to remove dark lesions which have an intensity structure different from the line-shaped vessels in a retina. This method achieved 95.67% of an average accuracy for the blood vessel detection with respect to ground truth images in DRIVE database, while provided 95.56 % of an average accuracy for the blood vessel detection with respect to ground truth images in STARE database. In [3], Miguel et al. presented multi-scale feature extraction and region growing algorithm for retinal blood vessels segmentation. This implementation allowed a faster processing of these images and was based on a data partitioning. In [4]-[10],different methods for blood vessel detection and segmentation is presented. Staal [14] et al. proposed a pixel feature based method that additionally analyzed the vessels as elongated structures. The edge-based methods can be further classified into window-based and tracking-based methods. Window-based method estimates a match at each pixel against the pixel‘s surrounding window. In order to trace the vessels, the tracking approach makes use of local image properties from an initial point. 3. PROPOSED SYSTEM The proposed system consists of three stages-first is preprocessing of retinal image to separate the green channel and second stage is retinal image enhancement and third stage is blood vessel segmentation using morphological operations and SVM Classifier. The proposed system for blood vessel segmentation is illustrated in Fig. 1. Fig.1. Proposed blood vessel segmentation system.
  • 3. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 19 A. Preprocessing Initially the retinal image is enhanced using adaptive histogram equalization technique in order to enhance the blood vessels. Then, the retinal fundus image is divided in to three primary components such as Red Channel (R), Green Channel (G) and Blue Channel (B). The green channel is high sensitive to the blood vessels. Hence this channel is considered for the detection and segmentation of retinal blood vessels from the retinal image. B. Morphological Operations The morphological operations are applied on the pre processed green channel. Morphological operation processes the preprocessed image with structuring element. The retinal blood vessels are detected by applying dilation and erosion process to a preprocessed image. The morphological opening and closing operation are applied to an image based on multi structure elements to enhance the vessel edges. Morphological opening and closing operation is performed by using dilation and erosion. The morphologically processed opened image and morphologically processed closed images are absolutely subtracted to detect the blood vessels from retina fundus image. The combination of dilation and erosion operations is performed on image with different structuring element of radius 3. Then, an absolute difference mapping image is formed by absolute subtraction of retinal image from the morphologically processed sub-band image. C. Feature Extraction and Classifier The Local Binary Pattern (ELBP) features and GLCM features are extracted from the morphologically processed image. It can be computed as in Eq. 1, where, IN denotes the neighboring pixel in a square window (3×3), IC is the center pixel in the 3×3 mask, ‘p‘ represents the number of surrounding pixels, ‘K‘ denotes c function and K(IN – IC ) is marked as the threshold value and it is estimated as, D. GLCM Features The Co-occurrence features can be extracted from each Co-occurrence Matrix. Energy, contrast, correlation and homogeneity are used as GLCM features.
  • 4. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 20 TABLE I. Feature Representations The extracted features are trained and the given retinal images are classified in accordance with the trained values SVM Classifier. The SVM classifies each pixel in the retinal image as blood vessel or non blood vessel pixels. 4. RESULTS AND DISCUSSIONS The proposed blood vessel detection and segmentation methodology is applied on images available in DRIVE and STARE databases and the segmentation results were compared with their respective ground truth images. To measure the performance of the proposed method for the detection of blood vessels on the fundus image, the proposed vessel segmentation method is compared to its corresponding ground truth images. The performance of proposed vessel detected image is experimentally validated with ground truth images. The performance of proposed blood vessel segmentation methodology is analyzed with the following parameters: • Sensitivity (Se=TP/(TP+FN)) • Accuracy (Acc=(TP+TN)/(TP+FN+TN+FP)) where, TP denotes true positive, FP denotes false positive, FN denotes false negative and TN denotes true negative. True Positive refers to the correctly detected blood vessels, True Negative refers to the wrongly detected blood vessels, False Positive refers to the correctly and wrongly detected non blood vessel pixels.
  • 5. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 21 Fig. 2. Retinal image enhancement (a) Normal retinal image (b) Abnormal retinal image (c)-(d) Enhanced retinal image. Fig. 3. Blood vessel segmentation of normal retinal image (a) Normal retinal image (b) Green channel image (c) Morphologically processed image (d) Absolute difference image (e) Blood vessel segmented image.
  • 6. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 22 Fig. 4. Blood vessel segmentation of abnormal retinal image (a) Abnormal retinal image (b) Green channel image (c) Morphologically processed image (d) Absolute difference image (e) Blood vessel segmented image. TABLE II. Performance Analysis of Vessel Segmentation The experimental result shows that, Morphological and SVM based blood vessel segmentation achieves a performance appraisal of 78% sensitivity, 97.99%specificity, and 95.1% accuracy, which is clearly shown in Table II. 5. CONCLUSION The blood vessel detection and segmentation is an important for diabetic retinopathy diagnosis at earlier stage. The morphological and SVM classifier is proposed in this paper to detect and segment the blood vessels from the retinal image .The local binary pattern and GLCM features are extracted from the morphologically processed image and used as blood vessels features. The proposed method detected blood vessels with an average sensitivity of 78%, average specificity of 97.99% and an average accuracy of 99.6% in the retinal fundus images. REFERENCES [1] X. Xu, M. Niemeijer, Q. Song, M. Sonka, M. K. Garvin, J. M. Reinhardt, and M. D. Abràmoff, ―Vessel boundary delineation on fundus images using graph-based approach,‖ IEEE Transactions on Medical Imaging, vol. 30, no. 6, June 2011. [2] B. S. Y. Lam, Y, Gao, and A. W.-C. Liew, ―General retinal vessel segmentation using regularization based multiconcavity modeling,‖ IEEE Transactions on Medical Imaging, vol. 29, no. 7, July 2010.
  • 7. Advanced Computing: An International Journal (ACIJ), Vol.5, No.2/3, May 2014 23 [3] M. A. Palomera-P´erez, M. Elena Martinez-Perez, Hector Ben´ıtez-P´erez, and Jorge Luis Ortega- Arjona, ―Parallel multiscale feature extraction and region growing: application in retinal blood vessel detection‖, IEEE Transactions on Information Technology in Biomedicine, vol. 14, no. 2, March 2010. [4] R. Horaud and T. Skordas, ―Stereo correspondence through feature grouping and maximal cliques,‖ IEEE Trans. Pattern Anal. Machine Intell, vol. 11, pp. 1168–1180, Nov. 1989. [5] W. M. Well, ―Statistical approaches to feature-based object recognition,‖ Int. J. Comput. Vision, vol. 21, no. 1, pp. 63–98, 1997. [6] S. Chaudhuri, S. Chatterjee, N. Katz, M. Nelson, and M. Goldbaum, ―Detection of blood vessels in retinal images using two-dimensional matched filters,‖ IEEE Trans. Med. Imag., vol. 8, pp. 263–269, Sept. 1989. [7] A. Can, H. Shen, J. N. Turner, H. L. Tanenbaum, and B. Roysam, ―Rapid automated tracing and feature extraction from retinal fundus images using direct exploratory algorithms,‖ IEEE Trans. Inform. Technol. Biomed., vol. 3, pp. 125–138, June 1999. [8] L. Gagnon, M. Lalonde, M. Beaulieu, and M.-C. Boucher, ―Procedure to detect anatomical structures in optical fundus images,‖ in Proc. SPIE Med. Imaging: Image Processing, vol. 4322, 2001, pp. 1218–1225. [9] S. N. Kalitzin, J. J. Staal, B. M. ter Haar Romeny, and M. A. Viergever, ―A computational method for segmenting topological point sets and application to image analysis,‖ IEEE Trans. Pattern Anal. Machine Intell., vol. 23, pp. 447–459, May 2001. [10] Zana and J.-C. Klein, ―Segmentation of vessel-like patterns using mathematical morphology and curvature evaluation,‖ IEEE Trans. Med. Imag., vol. 11, no. 7, pp. 1111–1119, Jul. 2001. [11] C. Sinthanayothin, J. F. Boyce, H. L. Cook, and T. H.Williamson, ―Automated localization of the optic disc, fovea, and retinal blood vessels from digital colour fundus images,‖ Br. J. Ophthalmol., vol. 83, pp. 902–911, 1999. [12] M. Niemeijer and B. van Ginneken, 2002 [Online]. Available: http://www.isi.uu.nl/Reseach/Databases/DRIVE/results.php [13] A. Hoover, STARE database [Online]. Available: http:// www.ces.clemson.edu/~ahoover/stare [14] J. Staal, M. D. Abrámoff, M. Niemeijer, M. A. Viergever, and B. van Ginneken, ―Ridge-based vessel segmentation in color images of the retina,‖ IEEE Trans. Med. Imag., vol. 23, no. 4, pp. 501– 509, Apr. 2004. [15] J. V. B. Soares, J. J. G. Leandro, R. M. Cesar Jr., H. F. Jelinek, and M. J. Cree, ―Retinal vessel segmentation using the 2-D Gabor wavelet and supervised classification,‖ IEEE Transactions on Medical Imaging, vol. 25, no. 9, pp. 1214–1222, 2006. [16] A. M. Mendonc,a and A. Campilho, ―Segmentation of retinal blood vessels by combining the detection of centerlines and morphological reconstruction,‖ IEEE Transactions on Medical Imaging, vol. 25, no. 9, pp. 1200–1213, 2006.