SlideShare a Scribd company logo
1 of 6
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 6, Ver. I (Nov – Dec. 2015), PP 125-130
www.iosrjournals.org
DOI: 10.9790/0661-1761125130 www.iosrjournals.org 125 | Page
Automatic Detection of Non-Proliferative Diabetic Retinopathy
Using Fundus Images
Raju Maher1
, Sangramsing Kayte1
, Suvarnsing Bhable2
, Jaypalsing Kayte2
1,2
Department of Computer Science and Information Technology
Dr. Babasaheb Ambedkar Marathwada University, Aurangabad
Abstract: To diagnosis of Diabetic Retinopathy (DR) it is the prime cause of blindness in the working age
population of the world. Detection method is proposed to detect dark or red lesions such as microaneurysms
and hemorrhages in fundus images.Developed during this work, this first is for collection of lesion data
information and was used by the ophthalmologist in marking images for database while the automatic
diagnosing and displaying the diagnosis result in a more friendly user interface and is as shown in chapter
three of this report. The primary aim of this project is to develop a system that will be able to identify patients
with BDR and PDR from either colour image or grey level image obtained from the retina of the patient. The
algorithm was tested fundus images. The Operating Characteristics (ROC) was determined for red spot lesion
and bleeding, while cross over points were only detected leaving further classification as part of future work
needed to complete this global project. Sensitivity and specificity was calculated for the algorithm is given
respectively as 96.3% and 95.1%.
Keywords:Diabetic Retinopathy, Retinal Fundus Image, Digital Image Processing, microaneurysm, Classifier.
I. Introduction
Diabetic retinopathy (DR) is a leading cause of blindness in the world. The energy required by the
body is obtained from glucose. Digested food go in the body stream with the assistance of a hormone called
insulin which is produced by the pancreas. During eating, the pancreas automatically produces the correct
amount of insulin needed for allowing glucose absorption from the blood into the cells. In individuals with
diabetes, the pancreas either produces too little or no insulin or the cells do not react properly to the insulin that
is produced. The increase of glucose in the blood, overflows into the urine and then passes out of the body.
Therefore, the body loses its main source of fuel even though the blood contains large amounts of glucose
[2].The rate of diabetes is increasing, not only in developed countries, but in underdeveloped countries as well.
Unfortunately, most developing countries lack basic recoding of DR cases. It is estimated that 75% of people
with diabetic retinopathy live in developing countries. The situation in developing countries is especially bad,
because there is inadequate treatment. Regardless of the health care situation in their country of origin, people
with diabetes are 25 times more likely to develop blindness when compared with individuals who do not suffer
from this disease.[3]
The country population has been diagnosed of diabetes disease alone and it have been recognize and
accepted as one of the main cause of blindness in the country if not properly treated and managed. Early
detection and diagnosis have been identified as one of the way to achieve a reduction in the percentage of visual
impairment caused by diabetes with more emphasis on routine medical check which the use of special facilities
for detection and monitoring of the said disease [1]. The effect of this on the medical personnel need not be over
emphasized, it has lead to increase work load on the personnel and the facilities, increase in diabetes screening
activities just to mention a few. A lot of approaches have been suggested and identified as means of reducing
the stress caused by this constant checkup and screening related activities among which is the use medical
digital image signal processing for diagnosis of diabetes related disease like diabetic retinopathy using images
of the retina.
The effect of diabetes on the eye is called Diabetic Retinopathy (DR). It is known to damage the small
blood vessel of the retina and this might lead to loss of vision. The disease is classified into three stages viz:
Background Diabetic Retinopathy (BDR), Proliferate Diabetic Retinopathy (PDR) and Severe Diabetic
Retinopathy (DR). In BDR phase, the arteries in the retina become weakened and leak, forming small, do like
haemorrhages[4]. These leaking vessels often lead to swelling or edema in the retina and decreased vision. In
the PDR phase, circulation problems cause areas of the retina to become oxygen-deprived or ischemic. New
fragile, vessels develop as the circulatory system attempts to maintain adequate oxygen levels within the retina.
This phenomenon is called neovascularisation. Blood may leak into the retina and vitreous, causing spots or
floaters, along with decreased vision [6]. In the SDR phase of the disease, there is continued abnormal vessel
growth and scar tissue, which may cause serious problems such as retinal detachment and glaucoma and gradual
loss of vision. This research work is one of the method of applying digital image processing to the field of
Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Images
DOI: 10.9790/0661-1761125130 www.iosrjournals.org 126 | Page
medical diagnosis in order to lessen the time and stress undergone by the ophthalmologist and other members of
the team in the screening, diagnosis and treatment of diabetic retinopathy[7]. This work determine the presence
of BDR and PDR or otherwise in a patient by applying techniques of digital image processing on fundus
images taken by the use of medical image camera by a medical personnel in the hospital.
II. Methods
1.1. Pre-Processing
In detecting abnormalities associated with fundus image, the images have to be PreProcessed in order
to correct the problems of uneven illumination problem, nonsufficient contrast between exudates and image
background pixels and presence of noise in the input fundus image. Aside from aforementioned problems, this
section is also responsible for colour space conversion and image size standardization for the system.
Fig.1 Block diagramof Pre-Processing
This section, which is Pre-Processing stage, can be regarded as the bedrock of this research work. The
block diagram of the sub sections that constitute the Pre-Processing.
1.2. Median Filtering
Applying adaptive histogram equalisation to an image to enhance the contrast between the background
pixels and the information contained in the image also lead to enhancement of the noisy pixels. A noisy pixels
appears with the background information, therefore there is need to remove noisy pixels before contrast
enhancement using a Median filter. Median filtering has been discussed in detail in Chapter 3 hence no need of
detail discussion here.
1.3. Histogram Equalisation
One of the problems associated with fundus images is uneven Illumination. Some areas of the fundus
images appear to be brighter than the other. Areas at the centre of the image are always well illuminated, hence
appears very bright while the sides at the edges or far away are poorly illuminated and appears to be very dark.
In fact the illumination decreases as distance form the centre of the image increase. Many methods were tried in
resolving this problem of un-even illumination, among which are the use of Naka Rushton method and
Adaptive Histogram Equalisation Method (AHEM). AHEM gives better performance, higher processing speed
and work well for all images of different sizes, hence the reason for it being used as method of correcting un-
even illumination. Nevertheless the two methods will be discussed in this sub section.
1.4. K-mean Clustering Algorithm of Segmentation
The K-means is another simple algorithm of segmenting or classifying images into k different clusters
based on feature, attribute or intensity value. It is computationally efficient and does not require the
specification of many parameters as compared to other method of segmentation. Unlike local thresholding,
which can only group into two main classes while K-mean Algorithm can group into k different classes and that
is part of the reason why we chosen as segmentation method for this work. The classification is done by
minimizing the sum of the squares of distances between data and the corresponding clustering centroid. Type of
distance calculation compatible with K-means Algorithm includes Manhalanobis and Euclidean distance etc.
Algorithm for K-means Segmentation
1: Input data and number of clusters
Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Images
DOI: 10.9790/0661-1761125130 www.iosrjournals.org 127 | Page
2: Calculate cluster (group) centroids based on initial guess value
3: Calculate distance of each pixel from Class centroid
4: Group pixels into k clusters based on minimal distance from centroids
5: Calculate new centroid for each cluster
6: Classify into groups based on new centroid and distance Step 7: Test if any of centroid changes its position.
8: If there are changes repeat step 3- 8, else step 9
9: end
Fig2. Flow Chart, of K-Mean
1.5. Median Filtering
The median filter is a nonlinear filter, which can reduce impulsive distortions in an image and without
too much distortion to the edges of such an image. It is an effective method that of suppressing isolated noise
without blurring sharp edges. Median filtering operation replaces a pixel by the median of all pixels in the
neighbourhood of small sliding window. It gives better results then the neighbourhood averaging in the case
where noise is of impulsive nature. The advantage of a median filter is that show in Fig. 3.(b) it is very robust
and has the capability to filter only outliers and is thus an excellent choice for the removal of especially salt and
pepper noise and horizontal scanning artefacts. The median filter is realized in MATLAB by the function
medfilt2.
Fig. 3.(a) Image before apply Median Filtering (b)After Median FilteringImage
Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Images
DOI: 10.9790/0661-1761125130 www.iosrjournals.org 128 | Page
1.6. Morphological Operations
Morphological operations play a key role in digital image processing and its special application
machine vision and automatic object detection. The basic operations are shift-invariant (translation invariant)
operators strongly related to addition.
Let E be a Euclidean space or an integer grid, and Aa binary image in E.
1.6.1. Dilation
Dilation of A by the structuring element B is defined by
.
The dilation is commutative, also given by:
.
The dilation of A by As is the set consisting of all structuring element origin locations where the
reflected and transmitted As overlaps at least some portions of A. Dilation operation is commutative and
associative.For example, the erosion of a square of side 10, centered at the origin, by a disc of radius 2, also
centered at the origin, is a square of side 6 centered at the origin.
1.6.2. Erosion
The erosion of the binary image A by the structuring element B is defined by:
,
whereBz is the translation of B by the vector z,
i.e., , .
If B has a center on the origin, as before, then the dilation of A by B can be understood as the locus of
the points covered by B when the center of B moves inside A. In the above example, the dilation of the square
of side 10 by the disk of radius 2 is a square of side 14, with rounded corners, centered at the origin. The radius
of the rounded corners is 2.
III. Result
DIARETDB1 These databases contain overall 89 retinal images with a resolution of 1500 × 1152
pixels and of different qualities in terms of noise and illumination. Images were captured using the same 150◦
FOV digital fundus camera with varying imaging settings. Fig.4. (b) the output of classifier highlighting dark
and bright lesions from retinal images respectively.Each of the points in the ROC in fig.4 (b) represent a set of
classifier values used in the determining the best threshold value to be used for our algorithm.
Fig.4. (a) Normal Image(b)DR detection.
In detecting abnormalities or otherwise, the presence of at least, quantity five of the sum of the disease
analyzed above, i.e. red spot or/and bleeding points in an image leads to the image being classified as abnormal
image. The only exception to this is the crossover points, there are two types of vein artery crossover in fundus
Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Images
DOI: 10.9790/0661-1761125130 www.iosrjournals.org 129 | Page
images, and one is regarded as normal crossover point while the other is regarded as abnormal crossover. The
abnormal crossing occurs when and artery crosses a vein and during the high blood pressure it presses the vein
and causes a stop of the blood flow in vein.
Table 1: Result of DIARETDB1 proposed technique
Method Sensitivity (%) Specificity (%) Accuracy
(%)
Walter [10] 92.8% 92.4 % 100%
Wasif [11] 94.3% 92.0 % 100%
Proposed
method
96.3% 95.1 % 96.67%
Because of this type of abnormal crossing of vein and artery bleeding can occur from vein at that point.
All other types of vein-artery crossings are normal. In this work, vein artery crossings were detected only but
further probing need to be done for classification. Detection for abnormalities is centred on detecting red spot
disease and bleeding.
Each of the points in the ROC Figure 5.1 represent a set of classifier values used in the determining the
best threshold value to be used for our algorithm.
IV. Conclusion and Future Work
Development of automated system used by the ophthalmologist in marking fundus images. The
marked images are to beused for the development of DR grading and database system for this present and future
work. The quality of which is firstly improved by our method of Illumination equalization. The second
achievement of this research work include the detection of red spots and bleeding in this work, though more
work still need to be done in order to reduce the error due to over enhancement of noise and misdetection in this
work. This is a very good result in the diagnosis process and it shows how far the use of image processing can
replace the tedious and strenuous work at our various hospitals. In line with the aims and objectives of this
research work is to developed automated system for detect DR with a specificity of 96.3% and sensitivity of
95.1 %
References
[1] Conference Report: Screening for Diabetic Retinopathy in Europe 15 years after the St. Vincent declaration the Liverpool
Declaration 2005. Retrieved March 18, 2006.
[2] Abate Diabetes: Diabetes. Accessed March 21, 2006,
[3] Raju Maher, Dr.MuktaDhopeshwarkar “Automated Detection of Non-proliferative Diabetes Retinopathy Using Fundus Images”
International Journal of Advanced Research in Computer Science and Software Engineering Volume 5, Issue 3, March 2015.
[4] RajuSahebrao Maher, Dnyaneshwar S. Panchal, SangramsingKayte, Dr. MuktaDhopeshwarkar” Automatic Identification of Varies
Stages of Diabetic Retinopathy Using Retinal Fundus Images” International Journal of Advanced Research in Computer Science
and Software Engineering, Volume 5, Issue 9, September 2015.
[5] St. LukesEye.Com: Eye Anatomy. Acessed August 2nd
2006.
[6] Junichiro Hayashi, TakamitsuKunieda, Joshua Cole, Ryusuke Soga, Yuji Hatanaka, Miao Lu, Takeshi Hara and Hiroshi Fujita: A
development of computer-aided diagnosis system using fundus images. Proceeding of the 7th International Conference on Virtual
Systems and MultiMedia (VSMM 2001), pp. 429-438 (2001).
[7] RajuSahebrao Maher, Sangramsing N. Kayte, Sandip T. Meldhe, MuktaDhopeshwarkar, “Automated Diagnosis Non-proliferative
Diabetic Retinopathy in Fundus Images using Support Vector Machine” International Journal of Computer Applications (0975 –
8887)Volume 125 – No.15, September 2015.
Fig.5Rate of Red Spot
Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Images
DOI: 10.9790/0661-1761125130 www.iosrjournals.org 130 | Page
[8] Vallabha,D., Dorairaj, R., Namuduri K. R., and Thompson, H., "Automated Detection and Classification of Vascular Abnormalities
in Diabetic Retinopathy", 38th Asilomar Conference on Signals, Systems and Computers, November 2004.
[9] Chanwimaluang, T., and Fan,G., "An efficient blood vessel detection algorithm for Retinal images using local
enthropythresholding", Proceedings of the 2003 International Symposium on on Circuits and Systems,Vol. 5, pp.21-24, May
2003.
[10] L. Zhou, M. S. Rzeszotarski, L. Singeman, and I. M. Chokreff, “The detection and quantification of retinopathy usingdigital
angiograms‟‟ IEEE Trans. Medical imaging, vol. 13, no. 4, December 1994.
[11] Bevilacqua,V., Cambò,S., Cariello,L., Mastronardi, G., „A combined method to detect Retinal Fundus Features‟, Conference on
EACDA, Italy, September, 2005.
[12] Martin M. and Tosunoglu S., 2000, “Image Processing Techniques for Machine Vision”, Conference on Recent Advances in
Robotics, Florida, pp. 1-9.
[13] Xiaohui, Z., andChutatape, O., „ Detection and classification of bright lesions in colour fundus Images‟,Int. Conference on Image
Processing, Vol 1, pp139-142, Oct 2004.
[14] RajuSahebrao Maher, MuktaDhopeshwarkar “Automatic diagnosis of diabetic retinopathy microaneurysm from low contrast retinal
images using mathematical morphology methods”, International Journal of Computer Applications.
[15] Lim,J. S., „Two-Dimensional Signal and Image Processing‟, Prentice-Hall, Inc. ISBN 0-13-934563-9 (International Edition,
paperback)
[16] Burdick, H. E., „Digital Imaging: Theory and Applications‟. McGraw-Hill, 1997

