photo

Touhidul islam


自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

8 个提问
0 个回答

排名
26,438
of 300,851

声誉
1

贡献数
8 个提问
0 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,294

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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.

7 years 前 | 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...

8 years 前 | 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...

8 years 前 | 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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 2 个回答 | 1

2

个回答

提问


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

8 years 前 | 2 个回答 | 0

2

个回答

提问


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

8 years 前 | 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 ...

8 years 前 | 2 个回答 | 0

2

个回答