Community Profile

photo

Ivan Pessane


2019년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변