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

2 Ansichten (letzte 30 Tage)
converting grau image to bainary

Akzeptierte Antwort

Kuifeng
Kuifeng am 3 Apr. 2016

Weitere Antworten (1)

Image Analyst
Image Analyst am 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

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by