photo

reham khalil


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
130,417
of 301,545

평판
0

참여
7 질문
0 답변

답변 채택
14.29%

획득한 표
0

순위
 of 21,319

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,285

참여
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년 전 | 답변 수: 0 | 0

0

답변

질문


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

9년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

9년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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);...

거의 10년 전 | 답변 수: 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);...

거의 10년 전 | 답변 수: 0 | 0

0

답변