More Related Content

What's hot

Diabetic Retinopathy Analysis using Fundus Image
Diabetic Retinopathy Analysis using Fundus ImageDiabetic Retinopathy Analysis using Fundus Image
Diabetic Retinopathy Analysis using Fundus ImageManjushree Mashal
 
Detection of eye disorders through retinal image analysis
Detection of eye disorders through retinal image analysisDetection of eye disorders through retinal image analysis
Detection of eye disorders through retinal image analysisRahul Dey
 
Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...eSAT Publishing House
 
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...iosrjce
 
Vessels delineation in retinal 
images using COSFIRE filters
Vessels delineation in retinal 
images using COSFIRE filtersVessels delineation in retinal 
images using COSFIRE filters
Vessels delineation in retinal 
images using COSFIRE filtersNicola Strisciuglio
 
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
 
Diagnosis of Diabetic Retinopathy
Diagnosis of Diabetic RetinopathyDiagnosis of Diabetic Retinopathy
Diagnosis of Diabetic RetinopathyIJERA Editor
 
Diabetic Retinopathy
Diabetic RetinopathyDiabetic Retinopathy
Diabetic RetinopathyAtif Khan
 
Performance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentationPerformance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentationacijjournal
 
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
 
IRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep LearningIRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep LearningIRJET Journal
 
