Glaucoma is a disease caused by a buildup of fluid in the eye that can increase intraocular pressure and cause vision loss. This disease cannot be cured, therefore early detection is very important to prevent total vision loss in sufferers. To reduce the errors of observation and diagnosis from doctors, applied computer vision to detect glaucoma in retinal fundus images. The retinal fundus image is first cropped to remove unnecessary parts, then the color image captured by the fundus camera is converted into a grayscale image. The gray scale image will be extracted using the Gray Level Co-occurrence Matrix (GLCM) method. The extracted features will be processed to create a classification model using the Random Forest method which will determine whether the image identified is normal or glaucoma. A series of experiments were conducted on the comparison of training data and testing data, as well as the number of decision trees. Experiments were also conducted on the size of the image cropping and changes in the value of the distance variable in the GCLM feature extraction process. The results of the experiment on an image size of 720x720 pixels and a distance value of 2, obtained a model with an accuracy of 81%, precision 79% and recall 88% in a data comparison of 80:20, and the number of trees as much as 50. The results show that the more number of decision trees does not increase the number of decision trees. accuracy value significantly.
Copyrights © 2023