Diabetic Retinopathy
Diabetic Retinopathy
Abstract
Introduction
Literature Survey
Problem Statement
Objectives
Methodology
Software and Hardware Requirements
References
ABSTRACT
The Image of the cell from kaggle dataset is given as the input and then in image
pre-processing, to find exudates, initially image from dataset is converted to HSV
image.
After image pre-processing, to segment exudates we have done smoothing,
masking and bitwise AND.
1. Smoothing is employed to remove high spatial frequency noise from image.
2. Masking is an image processing method in which we define a small 'image
piece' and use it to modify a larger image.
3. Bitwise AND operations are used in image manipulation and used for
extracting essential parts in the image.
For binary classification, here we are using 2 features, ie, number of exudates as
first parameter and number of haemorrhages and micro aneurysms as second
parameter. That is, we are counting number of white pixels from the segmented
images and divide it by total number of pixels in the image.
In the proposed method we are implementing hybrid classifier. That is we are
using combination of five classifiers, Support vector machines, K nearest
neighbours, Random forest.
Software and Hardware Requirements
Software Requirements
Operating system: Windows 10
Programming-Language: Python
Framework: Python IDLE
Tool: PyCharm
Hardware Requirements
Central-Processor: Intel i5 2.4 GHz
RAM: 4GB or above
Hard disk: 40 GB
REFERENCES
[1] Farrikh Alzami, Abdussalam, Rama Arya Megantara and Ahmad Zainul Fanani, “Diabetic Retinopathy
Grade Classification based on Fractal Analysis and Random Forest”, International Seminar on Application for
Technology of Information and Communication, 2019.
[2] Dinial Utami Nurul Qomariah, Handayani Tjandrasa and Chastine Fatichah, “Classification of Diabetic
Retinopathy and Normal Retinal Images using CNN and SVM”, 12th International Conference on Information
and Communication Technology and System, 2019.
[3] Shailesh Kumar and Basant Kumar “Diabetic Retinopathy Detection by Extracting Area and Number of
Micro aneurysms from Colour Fundus Images”, 5th International Conference on Signal Processing and
Integrated Networks, 2018.
[4] Mohamed Chetoui, Moulay A Akhloufi, Mustapha Kardoucha , “Diabetic Retinopathy Detection using
Machine Learning and Texture Features”, IEEE Canadian Conference on Electrical and Computer
Engineering, 2018.
[5] S Choudhury, S Bandyopadhyay, SK Latib, DK Kole, C Giri, “Fuzzy C Means based Feature Extraction
and Classification of Diabetic Retinopathy using Support Vector Machines”, International Conference on
Communication and Signal Processing, April 2016.
THANK YOU