IRJET- Diabetic Retinopathy Stage Classification using CNN
IRJET- Diabetic Retinopathy Stage Classification using CNNIRJET- Diabetic Retinopathy Stage Classification using CNN
IRJET- Diabetic Retinopathy Stage Classification using CNNIRJET Journal
 
C LASSIFICATION O F D IABETES R ETINA I MAGES U SING B LOOD V ESSEL A REAS
C LASSIFICATION  O F D IABETES  R ETINA I MAGES  U SING B LOOD V ESSEL A REASC LASSIFICATION  O F D IABETES  R ETINA I MAGES  U SING B LOOD V ESSEL A REAS
C LASSIFICATION O F D IABETES R ETINA I MAGES U SING B LOOD V ESSEL A REASIJCI JOURNAL
 
Detection of Microaneurysm in Diabetic Retinopathy
Detection of Microaneurysm in Diabetic RetinopathyDetection of Microaneurysm in Diabetic Retinopathy
Detection of Microaneurysm in Diabetic RetinopathyIJCSIS Research Publications
 
Morphological Based Approach for Identification of Red Lesion in Diabetic Ret...
Morphological Based Approach for Identification of Red Lesion in Diabetic Ret...Morphological Based Approach for Identification of Red Lesion in Diabetic Ret...
Morphological Based Approach for Identification of Red Lesion in Diabetic Ret...Editor IJMTER
 
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
 
H0366051058
H0366051058H0366051058
H0366051058theijes
 

What's hot (20)

Diabetic Retinopathy Analysis using Fundus Image
Diabetic Retinopathy Analysis using Fundus ImageDiabetic Retinopathy Analysis using Fundus Image
Diabetic Retinopathy Analysis using Fundus Image
 
