How to display blue color after doing imbinarize
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a picture including black, blue and green color as attached 1.JPEG. And then, when I use imbinarize, the picture shows as 2.JPEG. And I would like to get only 0 and 1 pixels for this picture.
I = imread('C:\User\1.JPEG');
I = imbinarize(I);
1 Commento
Risposte (0)
Vedere anche
Categorie
Scopri di più su Geometric Transformation and Image Registration in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!