hello,how can i convert a gray level image to a binary image?
1 回表示 (過去 30 日間)
古いコメントを表示
converting grau image to bainary
0 件のコメント
採用された回答
その他の回答 (1 件)
Image Analyst
2016 年 4 月 3 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Segmentation and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!