Detection of eye disorders through retinal image analysis
Detection of eye disorders through retinal image analysisDetection of eye disorders through retinal image analysis
Detection of eye disorders through retinal image analysis
 
Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...Automatic detection of optic disc and blood vessels from retinal images using...
Automatic detection of optic disc and blood vessels from retinal images using...
 
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
Segmentation of the Blood Vessel and Optic Disc in Retinal Images Using EM Al...
 
Vessels delineation in retinal 
images using COSFIRE filters
Vessels delineation in retinal 
images using COSFIRE filtersVessels delineation in retinal 
images using COSFIRE filters
Vessels delineation in retinal 
images using COSFIRE filters
 
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
 
Diagnosis of Diabetic Retinopathy
Diagnosis of Diabetic RetinopathyDiagnosis of Diabetic Retinopathy
Diagnosis of Diabetic Retinopathy
 
Diabetic Retinopathy
Diabetic RetinopathyDiabetic Retinopathy
Diabetic Retinopathy
 
Retinopathy
RetinopathyRetinopathy
Retinopathy
 
Performance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentationPerformance analysis of retinal image blood vessel segmentation
Performance analysis of retinal image blood vessel segmentation
 
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...
 
IRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep LearningIRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
IRJET- Automated Detection of Diabetic Retinopathy using Deep Learning
 
IRJET- Diabetic Retinopathy Stage Classification using CNN
IRJET- Diabetic Retinopathy Stage Classification using CNNIRJET- Diabetic Retinopathy Stage Classification using CNN
IRJET- Diabetic Retinopathy Stage Classification using CNN
 
C LASSIFICATION O F D IABETES R ETINA I MAGES U SING B LOOD V ESSEL A REAS
C LASSIFICATION  O F D IABETES  R ETINA I MAGES  U SING B LOOD V ESSEL A REASC LASSIFICATION  O F D IABETES  R ETINA I MAGES  U SING B LOOD V ESSEL A REAS
C LASSIFICATION O F D IABETES R ETINA I MAGES U SING B LOOD V ESSEL A REAS
 
Detection of Microaneurysm in Diabetic Retinopathy
Detection of Microaneurysm in Diabetic RetinopathyDetection of Microaneurysm in Diabetic Retinopathy
Detection of Microaneurysm in Diabetic Retinopathy
 
Morphological Based Approach for Identification of Red Lesion in Diabetic Ret...
Morphological Based Approach for Identification of Red Lesion in Diabetic Ret...Morphological Based Approach for Identification of Red Lesion in Diabetic Ret...
Morphological Based Approach for Identification of Red Lesion in Diabetic Ret...
 
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
 
H0366051058
H0366051058H0366051058
H0366051058
 
PREVALENCE EVALUATION OF DIABETIC RETINOPATHY
PREVALENCE EVALUATION OF DIABETIC RETINOPATHYPREVALENCE EVALUATION OF DIABETIC RETINOPATHY
PREVALENCE EVALUATION OF DIABETIC RETINOPATHY
 
[IJET-V1I3P6]
[IJET-V1I3P6] [IJET-V1I3P6]
[IJET-V1I3P6]
 

Viewers also liked

automatic detection of pulmonary nodules in lung ct images
automatic detection of pulmonary nodules in lung ct imagesautomatic detection of pulmonary nodules in lung ct images
automatic detection of pulmonary nodules in lung ct imagesWookjin Choi
 
Detection of retinal blood vessel
Detection of retinal blood vesselDetection of retinal blood vessel
Detection of retinal blood vesselMd Mintu Pk
 
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
 
CANCER CELL DETECTION USING DIGITAL IMAGE PROCESSING
CANCER  CELL  DETECTION USING DIGITAL IMAGE PROCESSINGCANCER  CELL  DETECTION USING DIGITAL IMAGE PROCESSING
CANCER CELL DETECTION USING DIGITAL IMAGE PROCESSINGkajikho9
 
Predicting NSCLC prognosis by automated pathology
Predicting NSCLC prognosis by automated pathologyPredicting NSCLC prognosis by automated pathology
Predicting NSCLC prognosis by automated pathologyMu-Hung Tsai
 
A 3-D Riesz-Covariance Texture Model for the Prediction of Nodule Recurrence ...
A 3-D Riesz-Covariance Texture Model for the Prediction of Nodule Recurrence ...A 3-D Riesz-Covariance Texture Model for the Prediction of Nodule Recurrence ...
A 3-D Riesz-Covariance Texture Model for the Prediction of Nodule Recurrence ...Institute of Information Systems (HES-SO)
 
MR12AB Tuesday15h00 - Reinet van Zyl
MR12AB Tuesday15h00 - Reinet van ZylMR12AB Tuesday15h00 - Reinet van Zyl
MR12AB Tuesday15h00 - Reinet van Zyl7391456
 
Peter Hamilton on Next generation Imaging and Computer Vision in Pathology: p...
Peter Hamilton on Next generation Imaging and Computer Vision in Pathology: p...Peter Hamilton on Next generation Imaging and Computer Vision in Pathology: p...
Peter Hamilton on Next generation Imaging and Computer Vision in Pathology: p...Cirdan
 
MANAGEMENT OF DIABETIC RETINOPATHY ( for pharm-d students )
MANAGEMENT OF DIABETIC RETINOPATHY ( for pharm-d students )MANAGEMENT OF DIABETIC RETINOPATHY ( for pharm-d students )
MANAGEMENT OF DIABETIC RETINOPATHY ( for pharm-d students )Aaromal Satheesh
 
Computer aided detection of pulmonary nodules using genetic programming
Computer aided detection of pulmonary nodules using genetic programmingComputer aided detection of pulmonary nodules using genetic programming
Computer aided detection of pulmonary nodules using genetic programmingWookjin Choi
 
Tuesday, 21 July 2015, Hall 2D, 15:00 - Henry & Lauren
Tuesday, 21 July 2015, Hall 2D, 15:00 - Henry & LaurenTuesday, 21 July 2015, Hall 2D, 15:00 - Henry & Lauren
Tuesday, 21 July 2015, Hall 2D, 15:00 - Henry & Lauren7391456
 
Radioterapi of lung cancer
Radioterapi of lung cancerRadioterapi of lung cancer
Radioterapi of lung cancerMulkan Fadhli
 
