Statistics
2 Questions
                        0 Answers
RANK
224,500
                          
                          
of 300,392
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          2 Questions
                          0 Answers
ANSWER ACCEPTANCE 
                            0.0%
                        
VOTES RECEIVED
0
RANK
 of 20,933
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168,335
CONTRIBUTIONS
                            0 Problems
                            0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
6 years ago | 0 answers | 0
0
answersQuestion
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...
6 years ago | 1 answer | 0
