Statistik
7 Fragen
0 Antworten
RANG
184.804
of 301.583
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
14.29%
ERHALTENE STIMMEN
0
RANG
of 21.339
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 175.587
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
“i need to write this statement as code:
<</matlabcentral/answers/uploaded_files/65158/Capture.PNG>>
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
i need to write this statement as code :
<</matlabcentral/answers/uploaded_files/58060/Captur.PNG>> thank you
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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);...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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);...
fast 10 Jahre vor | 0 Antworten | 0
