Community Profile

photo

mohamed wageh


Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


I tried to run this program for GLCM features extraction but there is some errors,any one can help me to run it please ? this is the link of the program https://www.mathworks.com/matlabcentral/fileexchange/22187-glcm-texture-features
this is the code that i want to run it function [out] = GLCM_Features1(glcmin,pairs) % % GLCM_Features1 helps to calculate t...

bijna 5 jaar ago | 0 answers | 0

0

answers

Question


i am trying to segment MRI images using Kmeans but i can not solve this problem "" Error using reshape To RESHAPE the number of elements must not change. Error in (line 148) AA1=reshape(Cluster1,[wd wd]);"" ,any help please?
this is the code wd=256; Input = imread('motest.png'); % imshow(Input); figure; Input =rgb2gray(Input); Input =double(Inpu...

bijna 5 jaar ago | 1 answer | 0

1

answer