SlideShare a Scribd company logo
1 of 5
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 4, Ver. I (July – Aug. 2015), PP 77-81
www.iosrjournals.org
DOI: 10.9790/0661-17417781 www.iosrjournals.org 77 | Page
Techniques for the Detection of Blood Vessels in Diabetic
Retinopathy
Anu J. Mohan1
, Jayasree M. J. 2
1, 2
(Department of Electronics and Communication Engineering, Mar Baselios College of Engineering, India)
Abstract: : Identification of blood vessels in medical images plays a vital role in explaining many practical
applications pertaining to the diagnosis of the blood vessels. Vessel segmentation algorithms are the important
elements of automated radiological diagnostic systems. Based on the quality of image, domain of application
and method applied (automatic or semi-automatic), segmentation methods may change. Some images may have
artifacts such as noise and these require image pre-processing depending on the quality of image. Depending
on the image quality and the general image artifacts such as noise, some methods may require image pre-
processing. Blood vessel extraction is important for the diagnosis of various ophthalmic disorders like
glaucoma, diabetic retinopathy and also brain tumour. Diabetic Retinopathy has no earlier symptoms and it can
ultimately lead to the loss of vision. Hence, the detection of blood vessels and the classification of disease
severity at an earlier stage are much important. There are several approaches for blood vessel detection.
Keywords: Diabetic Retinopathy, Vessel Segmentation, Vessel tree.
I. Introduction
Diabetes is one of the main threats to human health in present century. Prolonged diabetes can lead to
various ophthalmic disorders like glaucoma and diabetic retinopathy. Diabetic Retinopathy (DR) is caused by
chronic uncontrolled hyperglycemia and is affecting eyes. If left untreated at an incipient stage, diabetic
retinopathy can affect whole eye and can lead to vision loss. Diabetic Retinopathy has no prior symptoms.
Hence the identification of the diseased condition at its earlier stage is utmost important. Diabetic Retinopathy is
a degenerative eye disease characterized by abnormal blood vessel growth stimulated by increased blood
glucose level which eventually leads to detached retina. Diabetic Retinopathy has no earlier symptoms and it
can ultimately lead to vision loss. The disease is classified into 3 stages based on the disease severity as:-
 Background Diabetic Retinopathy(BDR)
 Proliferate Diabetic Retinopathy(PDR)
 Severe Diabetic Retinopathy(SDR)
Background Diabetic Retinopathy stage is also called as Non Proliferate Diabetic Retinopathy. In BDR
stage, the retinal arteries weaken & extravasate forming minute dot like haemorrhages. These leaks in blood
vessels can often lead to retinal swelling and hence cause decrease in vision. BDR has no prior symptoms and
this condition cannot be identified by naked eyes. The way to detect BDR is by Fundus Photography, which
detects micro aneurysms.
In Proliferate Diabetic Retinopathy stage, blood circulation hinders acquiring of sufficient oxygen,
which leads to the growth of new small vessels. This new blood vessel formation is termed as
‘Neovascularisation’. Since the newly formed blood vessels are weak, they may burst and cause blurred vision.
At earlier stages, this condition is not severe. The leakage of blood into the retina and vitreous causes spots or
floaters along with blurred vision.
In Severe Diabetic Retinopathy stage, there is a continuous growth of abnormal vessels & scar tissues.
This leads to severe damages such as retinal detachment & glaucoma and hence gradual loss of vision. This
stage is more dangerous. This can lead to complete loss of vision.
Early detection helps to cure the disease. As the severity increases treatment gets complicated and
100% cure becomes impossible. With the method of blood vessel extraction early detection of ophthalmic
disorder is possible. Several methods for the detection of blood vessels are available. Automated detection of
blood vessels and classification of disease severity is of great concern since the disease has no earlier symptoms.
Various methods for the detection of blood vessels are discussed in this article.
II. Approaches to Detect Blood Vessels
There are several approaches for blood vessel detection in diabetic retinopathy. For the identification of
vessels and registration of patient images obtained at different times, the delineation of blood vessels is
Techniques For The Detection Of Blood Vessels In Diabetic Retinopathy
DOI: 10.9790/0661-17417781 www.iosrjournals.org 78 | Page
necessary. Based on the imaging modality and application domain the method used for the blood vessel may
vary. Each of the segmentation methods has its own pros and cons depending upon the application. Pure
intensity-based pattern identification techniques like thresholding are employed in certain methods which are
followed by connected component analysis. Some other methods employ explicit vessel models to obtain vessel
contours. Based on the quality of image and noise presence, some methods employ image pre-processing before
the execution of segmentation algorithm. Some methods use processes after the segmentation to remove the
problems due to over segmentation. Different segmentation approaches are:
 Pattern recognition techniques
 Multi-scale approaches
 Skeleton-based approaches
 Region growing approaches
 Ridge-based approaches
 Differential geometry-based approaches
 Matching filters approaches
 Mathematical morphology schemes
 Model-based approaches
 Deformable models
 Parametric deformable models - Active contours (Snakes)
 Geometric deformable models and front propagation methods
 Parametric models
 Template matching approaches
 Tracking-based approaches
 Artificial Intelligence-based approaches
 Neural Network-based approaches
 Miscellaneous tube-like object detection approaches
