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!





