Paper Url: https://www.ijtsrd.com/engineering/computer-engineering/38353/diabetic-retinopathy-detection-system-from-retinal-images/aditi-devanand-lotliker
Diabetes Mellitus is a disorder in metabolism of carbohydrates, and due to lack of the pancreatic hormone insulin sugars in the body are not oxidized to produce energy. Diabetic Retinopathy is a disorder of the retina resulting in impairment or vision loss. Improper blood sugar control is the main cause of diabetic retinopathy. That is the reason why early detection of retinopathy is crucial to prevent vision loss. Appearance of exudates, microaneurysms and hemorrhages are the early indications. In this study, we propose an algorithm for detection and classification of diabetic retinopathy. The proposed algorithm is based on the combination of various image processing techniques, which includes Contrast Limited Adaptive Histogram Equalization, Green channelization, Filtering and Thresholding. The objective measurements such as homogeneity, entropy, contrast, energy, dissimilarity, asm, correlation, mean and standard deviation are computed from processed images. These measurements are finally fed to Support Vector Machine and k Nearest Neighbors classifiers for classification and their results were analysed and compared.
Paper URL: https://www.ijtsrd.com/computer-science/other/23732/glaucoma-detection-from-retinal-images/vishnubhotla-poornasree
indexed journal, ugc journal list, submit paper online
Glaucoma is the most leading cause of irreversible blindness with the population of Africa and Asia ranking the highest over the rate of glaucoma affected regions around the world. The defect will damage eyes irreversibly by affecting the optic cup and optic disc of an eye. The early detection of glaucoma is an unavoidable need in the medical field. The widely used technique to detect glaucoma is an invasive method that may lead to other effects on the eye. This reason led to the introduction of a non invasive method that follows image processing for the detection of glaucoma. Retinal image based detection is the best way to choose as it comes under non invasive methods of detection. Detection of glaucoma using retinal images requires various medical features of the eyes such as optic cup diameter, optic disc diameter and optic cup to disc ratio are used. Glaucoma disease detection from retinal images supports convolutional neural networks CNN . The textual features obtained from retinal images such as the optic cup to optic disc measures are used for this classification. Convolutional Neural Networks use little pre processing techniques that can be implemented relatively uncomplicated compared to other image classification techniques. The implementation of this project follows the traditional CNN architecture, applying filter layers such as Convolution layer and Pooling layer and also activation functions such as ReLu function and sigmoid function to pre process as well as to update weights respectively on the hidden layers of the CNN followed by classifying the image.