2.1 Pattern Recognition Techniques
Automatic detection or classifications of objects or features are possible through Pattern Recognition
(PR) techniques. PR tasks are well carried out by human beings. Computer systems imitate this human aspect
for carrying out pattern recognition tasks. In case of blood vessel extraction, PR techniques are initially
concerned with vessel anatomy and the features of vessel naturally. PR techniques can be divided into seven
categories such as: (1) multi-scale approaches, (2) skeleton-based (centerline detection) approaches, (3) region
growing approaches, (4)ridge-based approaches, (5)differential Geometry-based approaches, (6)matching filters
approaches, and (7) mathematical morphology schemes.
2.1.1 Multi-scale Approaches
In multi-scale approaches [1,2], segmentation is done at different image resolutions. Major structures
such as large vessels are obtained from low resolution images while fine structures are refined at high
resolution. The main advantage of this technique is increase in processing speed and robustness. After
segmenting, post processing operations are done.
2.1.2 Skeleton-Based (Centerline Detection) Approaches
Extraction of the blood vessel centerlines [3] are done in the Skeleton-based methods. Connecting of
the centerlines is done to create the vessel tree. For the extraction of the centerline structure, different
approaches can be used. The centerline structure obtained can be empoyed for 3D reconstruction of blood
vessels.
2.1.3 Ridge-Based Approaches
In Ridge-based approach [4], the gray scale images are treated as 3D elevation maps. The elevation
maps correspond to intensity ridges which give the structure of the object to be detected. In the intensity map,
ridge points are local peaks in the direction of maximal surface gradient. Ridge-based approach can be used in
different image modalities since it is invariant to different affine transforms. Ridge-based approaches mostly
find application in medical image registration.
2.1.4 Region Growing Approaches
Region growing approach deals with the segmentation of an image based on a seed point. The
segmentation is done by incrementally growing the pixels into a region based on some predefined criteria.
Segmentation is done based on the criteria of value similarity and spatial proximity. It is believed that pixels
which are close to each other have similar intensity values and hence they belong to same object. Region
growing is a subjective process since the seed points are decided by the user. Variations in image intensities and
Techniques For The Detection Of Blood Vessels In Diabetic Retinopathy
DOI: 10.9790/0661-17417781 www.iosrjournals.org 79 | Page
noise can cause holes and over segmentation during region growing. Hence image post processing is done after
region based segmentation method.
2.1.5 Differential Geometry-Based Approaches
In Differential geometry (DG) based methods [4,5], images are treated as hyper surfaces. The features
are extracted using the curvature and the crest lines of the hyper surface. These crest points gives centerlines of
the blood vessels. The 2D and 3D images are transformed as 3D and 4D hyper surfaces respectively. In DG
based approach a 3D surface is described by two principal curvatures and their corresponding orthogonal
directions. The orthogonal directions are called as principal directions. The features extracted using this
technique can be used for medical image registration. Crest points posses the properties of the hyper surfaces.
Centerlines are obtained by linking these crest-points.
2.1.6 Matching Filters Approaches
Matching filters (MF) approach [6] convolves several matched filters with the image from which the
objects are to be extracted. The order of the filter and its orientation has a great significance in the extraction of
the vessel structure. Computational load is determined by the convolution kernel. Usage of matched filters is
followed by image processing operations such as thinning.
2.1.7 Mathematical Morphology Schemes
Morphology refers to the study of object forms or shapes. In morphological schemes based approach
[7-9] structuring elements are applied to the images. Dilation and erosion are the important morphological
operators. Dilation operation performs filling of holes by using the desired structuring element. Erosion reduces
objects by a SE. Other operations performed in morphological operators include closing and opening operations.
For segmentation of blood vessels in diabetic retinopathy, usually the algorithms such as hat transformations
and watershed algorithms are used.
2.2 Model-Based Approaches
Model-based approaches [10] use predefined models to extract vessel structure. Model-based
approaches can be classified into four categories: (1) Deformable models, (2) Parametric models, (3) Template
matching, and (4) Generalized cylinders.
2.2.1 Deformable Models
Deformable models are divided into two categories: parametric deformable models and geometric
deformable models.
Parametric Deformable models [11] are used to find the contours of the blood vessels by using active
contour models or snaxels. The matching of the blood vessels with the models is done by minimization of the
energy. Control points in deformable models are called as snaxels. Snaxels connect each of the points in the
image. The variation in the energy of the snaxels corresponds to the detection of the blood vessels edges and
links. The parameters are needed to be initially set by the user.
Geometric Deformable Models [12] posses several advantages such as ability to handle complex
structures, extension to higher dimensions etc.
2.2.2 Parametric Models (PM)
Parametric models approach defines the structure of blood vessels parametrically. When the object to
be detected is of tubular structure, the objects are described as ellipsoids. The parameters of the model used are
calculated from the image. The disadvantage of this method is that it cannot detect the abnormal blood vessels.
Based on the application, circular vessel models are being used.
2.2.3 Template Matching
The Template matching approach [13] recognizes blood vessel as template. The template acts as a
priori model for the detection of other blood vessels. Since the detection of blood vessels are based on the prior
model, it can be called as a contextual based method. In applications such as extraction of arteries, the arterial
tree template is usually shown in the form of a series of nodes connected in segments. The template thus
obtained is then programmed using a stochastic deformation process such as Hidden Markov Model (HMM).
2.3 Tracking-Based Approaches
Tracking-based approaches apply local operators on the structure thought to be as a vessel and track it.
But, Pattern based recognition approaches apply local operators to the entire image. Tracking based approaches
detect the blood vessels by analyzing each pixel starting from an initial point. For determining the edges and
boundaries of blood vessels, several approaches can be used. After the detection of blood vessels, connectivity is
Techniques For The Detection Of Blood Vessels In Diabetic Retinopathy
DOI: 10.9790/0661-17417781 www.iosrjournals.org 80 | Page
done by sequential tracing. Clustering [14, 15] is another approach for the identification of blood vessels. These
techniques classify the pixels into blood vessels and non-blood vessels. After the clustering, tracking process
can be implemented. The major demerit of this method is that it is not automatic. The person who uses needs to
select the starting and end points for vessel tracking. .
2.4 Artificial Intelligence-Based Approaches
Artificial Intelligence-based approaches (AIBA) [15-17] utilize knowledge for the segmentation of
blood vessels. Different types of knowledge can be utilized for blood vessel detection in diabetic retinopathy.
Based on the applications the knowledge source can vary. Encode the knowledge on blood vessel appearance in
the form of rules, for example the vessel have high intensity center lines, with high intensity areas surrounded
by parallel edges etc. Knowledge-based systems exploit an earlier knowledge of the anatomy. Some low-level
image processing algorithms are used in the systems. These algorithms include thresholding [18] thinning and
linking with high-level knowledge. AIBA works well inspite of the straneous computational complexity.
2.5 Neural Network-Based Approaches
Neural networks (NN) [19-22] are employed to imitate biological learning and commonly help in
pattern recognition. Neural nets are generally a classification approach. The network is a group of elementary
processor (nodes). Each node uses a numerous inputs, carry out elementary computations, and produce solitary
output. Each node is allocated with a weight and output is a function of weighted addition of inputs. These
weights are learned through training and then used in identification. Back-propagation algorithm [23] is a
commonly employed learning algorithm. One problem associated with learning is that learning depends on the
training data set. Magnitude of training data set influence the process of learning. Training procedure should be
again used each time new training data is added. Since the above explained neural networks require a training
data set, the learning process is a supervised learning. The fact which makes NN appreciable is that it uses
nonlinear classification boundaries. The demerit of NN approach is that it need training every time a new feature
is introduced.
2.6 Miscellaneous Tube-Like Object Detection Approach
This approach uses extrication of tubular structures from images [24-27]. It is a ”miscellaneous”
approach which is applicable to vascular extraction in tubular entities. These approaches were not intended for
vessel extraction.
II. Conclusion
Proper interpretation of retinal images is vital in the diagnosis of many eye pathologies for the
ophthalmologists. Diabetic retinopathy is a severe and end complication of diabetes in retina. Non proliferative
diabetic retinopathy is usually linked with macula edema. Diabetic retinopathy is initially identified by the
presence of exudates. Hence identification of the presence of exudates is highly significant in the diagnosis of
diabetic retinopathy. In order to recognize exudates, segmentation of blood vessels in retinal images is
mandatory. For this, different methods are generally used. Since diabetic retinopathy has no alarming
symptoms, processing of data available and its classification is vital. Hence a method for the automatic detection
and classification of disease severity is aimed at this work. Several methods for the detection of blood vessels
have been discussed in this work.
References
Journal Papers
[1]. Bob Zhang , XiangqianWu, JaneYou , QinLi , Fakhri Karray, Detection of microaneurysms using multi-scale correlation
coefficients, 2010 Elsevier Pattern Recognition 43 (2010) 2237–2248.
[2]. Marios Vlachos , Evangelos Dermatas, Multi-scale retinal vessel segmentation using line tracking, 2009 Elsevier Computerized
Medical Imaging and Graphics 34 (2010) 213–227.
[3]. Ana Maria Mendonça, Aurélio Campilho, Segmentation of Retinal Blood Vessels by Combining the Detection of Centerlines and
Morphological Reconstruction, IEEE Transactions On Medical Imaging, Vol. 25, No. 9, September 2006; 1200-1212.
[4]. Joes Staal, Michael D. Abràmoff, Meindert Niemeijer, Max A. Viergever and Bram van Ginneken, Ridge-Based Vessel
Segmentation in Color Images of the Retina, IEEE Transactions On Medical Imaging, Vol. 23, No. 4, April 2004.
[5]. Frédéric Zana and Jean-Claude Klein, Segmentation of Vessel-Like Patterns Using Mathematical Morphology and Curvature
Evaluation, IEEE Transactions On Image Processing, Vol. 10, No.7, July 2001, 1010-1019.
[6]. Mohammed Al-Rawi, Munib Qutaishat, Mohammed Arrar, An improved matched filter for blood vessel detection of digital retinal
images, 2006 Elsevier Computers in Biology and Medicine 37 (2007) 262 – 267.
[7]. Adam Hoover, Valentina Kouznetsova, and Michael Goldbaum, Locating Blood Vessels in Retinal Images by Piecewise Threshold
Probing of a Matched Filter Response, IEEE Transactions on Medical Imaging, Vol. 19, No. 3, March 2000,203-210.
[8]. Jaspreet Kaur, Dr. H.P.Sinha, Automated Detection of Retinal Blood Vessels in Diabetic Retinopathy Using Gabor Filter, IJCSNS
International Journal of Computer Science and Network Security, VOL.12 No.4, April 2012; 109-116.
Techniques For The Detection Of Blood Vessels In Diabetic Retinopathy
DOI: 10.9790/0661-17417781 www.iosrjournals.org 81 | Page
[9]. Oakar Phyo, AungSoe Khaing , Automatic Detection of Optic Disc And Blood Vessels From Retinal Images Using Image
Processing Techniques, IJRET: International Journal of Research in Engineering and Technology. eISSN: 2319-1163 | pISSN:
2321-7308.
[10]. Ana Salazar-Gonzalez, Djibril Kaba, Yongmin Li, and Xiaohui Liu, Segmentation of the Blood Vessels and Optic Disk in Retinal
Images, IEEE Journal of Biomedical and Health Informatics, Vol. 18, No. 6, November 2014.
[11]. Chanjira Sinthanayothin, James F Boyce, Helen L Cook, Thomas H Williamson, Automated localisation of the optic disc, fovea,
and retinal blood vessels from digital colour fundus images, Br J Ophthalmol 1999;83 902:902–910.
[12]. Mai S. Mabrouk, Nahed H. Solouma, Yasser M. Kadah, Survey of Retinal Image Segmentation and Registration, GVIP Journal,
Volume 6, Issue 2, September, 2006.
[13]. D.SivaSundharaRaja, S.Vasuki, Automatic Detection of Blood Vessels in Retinal Images for Diabetic Retinopathy Diagnosis,
Hindawi Publishing Corporation Computational and Mathematical Methods in Medicine Volume 2015, Article ID 419279, 11
pages.
[14]. Wong Li Yun , U. Rajendra Acharya , Y.V. Venkatesh , Caroline Chee ,Lim Choo Min , E.Y.K. Ng , Identification of different
stages of diabetic retinopathy using retinal optical images, 2007 Elsevier,Information Sciences 178 (2008) 106–121
[15]. Huiqi Li and Opas Chutatape, Automated Feature Extraction in Color Retinal Images by a Model Based Approach, IEEE
Transactions on Biomedical Engineering, Vol. 51, No. 2, February 2004.
[16]. Jaspreet Kaur and Dr. H. P. Sinha, Automated Localisation of Optic Disc and Macula from Fundus Images, International Journal of
Advanced Research in Computer Science and Software Engineering, Volume 2, Issue 4, April 2012.
[17]. Istvan Lazar and Andras Hajdu, Retinal Micro aneurysm Detection Through Local Rotating Cross-Section Profile Analysis, IEEE
Transactions On Medical Imaging, Vol.32, No.2, February 2013.
[18]. Anderson Rocha, Tiago Carvalho, Herbert F. Jelinek, Siome Goldenstein, and Jacques Wainer, Points of Interest and Visual
Dictionaries for Automatic Retinal Lesion Detection, IEEE Transactions On Biomedical Engineering, Vol. 59, No. 8, August 2012.
[19]. X. Merlin Sheeba and S. Vasanthi, An Efficient ELM Approach for Blood Vessel Segmentation in Retinal Images, Bonfring
International Journal of Man Machine Interface, Vol. 1, Special Issue, December 2011; 15-21.
[20]. B. Ramasubramanian, G. Anitha,An Efficient Approach for the Detection of New Vessels in Diabetic Retinopathy
Images,International Journal of Engineering and Innovative Technology (IJEIT) Volume 2, Issue 3, September 2012 ; 240-244.
[21]. G.S.Annie Grace Vimala, Dr.S.Kaja Mohideen,An Efficient Approach for Detection of Exudates in Diabetic Retinopathy Images
Using Clustering Algorithm, IOSR Journal of Computer Engineering (IOSRJCE) ISSN: 2278-0661 Volume 2, Issue 5 (July-Aug.
2012), PP 43-48.
[22]. Ramon Pires, Herbert F. Jelinek, Jacques Wainer, Siome Goldenstein, Eduardo Valle, and Anderson Rocha, Assessing the Need for
Referral in Automatic Diabetic Retinopathy Detection, IEEE Transactions on Biomedical Engineering, Vol. 60, No. 12, December
2013.
[23]. G G Gardner, D Keating, T H Williamson, A T Elliott, Automatic detection of diabetic retinopathy using an artificial neural
network: a screening tool, British Journal of Ophthalmology 1996;80:940-944.
Proceedings Papers:
[24]. Angel Suero, Diego Marin, Manuel E. Gegundez-Arias, and Jose M. Bravo, Locating the Optic Disc in Retinal Images Using
Morphological Technique, IWBBIO 2013. Proceedings, Granada, 18-20 March, 2013; 593- 600.
[25]. Ibrahim Abdurrazaq, Subhas Hati and C. Eswaran, Morphology Approach for Features Extraction in Retinal Images for Diabetic
Retinopathy Diagnosis, Proceedings of the International Conference on Computer and Communication Engineering 2008 May 13-
15, 2008 Kuala Lumpur, Malaysia.
[26]. Akansha Mehrotra, Krishna Kant Singh, ShraddhaTripathi, Priyanka Khandelwal, Blood Vessel Extraction For Retinal Images
Using Morphological Operator and KCN Clustering, 2014 IEEE International Advance Computing Conference (IACC); 1142-
1146.
[27]. Denzil Vinod Fernandes , Tijo Thomas, Naveen Joseph, Jerry Joseph, Image Segmentation using Fuzzy - Kohonen Algorithm,
2011, 3rd International Conference on Machine Learning and Computing (ICMLC 2011).

