How will I convert a image into binary image?
Ältere Kommentare anzeigen
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'.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Image Type Conversion finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!