MATLAB: I need matlab code for svm to classify original and spoofed images from the histogram values generated

Image Processing ToolboxStatistics and Machine Learning Toolboxsvm

till generating histogram values i have completed my work now i need coding for svm classification using this histogram values

Best Answer

Try imhist() in the Image Processing Toolbox, and svmtrain() in the Statistics and Machine Learning Toolbox.
Related Question