How should convert a gray image to binary image So that the values of (a, b) black and the rest white thanks
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
im2bw
0 Commenti
Risposte (2)
Walter Roberson
il 12 Dic 2016
bwimage = YourImage<a|YourImage>b;
If you intended (a, b) to represent a range.
0 Commenti
Vedere anche
Categorie
Scopri di più su Modify Image Colors 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!