How to increase or decrese graythresh value?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
rgb=imread('image1.jpg');
Igray=rgb2gray(rgb);
Ibw = im2bw(Igray,graythresh(Igray));
imshow(Igray);
0 Commenti
Risposta accettata
Sukuchha
il 20 Gen 2012
store graythresh(Igray) in a variable and increase/ descrease as u want!
0 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!