L.T.D second seminar
L.T.D second seminarL.T.D second seminar
L.T.D second seminarFatmaSamy
 
폐 CT영상에서 voxel classification을 이용한 폐 결절 검출
폐 CT영상에서 voxel classification을 이용한 폐 결절 검출폐 CT영상에서 voxel classification을 이용한 폐 결절 검출
폐 CT영상에서 voxel classification을 이용한 폐 결절 검출Wookjin Choi
 

Viewers also liked (20)

automatic detection of pulmonary nodules in lung ct images
automatic detection of pulmonary nodules in lung ct imagesautomatic detection of pulmonary nodules in lung ct images
automatic detection of pulmonary nodules in lung ct images
 
Detection of retinal blood vessel
Detection of retinal blood vesselDetection of retinal blood vessel
Detection of retinal blood vessel
 
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
 
CANCER CELL DETECTION USING DIGITAL IMAGE PROCESSING
CANCER  CELL  DETECTION USING DIGITAL IMAGE PROCESSINGCANCER  CELL  DETECTION USING DIGITAL IMAGE PROCESSING
CANCER CELL DETECTION USING DIGITAL IMAGE PROCESSING
 
Predicting NSCLC prognosis by automated pathology
Predicting NSCLC prognosis by automated pathologyPredicting NSCLC prognosis by automated pathology
Predicting NSCLC prognosis by automated pathology
 
A 3-D Riesz-Covariance Texture Model for the Prediction of Nodule Recurrence ...
A 3-D Riesz-Covariance Texture Model for the Prediction of Nodule Recurrence ...A 3-D Riesz-Covariance Texture Model for the Prediction of Nodule Recurrence ...
A 3-D Riesz-Covariance Texture Model for the Prediction of Nodule Recurrence ...
 
Skan dokumentu (12)
Skan dokumentu (12)Skan dokumentu (12)
Skan dokumentu (12)
 
bp-rolfova
bp-rolfovabp-rolfova
bp-rolfova
 
Informacja
InformacjaInformacja
Informacja
 
MR12AB Tuesday15h00 - Reinet van Zyl
MR12AB Tuesday15h00 - Reinet van ZylMR12AB Tuesday15h00 - Reinet van Zyl
MR12AB Tuesday15h00 - Reinet van Zyl
 
Peter Hamilton on Next generation Imaging and Computer Vision in Pathology: p...
Peter Hamilton on Next generation Imaging and Computer Vision in Pathology: p...Peter Hamilton on Next generation Imaging and Computer Vision in Pathology: p...
Peter Hamilton on Next generation Imaging and Computer Vision in Pathology: p...
 
MANAGEMENT OF DIABETIC RETINOPATHY ( for pharm-d students )
MANAGEMENT OF DIABETIC RETINOPATHY ( for pharm-d students )MANAGEMENT OF DIABETIC RETINOPATHY ( for pharm-d students )
MANAGEMENT OF DIABETIC RETINOPATHY ( for pharm-d students )
 
Computer aided detection of pulmonary nodules using genetic programming
Computer aided detection of pulmonary nodules using genetic programmingComputer aided detection of pulmonary nodules using genetic programming
Computer aided detection of pulmonary nodules using genetic programming
 
Tuesday, 21 July 2015, Hall 2D, 15:00 - Henry & Lauren
Tuesday, 21 July 2015, Hall 2D, 15:00 - Henry & LaurenTuesday, 21 July 2015, Hall 2D, 15:00 - Henry & Lauren
Tuesday, 21 July 2015, Hall 2D, 15:00 - Henry & Lauren
 
Department of engineering hull uni
Department of engineering hull uniDepartment of engineering hull uni
Department of engineering hull uni
 
Radioterapi of lung cancer
Radioterapi of lung cancerRadioterapi of lung cancer
Radioterapi of lung cancer
 
L.T.D second seminar
L.T.D second seminarL.T.D second seminar
L.T.D second seminar
 
폐 CT영상에서 voxel classification을 이용한 폐 결절 검출
폐 CT영상에서 voxel classification을 이용한 폐 결절 검출폐 CT영상에서 voxel classification을 이용한 폐 결절 검출
폐 CT영상에서 voxel classification을 이용한 폐 결절 검출
 
FUNDAMENTALS OF TEXTURE PROCESSING FOR BIOMEDICAL IMAGE ANALYSIS
FUNDAMENTALS OF TEXTURE PROCESSING FOR BIOMEDICAL IMAGE ANALYSISFUNDAMENTALS OF TEXTURE PROCESSING FOR BIOMEDICAL IMAGE ANALYSIS
FUNDAMENTALS OF TEXTURE PROCESSING FOR BIOMEDICAL IMAGE ANALYSIS
 
[IJET-V1I4P17] Authors: Fahimuddin. Shaik, Dr.Anil Kumar Sharma, Dr.Syed.Must...
[IJET-V1I4P17] Authors: Fahimuddin. Shaik, Dr.Anil Kumar Sharma, Dr.Syed.Must...[IJET-V1I4P17] Authors: Fahimuddin. Shaik, Dr.Anil Kumar Sharma, Dr.Syed.Must...
[IJET-V1I4P17] Authors: Fahimuddin. Shaik, Dr.Anil Kumar Sharma, Dr.Syed.Must...
 

Similar to Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Images

Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...cscpconf
 
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...csandit
 
Automatic identification and classification of
Automatic identification and classification ofAutomatic identification and classification of
Automatic identification and classification ofeSAT Publishing House
 
A review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyA review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyeSAT Journals
 
A review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyA review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyeSAT Publishing House
 
Early Detection of High Blood Pressure and Diabetic Retinopathy on Retinal Fu...
Early Detection of High Blood Pressure and Diabetic Retinopathy on Retinal Fu...Early Detection of High Blood Pressure and Diabetic Retinopathy on Retinal Fu...
Early Detection of High Blood Pressure and Diabetic Retinopathy on Retinal Fu...IJAAS Team
 
Automated 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
 
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
 
How AI Enhances & Accelerates Diabetic Retinopathy Detection
How AI Enhances & Accelerates Diabetic Retinopathy DetectionHow AI Enhances & Accelerates Diabetic Retinopathy Detection
How AI Enhances & Accelerates Diabetic Retinopathy DetectionCognizant
 