More Related Content

What's hot

Review of methods for diabetic retinopathy detection and severity classification
Review of methods for diabetic retinopathy detection and severity classificationReview of methods for diabetic retinopathy detection and severity classification
Review of methods for diabetic retinopathy detection and severity classificationeSAT Publishing House
 
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
 
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 Imagesresearchinventy
 
Diabetic Retinopathy Analysis using Fundus Image
Diabetic Retinopathy Analysis using Fundus ImageDiabetic Retinopathy Analysis using Fundus Image
Diabetic Retinopathy Analysis using Fundus ImageManjushree Mashal
 
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 NetworkIRJET Journal
 
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 MethodIRJET Journal
 
IJSRED-V2I2P4
IJSRED-V2I2P4IJSRED-V2I2P4
IJSRED-V2I2P4IJSRED
 
Automatic Detection of Diabetic Maculopathy from Funduas Images Using Image A...
Automatic Detection of Diabetic Maculopathy from Funduas Images Using Image A...Automatic Detection of Diabetic Maculopathy from Funduas Images Using Image A...
Automatic Detection of Diabetic Maculopathy from Funduas Images Using Image A...Eman Al-dhaher
 
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...eSAT Journals
 
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic RetinopathyAn Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathyijdmtaiir
 
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
 
Automatic Blood Vessels Segmentation of Retinal Images
Automatic Blood Vessels Segmentation of Retinal ImagesAutomatic Blood Vessels Segmentation of Retinal Images
Automatic Blood Vessels Segmentation of Retinal ImagesHarish Rajula
 
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
 
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...IOSR Journals
 
