How to increase or decrese graythresh value?
Mostra commenti meno recenti
rgb=imread('image1.jpg');
Igray=rgb2gray(rgb);
Ibw = im2bw(Igray,graythresh(Igray));
imshow(Igray);
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Image Type Conversion in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!