A Novel Advanced Approach Using Morphological Image Processing Technique for ...
A Novel Advanced Approach Using Morphological Image Processing Technique for ...A Novel Advanced Approach Using Morphological Image Processing Technique for ...
A Novel Advanced Approach Using Morphological Image Processing Technique for ...CSCJournals
 
IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...
IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...
IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...IRJET Journal
 
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...paperpublications3
 
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...IRJET Journal
 
An Efficient Integrated Approach for the Detection of Exudates and Diabetic M...
An Efficient Integrated Approach for the Detection of Exudates and Diabetic M...An Efficient Integrated Approach for the Detection of Exudates and Diabetic M...
An Efficient Integrated Approach for the Detection of Exudates and Diabetic M...acijjournal
 
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
 
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...ijcnes
 
Rapid detection of diabetic retinopathy in retinal images: a new approach usi...
Rapid detection of diabetic retinopathy in retinal images: a new approach usi...Rapid detection of diabetic retinopathy in retinal images: a new approach usi...
Rapid detection of diabetic retinopathy in retinal images: a new approach usi...IJECEIAES
 

Similar to Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Images (20)

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
 
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
 
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
 
Automatic identification and classification of
Automatic identification and classification ofAutomatic identification and classification of
Automatic identification and classification of
 
Q01765102112
Q01765102112Q01765102112
Q01765102112
 
A review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyA review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathy
 
A review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathyA review on implementation of algorithms for detection of diabetic retinopathy
A review on implementation of algorithms for detection of diabetic retinopathy
 
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...
 
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...
 
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 ...
 
How AI Enhances & Accelerates Diabetic Retinopathy Detection
How AI Enhances & Accelerates Diabetic Retinopathy DetectionHow AI Enhances & Accelerates Diabetic Retinopathy Detection
How AI Enhances & Accelerates Diabetic Retinopathy Detection
 
A Novel Advanced Approach Using Morphological Image Processing Technique for ...
A Novel Advanced Approach Using Morphological Image Processing Technique for ...A Novel Advanced Approach Using Morphological Image Processing Technique for ...
A Novel Advanced Approach Using Morphological Image Processing Technique for ...
 
IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...
IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...
IRJET- Approach for Diabetic Retinopathy Analysis using Artificial Neural Net...
 
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...
 
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...
IRJET -An Automatated Learning Approach for Detection of Diabetic Retinopathy...
 
An Efficient Integrated Approach for the Detection of Exudates and Diabetic M...
An Efficient Integrated Approach for the Detection of Exudates and Diabetic M...An Efficient Integrated Approach for the Detection of Exudates and Diabetic M...
An Efficient Integrated Approach for the Detection of Exudates and Diabetic M...
 
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...
 
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
 
Rapid detection of diabetic retinopathy in retinal images: a new approach usi...
Rapid detection of diabetic retinopathy in retinal images: a new approach usi...Rapid detection of diabetic retinopathy in retinal images: a new approach usi...
Rapid detection of diabetic retinopathy in retinal images: a new approach usi...
 

More from iosrjce

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...iosrjce
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?iosrjce
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later lifeiosrjce
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...iosrjce
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubaiiosrjce
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...iosrjce
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approachiosrjce
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sitesiosrjce
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeiosrjce
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...iosrjce
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...iosrjce
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladeshiosrjce
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...iosrjce
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...iosrjce
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Considerationiosrjce
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyiosrjce
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...iosrjce
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...iosrjce
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...iosrjce
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...iosrjce
 

More from iosrjce (20)

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
 

Recently uploaded

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 

