Community Profile

photo

Ivan Pessane


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


i have 100 images in a folder ,i want to extra the features glcm ,my code reads all the images but only returns features for one image,and i want to save fin excel for later do classification can someone help?
clc; clear; close all; % Specify the folder where the files live. myFolder = 'C:\Users\nazem_000\Desktop\fotos\healthy'; ...

5 years ago | 1 answer | 0

1

answer

Question


i want to extra featuresglcm from 100images in a folder and save in excell,i have tried different ways but i only get results for the first iamge
clc; clear; close all; [A] = imread('Img0010.jpg'); %% % segment the entire fruit [BW,maskedRGBImage] = createMask2(A); %...

5 years ago | 1 answer | 0

1

answer