Diabetic Retinopathy Detection using Neural Networking
Diabetic Retinopathy Detection using Neural NetworkingDiabetic Retinopathy Detection using Neural Networking
Diabetic Retinopathy Detection using Neural Networkingijtsrd
 
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 ...IRJET Journal
 

What's hot (20)

Review of methods for diabetic retinopathy detection and severity classification
Review of methods for diabetic retinopathy detection and severity classificationReview of methods for diabetic retinopathy detection and severity classification
Review of methods for diabetic retinopathy detection and severity classification
 
139406323-F
139406323-F139406323-F
139406323-F
 
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...
 
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
 
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
 
Diabetic Retinopathy Analysis using Fundus Image
Diabetic Retinopathy Analysis using Fundus ImageDiabetic Retinopathy Analysis using Fundus Image
Diabetic Retinopathy Analysis using Fundus Image
 
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- 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
 
IJSRED-V2I2P4
IJSRED-V2I2P4IJSRED-V2I2P4
IJSRED-V2I2P4
 
Automatic Detection of Diabetic Maculopathy from Funduas Images Using Image A...
Automatic Detection of Diabetic Maculopathy from Funduas Images Using Image A...Automatic Detection of Diabetic Maculopathy from Funduas Images Using Image A...
Automatic Detection of Diabetic Maculopathy from Funduas Images Using Image A...
 
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...
 
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
 
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...
 
Automatic Blood Vessels Segmentation of Retinal Images
Automatic Blood Vessels Segmentation of Retinal ImagesAutomatic Blood Vessels Segmentation of Retinal Images
Automatic Blood Vessels Segmentation of Retinal Images
 
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 ...
 
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...
 
Diabetic Retinopathy Detection using Neural Networking
Diabetic Retinopathy Detection using Neural NetworkingDiabetic Retinopathy Detection using Neural Networking
Diabetic Retinopathy Detection using Neural Networking
 
PROJECT FINAL PPT
PROJECT FINAL PPTPROJECT FINAL PPT
PROJECT FINAL PPT
 
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 ...
 
Thesis presentation
Thesis presentationThesis presentation
Thesis presentation
 

Viewers also liked

Viewers also liked (20)

G1304025056
G1304025056G1304025056
G1304025056
 
J010516267
J010516267J010516267
J010516267
 
K012456697
K012456697K012456697
K012456697
 
J017667582
J017667582J017667582
J017667582
 
J1803015357
J1803015357J1803015357
J1803015357
 
D017341721
D017341721D017341721
D017341721
 
K017418287
K017418287K017418287
K017418287
 
Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...
Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...
Analysis of Stress Distribution in a Curved Structure Using Photoelastic and ...
 
J1802056063
J1802056063J1802056063
J1802056063
 
I010415255
I010415255I010415255
I010415255
 
O0172597104
O0172597104O0172597104
O0172597104
 
F1804013742
F1804013742F1804013742
F1804013742
 
J018145862
J018145862J018145862
J018145862
 
A011110108
A011110108A011110108
A011110108
 
J013138290
J013138290J013138290
J013138290
 
G010334953
G010334953G010334953
G010334953
 
Performance and Emission Characteristics of Twin Cylinder CI Engine Using Cot...
Performance and Emission Characteristics of Twin Cylinder CI Engine Using Cot...Performance and Emission Characteristics of Twin Cylinder CI Engine Using Cot...
Performance and Emission Characteristics of Twin Cylinder CI Engine Using Cot...
 
J013146163
J013146163J013146163
J013146163
 
F010123235
F010123235F010123235
F010123235
 
A1303070106
A1303070106A1303070106
A1303070106
 

Similar to J017417781

Automated Screening of Diabetic Retinopathy Using Image Processing
Automated Screening of Diabetic Retinopathy Using Image ProcessingAutomated Screening of Diabetic Retinopathy Using Image Processing
Automated Screening of Diabetic Retinopathy Using Image Processingiosrjce
 
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
 
