How to create a binary mask
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (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 Commenti
I = imread('https://in.mathworks.com/matlabcentral/answers/uploaded_files/860260/im2.bmp') ;
I1 = imbinarize(I) ;
imshow(I1)
Elysi Cochin
il 12 Gen 2022
yanqi liu
il 13 Gen 2022
yes,sir,may be use multi threshold,if possible,may be upload this origin image file
Categorie
Scopri di più su Image Processing and Computer Vision in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!





