photo

Touhidul islam


2017 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


What do Energy, Correlation, Homogeneity, Contrast means in image processing
I am using this 4 parameters as my feature vectors to train Neural Network.

約6年 前 | 0 件の回答 | 0

0

回答

質問


please in details can anyone explain this code of K means Segmentation?
clear all close all [filename,pathname] = uigetfile({'*.*';'*.bmp';'*.tif';'*.gif';'*.png'},'Pick an I...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Can anyone help me out with the following code ?
if sum(isnan(CENTS(:))) ~= 0 % If CENTS(i,:) Is Nan Then Replace It With Random Point NC = fi...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Can anyone explain the following code ?
for i = 1:K idx = find(DAL(:,K+1) == i); X(idx,:) = repmat(CENTS(i,:),size(idx,1),1); end full code is given belo...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


what is happening actually in the following code?
K = 8; % Cluster Numbers CENTS = F( ceil(rand(K,1)*size(F,1)) ,:); ...

6年以上 前 | 2 件の回答 | 1

2

回答

質問


why reshape command is actually needed ?
why reshape command is actually needed in image segmentation

6年以上 前 | 2 件の回答 | 0

2

回答

質問


what is the role of CEIL?
CENTS = F( ceil(rand(K,1)*size(F,1)) ,:);

6年以上 前 | 1 件の回答 | 0

1

回答

質問


''Error using reshape: To RESHAPE the number of elements must not change''
<</matlabcentral/answers/uploaded_files/99635/a.JPG>> in image one you can say it is showing no error ,but in second image ...

6年以上 前 | 2 件の回答 | 0

2

回答