How will I convert a image into binary image?
40 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
abhishek nandi
le 9 Avr 2016
Commenté : manoj kumar Yadav
le 1 Mar 2023
How will I convert a image into binary image?
I = imread('D:\25.jpg');
>> BW = imbinarize(I)
??? Undefined function or method 'imbinarize' for input arguments of type 'uint8'.
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!