FEATURE EXTRACTION TO DETECT AND CLASSIFY DIABETIC RETINOPATHY USING FUNDAL I...
FEATURE EXTRACTION TO DETECT AND CLASSIFY DIABETIC RETINOPATHY USING FUNDAL I...FEATURE EXTRACTION TO DETECT AND CLASSIFY DIABETIC RETINOPATHY USING FUNDAL I...
FEATURE EXTRACTION TO DETECT AND CLASSIFY DIABETIC RETINOPATHY USING FUNDAL I...IRJET Journal
 
Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Im...
Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Im...Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Im...
Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Im...iosrjce
 
A Review on Computer Vision based Classification of Diabetic Retinopathy usin...
A Review on Computer Vision based Classification of Diabetic Retinopathy usin...A Review on Computer Vision based Classification of Diabetic Retinopathy usin...
A Review on Computer Vision based Classification of Diabetic Retinopathy usin...IRJET Journal
 
Diabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learningDiabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learningIRJET Journal
 
IRJET -Analysis of Ophthalmic System Applications using Signal Processing
IRJET -Analysis of Ophthalmic System Applications using Signal ProcessingIRJET -Analysis of Ophthalmic System Applications using Signal Processing
IRJET -Analysis of Ophthalmic System Applications using Signal ProcessingIRJET Journal
 
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
 
IRJET- Blood Vessel Segmentation in Retinal Images using Matlab
IRJET- Blood Vessel Segmentation in Retinal Images using MatlabIRJET- Blood Vessel Segmentation in Retinal Images using Matlab
IRJET- Blood Vessel Segmentation in Retinal Images using MatlabIRJET Journal
 
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...iosrjce
 
A Novel Approach for Diabetic Retinopthy Classification
A Novel Approach for Diabetic Retinopthy ClassificationA Novel Approach for Diabetic Retinopthy Classification
A Novel Approach for Diabetic Retinopthy ClassificationIJERA Editor
 
IRJET - Automatic Detection of Diabetic Retinopathy in Retinal Image
IRJET -  	  Automatic Detection of Diabetic Retinopathy in Retinal ImageIRJET -  	  Automatic Detection of Diabetic Retinopathy in Retinal Image
IRJET - Automatic Detection of Diabetic Retinopathy in Retinal ImageIRJET Journal
 
EXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHY
EXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHYEXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHY
EXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHYijabjournal
 
IRJET- Retinal Structure Segmentation using Adaptive Fuzzy Thresholding
IRJET- Retinal Structure Segmentation using Adaptive Fuzzy ThresholdingIRJET- Retinal Structure Segmentation using Adaptive Fuzzy Thresholding
IRJET- Retinal Structure Segmentation using Adaptive Fuzzy ThresholdingIRJET Journal
 
RETINA DISEASE IDENTIFICATION USING IMAGE PROCESSING
RETINA DISEASE IDENTIFICATION USING IMAGE PROCESSINGRETINA DISEASE IDENTIFICATION USING IMAGE PROCESSING
RETINA DISEASE IDENTIFICATION USING IMAGE PROCESSINGIRJET Journal
 

Similar to J017417781 (20)

Q01765102112
Q01765102112Q01765102112
Q01765102112
 
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
 
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...
 
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...
 
Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Im...
Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Im...Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Im...
Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Im...
 
A Review on Computer Vision based Classification of Diabetic Retinopathy usin...
A Review on Computer Vision based Classification of Diabetic Retinopathy usin...A Review on Computer Vision based Classification of Diabetic Retinopathy usin...
A Review on Computer Vision based Classification of Diabetic Retinopathy usin...
 
Diabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learningDiabetic Retinopathy detection using Machine learning
Diabetic Retinopathy detection using Machine learning
 
PREVALENCE EVALUATION OF DIABETIC RETINOPATHY
PREVALENCE EVALUATION OF DIABETIC RETINOPATHYPREVALENCE EVALUATION OF DIABETIC RETINOPATHY
PREVALENCE EVALUATION OF DIABETIC RETINOPATHY
 
IRJET -Analysis of Ophthalmic System Applications using Signal Processing
IRJET -Analysis of Ophthalmic System Applications using Signal ProcessingIRJET -Analysis of Ophthalmic System Applications using Signal Processing
IRJET -Analysis of Ophthalmic System Applications using Signal Processing
 
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...
 
IRJET- Blood Vessel Segmentation in Retinal Images using Matlab
IRJET- Blood Vessel Segmentation in Retinal Images using MatlabIRJET- Blood Vessel Segmentation in Retinal Images using Matlab
IRJET- Blood Vessel Segmentation in Retinal Images using Matlab
 
Ijecet 06 09_007
Ijecet 06 09_007Ijecet 06 09_007
Ijecet 06 09_007
 
V01761152156
V01761152156V01761152156
V01761152156
 
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
Automated Detection of Microaneurysm, Hard Exudates, and Cotton Wool Spots in...
 
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
 
IRJET - Automatic Detection of Diabetic Retinopathy in Retinal Image
IRJET -  	  Automatic Detection of Diabetic Retinopathy in Retinal ImageIRJET -  	  Automatic Detection of Diabetic Retinopathy in Retinal Image
IRJET - Automatic Detection of Diabetic Retinopathy in Retinal Image
 
EXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHY
EXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHYEXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHY
EXUDATES DETECTION FROM DIGITAL FUNDUS IMAGE OF DIABETIC RETINOPATHY
 
IRJET- Retinal Structure Segmentation using Adaptive Fuzzy Thresholding
IRJET- Retinal Structure Segmentation using Adaptive Fuzzy ThresholdingIRJET- Retinal Structure Segmentation using Adaptive Fuzzy Thresholding
IRJET- Retinal Structure Segmentation using Adaptive Fuzzy Thresholding
 
H43054851
H43054851H43054851
H43054851
 
RETINA DISEASE IDENTIFICATION USING IMAGE PROCESSING
RETINA DISEASE IDENTIFICATION USING IMAGE PROCESSINGRETINA DISEASE IDENTIFICATION USING IMAGE PROCESSING
RETINA DISEASE IDENTIFICATION USING IMAGE PROCESSING
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
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...Miguel Araújo
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
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.pdfUK Journal
 
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 CVKhem
 
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...apidays
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
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 2024The Digital Insurer
 

Recently uploaded (20)

TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
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...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
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
 
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
 
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...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
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
 

