Give me some help to solve this problem ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Ulzii Bayar
il 20 Nov 2019
Commentato: Erivelton Gualter
il 20 Nov 2019
This is not work! Why ?????
![Screen Shot 2019-11-21 at 01.01.34.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/249255/Screen%20Shot%202019-11-21%20at%2001.01.34.png)
0 Commenti
Risposta accettata
Erivelton Gualter
il 20 Nov 2019
First, your code shows two different variables: BW and bw.
Also, you might adjust the binarization with some threshold.
BW = imbinarize(I, T); % T is the constant threshold value.
2 Commenti
Erivelton Gualter
il 20 Nov 2019
Basically, it is a contanst value from 0 to 1 used when converting to binary image.
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!