How will I convert a image into binary image?
40 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
abhishek nandi
el 9 de Abr. de 2016
Comentada: manoj kumar Yadav
el 1 de Mzo. de 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 comentarios
Respuesta aceptada
Kuifeng
el 9 de Abr. de 2016
doc im2bw
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!