MATLAB: Images classification using SVM classifier

abnormalcolor histogram featuresComputer Vision ToolboxImage Processing Toolboxnormalsvm classifier

Hi All,
I am new in MATLAB,I have centers of training images, and centers of testing images stored in 2-D matrix ,I already extracted color histogram features,then find the centers using K-means clustering algorithm,now I want to classify them using using SVM classifier in two classes Normal and Abnormal,I know there is a builtin function in MATLAB but I don't know to adapt it to be used in this job,any help or suggestion will be helpful to me. Thank to All

Best Answer

This example uses SVM for image classification. Maybe this is a start?