J017417781

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 4, Ver. I (July – Aug. 2015), PP 77-81 www.iosrjournals.org DOI: 10.9790/0661-17417781 www.iosrjournals.org 77 | Page Techniques for the Detection of Blood Vessels in Diabetic Retinopathy Anu J. Mohan1 , Jayasree M. J. 2 1, 2 (Department of Electronics and Communication Engineering, Mar Baselios College of Engineering, India) Abstract: : Identification of blood vessels in medical images plays a vital role in explaining many practical applications pertaining to the diagnosis of the blood vessels. Vessel segmentation algorithms are the important elements of automated radiological diagnostic systems. Based on the quality of image, domain of application and method applied (automatic or semi-automatic), segmentation methods may change. Some images may have artifacts such as noise and these require image pre-processing depending on the quality of image. Depending on the image quality and the general image artifacts such as noise, some methods may require image pre- processing. Blood vessel extraction is important for the diagnosis of various ophthalmic disorders like glaucoma, diabetic retinopathy and also brain tumour. Diabetic Retinopathy has no earlier symptoms and it can ultimately lead to the loss of vision. Hence, the detection of blood vessels and the classification of disease severity at an earlier stage are much important. There are several approaches for blood vessel detection. Keywords: Diabetic Retinopathy, Vessel Segmentation, Vessel tree. I. Introduction Diabetes is one of the main threats to human health in present century. Prolonged diabetes can lead to various ophthalmic disorders like glaucoma and diabetic retinopathy. Diabetic Retinopathy (DR) is caused by chronic uncontrolled hyperglycemia and is affecting eyes. If left untreated at an incipient stage, diabetic retinopathy can affect whole eye and can lead to vision loss. Diabetic Retinopathy has no prior symptoms. Hence the identification of the diseased condition at its earlier stage is utmost important. Diabetic Retinopathy is a degenerative eye disease characterized by abnormal blood vessel growth stimulated by increased blood glucose level which eventually leads to detached retina. Diabetic Retinopathy has no earlier symptoms and it can ultimately lead to vision loss. The disease is classified into 3 stages based on the disease severity as:-  Background Diabetic Retinopathy(BDR)  Proliferate Diabetic Retinopathy(PDR)  Severe Diabetic Retinopathy(SDR) Background Diabetic Retinopathy stage is also called as Non Proliferate Diabetic Retinopathy. In BDR stage, the retinal arteries weaken & extravasate forming minute dot like haemorrhages. These leaks in blood vessels can often lead to retinal swelling and hence cause decrease in vision. BDR has no prior symptoms and this condition cannot be identified by naked eyes. The way to detect BDR is by Fundus Photography, which detects micro aneurysms. In Proliferate Diabetic Retinopathy stage, blood circulation hinders acquiring of sufficient oxygen, which leads to the growth of new small vessels. This new blood vessel formation is termed as ‘Neovascularisation’. Since the newly formed blood vessels are weak, they may burst and cause blurred vision. At earlier stages, this condition is not severe. The leakage of blood into the retina and vitreous causes spots or floaters along with blurred vision. In Severe Diabetic Retinopathy stage, there is a continuous growth of abnormal vessels & scar tissues. This leads to severe damages such as retinal detachment & glaucoma and hence gradual loss of vision. This stage is more dangerous. This can lead to complete loss of vision. Early detection helps to cure the disease. As the severity increases treatment gets complicated and 100% cure becomes impossible. With the method of blood vessel extraction early detection of ophthalmic disorder is possible. Several methods for the detection of blood vessels are available. Automated detection of blood vessels and classification of disease severity is of great concern since the disease has no earlier symptoms. Various methods for the detection of blood vessels are discussed in this article. II. Approaches to Detect Blood Vessels There are several approaches for blood vessel detection in diabetic retinopathy. For the identification of vessels and registration of patient images obtained at different times, the delineation of blood vessels is
  • 2. Techniques For The Detection Of Blood Vessels In Diabetic Retinopathy DOI: 10.9790/0661-17417781 www.iosrjournals.org 78 | Page necessary. Based on the imaging modality and application domain the method used for the blood vessel may vary. Each of the segmentation methods has its own pros and cons depending upon the application. Pure intensity-based pattern identification techniques like thresholding are employed in certain methods which are followed by connected component analysis. Some other methods employ explicit vessel models to obtain vessel contours. Based on the quality of image and noise presence, some methods employ image pre-processing before the execution of segmentation algorithm. Some methods use processes after the segmentation to remove the problems due to over segmentation. Different segmentation approaches are:  Pattern recognition techniques  Multi-scale approaches  Skeleton-based approaches  Region growing approaches  Ridge-based approaches  Differential geometry-based approaches  Matching filters approaches  Mathematical morphology schemes  Model-based approaches  Deformable models  Parametric deformable models - Active contours (Snakes)  Geometric deformable models and front propagation methods  Parametric models  Template matching approaches  Tracking-based approaches  Artificial Intelligence-based approaches  Neural Network-based approaches  Miscellaneous tube-like object detection approaches 2.1 Pattern Recognition Techniques Automatic detection or classifications of objects or features are possible through Pattern Recognition (PR) techniques. PR tasks are well carried out by human beings. Computer systems imitate this human aspect for carrying out pattern recognition tasks. In case of blood vessel extraction, PR techniques are initially concerned with vessel anatomy and the features of vessel naturally. PR techniques can be divided into seven categories such as: (1) multi-scale approaches, (2) skeleton-based (centerline detection) approaches, (3) region growing approaches, (4)ridge-based approaches, (5)differential Geometry-based approaches, (6)matching filters approaches, and (7) mathematical morphology schemes. 2.1.1 Multi-scale Approaches In multi-scale approaches [1,2], segmentation is done at different image resolutions. Major structures such as large vessels are obtained from low resolution images while fine structures are refined at high resolution. The main advantage of this technique is increase in processing speed and robustness. After segmenting, post processing operations are done. 2.1.2 Skeleton-Based (Centerline Detection) Approaches Extraction of the blood vessel centerlines [3] are done in the Skeleton-based methods. Connecting of the centerlines is done to create the vessel tree. For the extraction of the centerline structure, different approaches can be used. The centerline structure obtained can be empoyed for 3D reconstruction of blood vessels. 2.1.3 Ridge-Based Approaches In Ridge-based approach [4], the gray scale images are treated as 3D elevation maps. The elevation maps correspond to intensity ridges which give the structure of the object to be detected. In the intensity map, ridge points are local peaks in the direction of maximal surface gradient. Ridge-based approach can be used in different image modalities since it is invariant to different affine transforms. Ridge-based approaches mostly find application in medical image registration. 2.1.4 Region Growing Approaches Region growing approach deals with the segmentation of an image based on a seed point. The segmentation is done by incrementally growing the pixels into a region based on some predefined criteria. Segmentation is done based on the criteria of value similarity and spatial proximity. It is believed that pixels which are close to each other have similar intensity values and hence they belong to same object. Region growing is a subjective process since the seed points are decided by the user. Variations in image intensities and
  • 3. Techniques For The Detection Of Blood Vessels In Diabetic Retinopathy DOI: 10.9790/0661-17417781 www.iosrjournals.org 79 | Page noise can cause holes and over segmentation during region growing. Hence image post processing is done after region based segmentation method. 2.1.5 Differential Geometry-Based Approaches In Differential geometry (DG) based methods [4,5], images are treated as hyper surfaces. The features are extracted using the curvature and the crest lines of the hyper surface. These crest points gives centerlines of the blood vessels. The 2D and 3D images are transformed as 3D and 4D hyper surfaces respectively. In DG based approach a 3D surface is described by two principal curvatures and their corresponding orthogonal directions. The orthogonal directions are called as principal directions. The features extracted using this technique can be used for medical image registration. Crest points posses the properties of the hyper surfaces. Centerlines are obtained by linking these crest-points. 2.1.6 Matching Filters Approaches Matching filters (MF) approach [6] convolves several matched filters with the image from which the objects are to be extracted. The order of the filter and its orientation has a great significance in the extraction of the vessel structure. Computational load is determined by the convolution kernel. Usage of matched filters is followed by image processing operations such as thinning. 2.1.7 Mathematical Morphology Schemes Morphology refers to the study of object forms or shapes. In morphological schemes based approach [7-9] structuring elements are applied to the images. Dilation and erosion are the important morphological operators. Dilation operation performs filling of holes by using the desired structuring element. Erosion reduces objects by a SE. Other operations performed in morphological operators include closing and opening operations. For segmentation of blood vessels in diabetic retinopathy, usually the algorithms such as hat transformations and watershed algorithms are used. 2.2 Model-Based Approaches Model-based approaches [10] use predefined models to extract vessel structure. Model-based approaches can be classified into four categories: (1) Deformable models, (2) Parametric models, (3) Template matching, and (4) Generalized cylinders. 2.2.1 Deformable Models Deformable models are divided into two categories: parametric deformable models and geometric deformable models. Parametric Deformable models [11] are used to find the contours of the blood vessels by using active contour models or snaxels. The matching of the blood vessels with the models is done by minimization of the energy. Control points in deformable models are called as snaxels. Snaxels connect each of the points in the image. The variation in the energy of the snaxels corresponds to the detection of the blood vessels edges and links. The parameters are needed to be initially set by the user. Geometric Deformable Models [12] posses several advantages such as ability to handle complex structures, extension to higher dimensions etc. 2.2.2 Parametric Models (PM) Parametric models approach defines the structure of blood vessels parametrically. When the object to be detected is of tubular structure, the objects are described as ellipsoids. The parameters of the model used are calculated from the image. The disadvantage of this method is that it cannot detect the abnormal blood vessels. Based on the application, circular vessel models are being used. 2.2.3 Template Matching The Template matching approach [13] recognizes blood vessel as template. The template acts as a priori model for the detection of other blood vessels. Since the detection of blood vessels are based on the prior model, it can be called as a contextual based method. In applications such as extraction of arteries, the arterial tree template is usually shown in the form of a series of nodes connected in segments. The template thus obtained is then programmed using a stochastic deformation process such as Hidden Markov Model (HMM). 2.3 Tracking-Based Approaches Tracking-based approaches apply local operators on the structure thought to be as a vessel and track it. But, Pattern based recognition approaches apply local operators to the entire image. Tracking based approaches detect the blood vessels by analyzing each pixel starting from an initial point. For determining the edges and boundaries of blood vessels, several approaches can be used. After the detection of blood vessels, connectivity is
  • 4. Techniques For The Detection Of Blood Vessels In Diabetic Retinopathy DOI: 10.9790/0661-17417781 www.iosrjournals.org 80 | Page done by sequential tracing. Clustering [14, 15] is another approach for the identification of blood vessels. These techniques classify the pixels into blood vessels and non-blood vessels. After the clustering, tracking process can be implemented. The major demerit of this method is that it is not automatic. The person who uses needs to select the starting and end points for vessel tracking. . 2.4 Artificial Intelligence-Based Approaches Artificial Intelligence-based approaches (AIBA) [15-17] utilize knowledge for the segmentation of blood vessels. Different types of knowledge can be utilized for blood vessel detection in diabetic retinopathy. Based on the applications the knowledge source can vary. Encode the knowledge on blood vessel appearance in the form of rules, for example the vessel have high intensity center lines, with high intensity areas surrounded by parallel edges etc. Knowledge-based systems exploit an earlier knowledge of the anatomy. Some low-level image processing algorithms are used in the systems. These algorithms include thresholding [18] thinning and linking with high-level knowledge. AIBA works well inspite of the straneous computational complexity. 2.5 Neural Network-Based Approaches Neural networks (NN) [19-22] are employed to imitate biological learning and commonly help in pattern recognition. Neural nets are generally a classification approach. The network is a group of elementary processor (nodes). Each node uses a numerous inputs, carry out elementary computations, and produce solitary output. Each node is allocated with a weight and output is a function of weighted addition of inputs. These weights are learned through training and then used in identification. Back-propagation algorithm [23] is a commonly employed learning algorithm. One problem associated with learning is that learning depends on the training data set. Magnitude of training data set influence the process of learning. Training procedure should be again used each time new training data is added. Since the above explained neural networks require a training data set, the learning process is a supervised learning. The fact which makes NN appreciable is that it uses nonlinear classification boundaries. The demerit of NN approach is that it need training every time a new feature is introduced. 2.6 Miscellaneous Tube-Like Object Detection Approach This approach uses extrication of tubular structures from images [24-27]. It is a ”miscellaneous” approach which is applicable to vascular extraction in tubular entities. These approaches were not intended for vessel extraction. II. Conclusion Proper interpretation of retinal images is vital in the diagnosis of many eye pathologies for the ophthalmologists. Diabetic retinopathy is a severe and end complication of diabetes in retina. Non proliferative diabetic retinopathy is usually linked with macula edema. Diabetic retinopathy is initially identified by the presence of exudates. Hence identification of the presence of exudates is highly significant in the diagnosis of diabetic retinopathy. In order to recognize exudates, segmentation of blood vessels in retinal images is mandatory. For this, different methods are generally used. Since diabetic retinopathy has no alarming symptoms, processing of data available and its classification is vital. Hence a method for the automatic detection and classification of disease severity is aimed at this work. Several methods for the detection of blood vessels have been discussed in this work. References Journal Papers [1]. Bob Zhang , XiangqianWu, JaneYou , QinLi , Fakhri Karray, Detection of microaneurysms using multi-scale correlation coefficients, 2010 Elsevier Pattern Recognition 43 (2010) 2237–2248. [2]. Marios Vlachos , Evangelos Dermatas, Multi-scale retinal vessel segmentation using line tracking, 2009 Elsevier Computerized Medical Imaging and Graphics 34 (2010) 213–227. [3]. Ana Maria Mendonça, Aurélio Campilho, Segmentation of Retinal Blood Vessels by Combining the Detection of Centerlines and Morphological Reconstruction, IEEE Transactions On Medical Imaging, Vol. 25, No. 9, September 2006; 1200-1212. [4]. Joes Staal, Michael D. Abràmoff, Meindert Niemeijer, Max A. Viergever and Bram van Ginneken, Ridge-Based Vessel Segmentation in Color Images of the Retina, IEEE Transactions On Medical Imaging, Vol. 23, No. 4, April 2004. [5]. Frédéric Zana and Jean-Claude Klein, Segmentation of Vessel-Like Patterns Using Mathematical Morphology and Curvature Evaluation, IEEE Transactions On Image Processing, Vol. 10, No.7, July 2001, 1010-1019. [6]. Mohammed Al-Rawi, Munib Qutaishat, Mohammed Arrar, An improved matched filter for blood vessel detection of digital retinal images, 2006 Elsevier Computers in Biology and Medicine 37 (2007) 262 – 267. [7]. Adam Hoover, Valentina Kouznetsova, and Michael Goldbaum, Locating Blood Vessels in Retinal Images by Piecewise Threshold Probing of a Matched Filter Response, IEEE Transactions on Medical Imaging, Vol. 19, No. 3, March 2000,203-210. [8]. Jaspreet Kaur, Dr. H.P.Sinha, Automated Detection of Retinal Blood Vessels in Diabetic Retinopathy Using Gabor Filter, IJCSNS International Journal of Computer Science and Network Security, VOL.12 No.4, April 2012; 109-116.
  • 5. Techniques For The Detection Of Blood Vessels In Diabetic Retinopathy DOI: 10.9790/0661-17417781 www.iosrjournals.org 81 | Page [9]. Oakar Phyo, AungSoe Khaing , Automatic Detection of Optic Disc And Blood Vessels From Retinal Images Using Image Processing Techniques, IJRET: International Journal of Research in Engineering and Technology. eISSN: 2319-1163 | pISSN: 2321-7308. [10]. Ana Salazar-Gonzalez, Djibril Kaba, Yongmin Li, and Xiaohui Liu, Segmentation of the Blood Vessels and Optic Disk in Retinal Images, IEEE Journal of Biomedical and Health Informatics, Vol. 18, No. 6, November 2014. [11]. Chanjira Sinthanayothin, James F Boyce, Helen L Cook, Thomas H Williamson, Automated localisation of the optic disc, fovea, and retinal blood vessels from digital colour fundus images, Br J Ophthalmol 1999;83 902:902–910. [12]. Mai S. Mabrouk, Nahed H. Solouma, Yasser M. Kadah, Survey of Retinal Image Segmentation and Registration, GVIP Journal, Volume 6, Issue 2, September, 2006. [13]. D.SivaSundharaRaja, S.Vasuki, Automatic Detection of Blood Vessels in Retinal Images for Diabetic Retinopathy Diagnosis, Hindawi Publishing Corporation Computational and Mathematical Methods in Medicine Volume 2015, Article ID 419279, 11 pages. [14]. Wong Li Yun , U. Rajendra Acharya , Y.V. Venkatesh , Caroline Chee ,Lim Choo Min , E.Y.K. Ng , Identification of different stages of diabetic retinopathy using retinal optical images, 2007 Elsevier,Information Sciences 178 (2008) 106–121 [15]. Huiqi Li and Opas Chutatape, Automated Feature Extraction in Color Retinal Images by a Model Based Approach, IEEE Transactions on Biomedical Engineering, Vol. 51, No. 2, February 2004. [16]. Jaspreet Kaur and Dr. H. P. Sinha, Automated Localisation of Optic Disc and Macula from Fundus Images, International Journal of Advanced Research in Computer Science and Software Engineering, Volume 2, Issue 4, April 2012. [17]. Istvan Lazar and Andras Hajdu, Retinal Micro aneurysm Detection Through Local Rotating Cross-Section Profile Analysis, IEEE Transactions On Medical Imaging, Vol.32, No.2, February 2013. [18]. Anderson Rocha, Tiago Carvalho, Herbert F. Jelinek, Siome Goldenstein, and Jacques Wainer, Points of Interest and Visual Dictionaries for Automatic Retinal Lesion Detection, IEEE Transactions On Biomedical Engineering, Vol. 59, No. 8, August 2012. [19]. X. Merlin Sheeba and S. Vasanthi, An Efficient ELM Approach for Blood Vessel Segmentation in Retinal Images, Bonfring International Journal of Man Machine Interface, Vol. 1, Special Issue, December 2011; 15-21. [20]. B. Ramasubramanian, G. Anitha,An Efficient Approach for the Detection of New Vessels in Diabetic Retinopathy Images,International Journal of Engineering and Innovative Technology (IJEIT) Volume 2, Issue 3, September 2012 ; 240-244. [21]. G.S.Annie Grace Vimala, Dr.S.Kaja Mohideen,An Efficient Approach for Detection of Exudates in Diabetic Retinopathy Images Using Clustering Algorithm, IOSR Journal of Computer Engineering (IOSRJCE) ISSN: 2278-0661 Volume 2, Issue 5 (July-Aug. 2012), PP 43-48. [22]. Ramon Pires, Herbert F. Jelinek, Jacques Wainer, Siome Goldenstein, Eduardo Valle, and Anderson Rocha, Assessing the Need for Referral in Automatic Diabetic Retinopathy Detection, IEEE Transactions on Biomedical Engineering, Vol. 60, No. 12, December 2013. [23]. G G Gardner, D Keating, T H Williamson, A T Elliott, Automatic detection of diabetic retinopathy using an artificial neural network: a screening tool, British Journal of Ophthalmology 1996;80:940-944. Proceedings Papers: [24]. Angel Suero, Diego Marin, Manuel E. Gegundez-Arias, and Jose M. Bravo, Locating the Optic Disc in Retinal Images Using Morphological Technique, IWBBIO 2013. Proceedings, Granada, 18-20 March, 2013; 593- 600. [25]. Ibrahim Abdurrazaq, Subhas Hati and C. Eswaran, Morphology Approach for Features Extraction in Retinal Images for Diabetic Retinopathy Diagnosis, Proceedings of the International Conference on Computer and Communication Engineering 2008 May 13- 15, 2008 Kuala Lumpur, Malaysia. [26]. Akansha Mehrotra, Krishna Kant Singh, ShraddhaTripathi, Priyanka Khandelwal, Blood Vessel Extraction For Retinal Images Using Morphological Operator and KCN Clustering, 2014 IEEE International Advance Computing Conference (IACC); 1142- 1146. [27]. Denzil Vinod Fernandes , Tijo Thomas, Naveen Joseph, Jerry Joseph, Image Segmentation using Fuzzy - Kohonen Algorithm, 2011, 3rd International Conference on Machine Learning and Computing (ICMLC 2011).