hello,how can i convert a gray level image to a binary image?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
converting grau image to bainary
0 Commenti
Risposta accettata
Più risposte (1)
Image Analyst
il 3 Apr 2016
You can threshold at some gray level, like 154 or whatever
binaryImage = grayScaleImage > 154;
Take a look at my Image Segmentation Tutorial. It goes through the whole image segmentation process. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
0 Commenti
Vedere anche
Categorie
Scopri di più su Image Segmentation and Analysis in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!