A MATLAB program to classify glaucomatous fundus images using HOG (Histogram of Oriented Gradients) feature descriptor with SVM and Naive Bayes Classifier
To execute the program: Open 'Feature_Extraction.m' and execute it. After this, execute the file 'Classification.m'. There are no images included in this repository. Copy the fundus images in the 'Images' folder to the folder where the programs are present, before executing the program.
A GUI is also uploaded. For the GUI, open 'HOG.m' and run the file.