for j = 1: 144
wavelet_Training_Feature(j, i) = cov_features(j);
end
I have stored the feature values in wavelet_Training_Feature(j, i) for each image. But how can I classify images using SVM. I have extract wavelet feature values from 5000+ images in two categories.
I can not train and classify using SVM. I want to classify images in two classes polyp or nonpolyp. 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.