photo

reham khalil


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
130,378
of 301,511

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
14.29%

收到投票数
0

排名
 of 21,308

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,936

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


i want to calculate thrshold by this equation;
The aim of the optimal threshold is to minimize the mean brightness error that could be defined as : <</matlabcentral/answer...

9 years 前 | 0 个回答 | 0

0

个回答

提问


“i need to write this statement as code:
<</matlabcentral/answers/uploaded_files/65158/Capture.PNG>>

9 years 前 | 0 个回答 | 0

0

个回答

提问


i need to write this statement as code :
<</matlabcentral/answers/uploaded_files/58060/Captur.PNG>> thank you

9 years 前 | 1 个回答 | 0

1

个回答

提问


i want to write the code about finding IL ,IU after segmenting the histogram of image into 2 parts
<</matlabcentral/answers/uploaded_files/57984/y.PNG>> I need to write the code for this statement. I tried it and wrote ...

9 years 前 | 0 个回答 | 0

0

个回答

提问


i want to calculate the equation:
<</matlabcentral/answers/uploaded_files/57958/Capture.PNG>> Where Ik is the kth gray level, nk are number of pixels of gray...

9 years 前 | 1 个回答 | 0

1

个回答

提问


i want to ask about summation of equation (ik * nk)/N , where k from 0 : l-1 , ik = i(r,c) , a = unique(i) , nk = [a,histc(i(:),a)]
i = [5 6 7 8 ; 2 8 6 3 ; 4 0 4 2 ; 5 0 1 0]; r = size(i,1); c = size(i,2); N = r*c; ik = i(r,c); a = unique(i);...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Error in sum statement
I have Matrix, I =[5 6 7 8;2 8 6 3;4 0 4 2;5 0 1 0]; r = size(I,1); c= size(I,2); N = r*c; Ik = I(r,c); A = unique(I);...

9 years 前 | 0 个回答 | 0

0

个回答