How to create a binary mask
显示 更早的评论
The attached images are my adaptive threshold output. When i use imbinarise, i get completely black pixels. Please can someone help me to create a binary mask from the attached output images.
采纳的回答
更多回答(1 个)
It looks like imbinarize is working fine.
I = imread('https://in.mathworks.com/matlabcentral/answers/uploaded_files/860265/im3.bmp') ;
imshow(I)
I1 = imbinarize(I) ;
imshow(I1)
3 个评论
I = imread('https://in.mathworks.com/matlabcentral/answers/uploaded_files/860260/im2.bmp') ;
I1 = imbinarize(I) ;
imshow(I1)
Elysi Cochin
2022-1-12
yanqi liu
2022-1-13
yes,sir,may be use multi threshold,if possible,may be upload this origin image file
类别
在 帮助中心 和 File Exchange 中查找有关 Image Processing and Computer Vision 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!