Recently uploaded (20)

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 

Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Images

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 6, Ver. I (Nov – Dec. 2015), PP 125-130 www.iosrjournals.org DOI: 10.9790/0661-1761125130 www.iosrjournals.org 125 | Page Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Images Raju Maher1 , Sangramsing Kayte1 , Suvarnsing Bhable2 , Jaypalsing Kayte2 1,2 Department of Computer Science and Information Technology Dr. Babasaheb Ambedkar Marathwada University, Aurangabad Abstract: To diagnosis of Diabetic Retinopathy (DR) it is the prime cause of blindness in the working age population of the world. Detection method is proposed to detect dark or red lesions such as microaneurysms and hemorrhages in fundus images.Developed during this work, this first is for collection of lesion data information and was used by the ophthalmologist in marking images for database while the automatic diagnosing and displaying the diagnosis result in a more friendly user interface and is as shown in chapter three of this report. The primary aim of this project is to develop a system that will be able to identify patients with BDR and PDR from either colour image or grey level image obtained from the retina of the patient. The algorithm was tested fundus images. The Operating Characteristics (ROC) was determined for red spot lesion and bleeding, while cross over points were only detected leaving further classification as part of future work needed to complete this global project. Sensitivity and specificity was calculated for the algorithm is given respectively as 96.3% and 95.1%. Keywords:Diabetic Retinopathy, Retinal Fundus Image, Digital Image Processing, microaneurysm, Classifier. I. Introduction Diabetic retinopathy (DR) is a leading cause of blindness in the world. The energy required by the body is obtained from glucose. Digested food go in the body stream with the assistance of a hormone called insulin which is produced by the pancreas. During eating, the pancreas automatically produces the correct amount of insulin needed for allowing glucose absorption from the blood into the cells. In individuals with diabetes, the pancreas either produces too little or no insulin or the cells do not react properly to the insulin that is produced. The increase of glucose in the blood, overflows into the urine and then passes out of the body. Therefore, the body loses its main source of fuel even though the blood contains large amounts of glucose [2].The rate of diabetes is increasing, not only in developed countries, but in underdeveloped countries as well. Unfortunately, most developing countries lack basic recoding of DR cases. It is estimated that 75% of people with diabetic retinopathy live in developing countries. The situation in developing countries is especially bad, because there is inadequate treatment. Regardless of the health care situation in their country of origin, people with diabetes are 25 times more likely to develop blindness when compared with individuals who do not suffer from this disease.[3] The country population has been diagnosed of diabetes disease alone and it have been recognize and accepted as one of the main cause of blindness in the country if not properly treated and managed. Early detection and diagnosis have been identified as one of the way to achieve a reduction in the percentage of visual impairment caused by diabetes with more emphasis on routine medical check which the use of special facilities for detection and monitoring of the said disease [1]. The effect of this on the medical personnel need not be over emphasized, it has lead to increase work load on the personnel and the facilities, increase in diabetes screening activities just to mention a few. A lot of approaches have been suggested and identified as means of reducing the stress caused by this constant checkup and screening related activities among which is the use medical digital image signal processing for diagnosis of diabetes related disease like diabetic retinopathy using images of the retina. The effect of diabetes on the eye is called Diabetic Retinopathy (DR). It is known to damage the small blood vessel of the retina and this might lead to loss of vision. The disease is classified into three stages viz: Background Diabetic Retinopathy (BDR), Proliferate Diabetic Retinopathy (PDR) and Severe Diabetic Retinopathy (DR). In BDR phase, the arteries in the retina become weakened and leak, forming small, do like haemorrhages[4]. These leaking vessels often lead to swelling or edema in the retina and decreased vision. In the PDR phase, circulation problems cause areas of the retina to become oxygen-deprived or ischemic. New fragile, vessels develop as the circulatory system attempts to maintain adequate oxygen levels within the retina. This phenomenon is called neovascularisation. Blood may leak into the retina and vitreous, causing spots or floaters, along with decreased vision [6]. In the SDR phase of the disease, there is continued abnormal vessel growth and scar tissue, which may cause serious problems such as retinal detachment and glaucoma and gradual loss of vision. This research work is one of the method of applying digital image processing to the field of
  • 2. Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Images DOI: 10.9790/0661-1761125130 www.iosrjournals.org 126 | Page medical diagnosis in order to lessen the time and stress undergone by the ophthalmologist and other members of the team in the screening, diagnosis and treatment of diabetic retinopathy[7]. This work determine the presence of BDR and PDR or otherwise in a patient by applying techniques of digital image processing on fundus images taken by the use of medical image camera by a medical personnel in the hospital. II. Methods 1.1. Pre-Processing In detecting abnormalities associated with fundus image, the images have to be PreProcessed in order to correct the problems of uneven illumination problem, nonsufficient contrast between exudates and image background pixels and presence of noise in the input fundus image. Aside from aforementioned problems, this section is also responsible for colour space conversion and image size standardization for the system. Fig.1 Block diagramof Pre-Processing This section, which is Pre-Processing stage, can be regarded as the bedrock of this research work. The block diagram of the sub sections that constitute the Pre-Processing. 1.2. Median Filtering Applying adaptive histogram equalisation to an image to enhance the contrast between the background pixels and the information contained in the image also lead to enhancement of the noisy pixels. A noisy pixels appears with the background information, therefore there is need to remove noisy pixels before contrast enhancement using a Median filter. Median filtering has been discussed in detail in Chapter 3 hence no need of detail discussion here. 1.3. Histogram Equalisation One of the problems associated with fundus images is uneven Illumination. Some areas of the fundus images appear to be brighter than the other. Areas at the centre of the image are always well illuminated, hence appears very bright while the sides at the edges or far away are poorly illuminated and appears to be very dark. In fact the illumination decreases as distance form the centre of the image increase. Many methods were tried in resolving this problem of un-even illumination, among which are the use of Naka Rushton method and Adaptive Histogram Equalisation Method (AHEM). AHEM gives better performance, higher processing speed and work well for all images of different sizes, hence the reason for it being used as method of correcting un- even illumination. Nevertheless the two methods will be discussed in this sub section. 1.4. K-mean Clustering Algorithm of Segmentation The K-means is another simple algorithm of segmenting or classifying images into k different clusters based on feature, attribute or intensity value. It is computationally efficient and does not require the specification of many parameters as compared to other method of segmentation. Unlike local thresholding, which can only group into two main classes while K-mean Algorithm can group into k different classes and that is part of the reason why we chosen as segmentation method for this work. The classification is done by minimizing the sum of the squares of distances between data and the corresponding clustering centroid. Type of distance calculation compatible with K-means Algorithm includes Manhalanobis and Euclidean distance etc. Algorithm for K-means Segmentation 1: Input data and number of clusters
  • 3. Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Images DOI: 10.9790/0661-1761125130 www.iosrjournals.org 127 | Page 2: Calculate cluster (group) centroids based on initial guess value 3: Calculate distance of each pixel from Class centroid 4: Group pixels into k clusters based on minimal distance from centroids 5: Calculate new centroid for each cluster 6: Classify into groups based on new centroid and distance Step 7: Test if any of centroid changes its position. 8: If there are changes repeat step 3- 8, else step 9 9: end Fig2. Flow Chart, of K-Mean 1.5. Median Filtering The median filter is a nonlinear filter, which can reduce impulsive distortions in an image and without too much distortion to the edges of such an image. It is an effective method that of suppressing isolated noise without blurring sharp edges. Median filtering operation replaces a pixel by the median of all pixels in the neighbourhood of small sliding window. It gives better results then the neighbourhood averaging in the case where noise is of impulsive nature. The advantage of a median filter is that show in Fig. 3.(b) it is very robust and has the capability to filter only outliers and is thus an excellent choice for the removal of especially salt and pepper noise and horizontal scanning artefacts. The median filter is realized in MATLAB by the function medfilt2. Fig. 3.(a) Image before apply Median Filtering (b)After Median FilteringImage
  • 4. Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Images DOI: 10.9790/0661-1761125130 www.iosrjournals.org 128 | Page 1.6. Morphological Operations Morphological operations play a key role in digital image processing and its special application machine vision and automatic object detection. The basic operations are shift-invariant (translation invariant) operators strongly related to addition. Let E be a Euclidean space or an integer grid, and Aa binary image in E. 1.6.1. Dilation Dilation of A by the structuring element B is defined by . The dilation is commutative, also given by: . The dilation of A by As is the set consisting of all structuring element origin locations where the reflected and transmitted As overlaps at least some portions of A. Dilation operation is commutative and associative.For example, the erosion of a square of side 10, centered at the origin, by a disc of radius 2, also centered at the origin, is a square of side 6 centered at the origin. 1.6.2. Erosion The erosion of the binary image A by the structuring element B is defined by: , whereBz is the translation of B by the vector z, i.e., , . If B has a center on the origin, as before, then the dilation of A by B can be understood as the locus of the points covered by B when the center of B moves inside A. In the above example, the dilation of the square of side 10 by the disk of radius 2 is a square of side 14, with rounded corners, centered at the origin. The radius of the rounded corners is 2. III. Result DIARETDB1 These databases contain overall 89 retinal images with a resolution of 1500 × 1152 pixels and of different qualities in terms of noise and illumination. Images were captured using the same 150◦ FOV digital fundus camera with varying imaging settings. Fig.4. (b) the output of classifier highlighting dark and bright lesions from retinal images respectively.Each of the points in the ROC in fig.4 (b) represent a set of classifier values used in the determining the best threshold value to be used for our algorithm. Fig.4. (a) Normal Image(b)DR detection. In detecting abnormalities or otherwise, the presence of at least, quantity five of the sum of the disease analyzed above, i.e. red spot or/and bleeding points in an image leads to the image being classified as abnormal image. The only exception to this is the crossover points, there are two types of vein artery crossover in fundus
  • 5. Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Images DOI: 10.9790/0661-1761125130 www.iosrjournals.org 129 | Page images, and one is regarded as normal crossover point while the other is regarded as abnormal crossover. The abnormal crossing occurs when and artery crosses a vein and during the high blood pressure it presses the vein and causes a stop of the blood flow in vein. Table 1: Result of DIARETDB1 proposed technique Method Sensitivity (%) Specificity (%) Accuracy (%) Walter [10] 92.8% 92.4 % 100% Wasif [11] 94.3% 92.0 % 100% Proposed method 96.3% 95.1 % 96.67% Because of this type of abnormal crossing of vein and artery bleeding can occur from vein at that point. All other types of vein-artery crossings are normal. In this work, vein artery crossings were detected only but further probing need to be done for classification. Detection for abnormalities is centred on detecting red spot disease and bleeding. Each of the points in the ROC Figure 5.1 represent a set of classifier values used in the determining the best threshold value to be used for our algorithm. IV. Conclusion and Future Work Development of automated system used by the ophthalmologist in marking fundus images. The marked images are to beused for the development of DR grading and database system for this present and future work. The quality of which is firstly improved by our method of Illumination equalization. The second achievement of this research work include the detection of red spots and bleeding in this work, though more work still need to be done in order to reduce the error due to over enhancement of noise and misdetection in this work. This is a very good result in the diagnosis process and it shows how far the use of image processing can replace the tedious and strenuous work at our various hospitals. In line with the aims and objectives of this research work is to developed automated system for detect DR with a specificity of 96.3% and sensitivity of 95.1 % References [1] Conference Report: Screening for Diabetic Retinopathy in Europe 15 years after the St. Vincent declaration the Liverpool Declaration 2005. Retrieved March 18, 2006. [2] Abate Diabetes: Diabetes. Accessed March 21, 2006, [3] Raju Maher, Dr.MuktaDhopeshwarkar “Automated Detection of Non-proliferative Diabetes Retinopathy Using Fundus Images” International Journal of Advanced Research in Computer Science and Software Engineering Volume 5, Issue 3, March 2015. [4] RajuSahebrao Maher, Dnyaneshwar S. Panchal, SangramsingKayte, Dr. MuktaDhopeshwarkar” Automatic Identification of Varies Stages of Diabetic Retinopathy Using Retinal Fundus Images” International Journal of Advanced Research in Computer Science and Software Engineering, Volume 5, Issue 9, September 2015. [5] St. LukesEye.Com: Eye Anatomy. Acessed August 2nd 2006. [6] Junichiro Hayashi, TakamitsuKunieda, Joshua Cole, Ryusuke Soga, Yuji Hatanaka, Miao Lu, Takeshi Hara and Hiroshi Fujita: A development of computer-aided diagnosis system using fundus images. Proceeding of the 7th International Conference on Virtual Systems and MultiMedia (VSMM 2001), pp. 429-438 (2001). [7] RajuSahebrao Maher, Sangramsing N. Kayte, Sandip T. Meldhe, MuktaDhopeshwarkar, “Automated Diagnosis Non-proliferative Diabetic Retinopathy in Fundus Images using Support Vector Machine” International Journal of Computer Applications (0975 – 8887)Volume 125 – No.15, September 2015. Fig.5Rate of Red Spot
  • 6. Automatic Detection of Non-Proliferative Diabetic Retinopathy Using Fundus Images DOI: 10.9790/0661-1761125130 www.iosrjournals.org 130 | Page [8] Vallabha,D., Dorairaj, R., Namuduri K. R., and Thompson, H., "Automated Detection and Classification of Vascular Abnormalities in Diabetic Retinopathy", 38th Asilomar Conference on Signals, Systems and Computers, November 2004. [9] Chanwimaluang, T., and Fan,G., "An efficient blood vessel detection algorithm for Retinal images using local enthropythresholding", Proceedings of the 2003 International Symposium on on Circuits and Systems,Vol. 5, pp.21-24, May 2003. [10] L. Zhou, M. S. Rzeszotarski, L. Singeman, and I. M. Chokreff, “The detection and quantification of retinopathy usingdigital angiograms‟‟ IEEE Trans. Medical imaging, vol. 13, no. 4, December 1994. [11] Bevilacqua,V., Cambò,S., Cariello,L., Mastronardi, G., „A combined method to detect Retinal Fundus Features‟, Conference on EACDA, Italy, September, 2005. [12] Martin M. and Tosunoglu S., 2000, “Image Processing Techniques for Machine Vision”, Conference on Recent Advances in Robotics, Florida, pp. 1-9. [13] Xiaohui, Z., andChutatape, O., „ Detection and classification of bright lesions in colour fundus Images‟,Int. Conference on Image Processing, Vol 1, pp139-142, Oct 2004. [14] RajuSahebrao Maher, MuktaDhopeshwarkar “Automatic diagnosis of diabetic retinopathy microaneurysm from low contrast retinal images using mathematical morphology methods”, International Journal of Computer Applications. [15] Lim,J. S., „Two-Dimensional Signal and Image Processing‟, Prentice-Hall, Inc. ISBN 0-13-934563-9 (International Edition, paperback) [16] Burdick, H. E., „Digital Imaging: Theory and Applications‟. McGraw-Hill, 1997