photo

reham khalil


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
231,230
of 301,433

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
14.29%

VOTES RECEIVED
0

RANK
 of 21,272

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,520

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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

9 years ago | 0 answers | 0

0

answers

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers