Effacer les filtres
Effacer les filtres

hello,how can i convert a gray level image to a binary image?

4 vues (au cours des 30 derniers jours)
fariba amini
fariba amini le 3 Avr 2016
converting grau image to bainary

Réponse acceptée

Kuifeng
Kuifeng le 3 Avr 2016

Plus de réponses (1)

Image Analyst
Image Analyst le 3 Avr 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

Catégories

En savoir plus sur Image Segmentation and Analysis dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by