1

I have extracted features of an segmented image (mamogram image) using GLCM

I = imread('IMAGE1.jpg'); 
GLCM = graycomatrix(I,'Offset',[2 0;0 2]); 
stats = graycoprops(GLCM,'all') 
t1 = struct2array(stats)

Now I want to classify using SVM, please help how to process

Tonechas
  • 13,398
  • 16
  • 46
  • 80
Deepinfo
  • 31
  • 2
  • 1
    I ran your code on a sample image and found `t1 = 0.1183 0.1291 0.9888 0.9878 0.1111 0.1090 0.9424 0.9375` ... What exactly are you trying to classify? – Brian Goodwin May 27 '15 at 18:33

0 Answers0