How will I convert a image into binary image?

34 visualizaciones (últimos 30 días)
abhishek  nandi
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'.

Respuesta aceptada

Kuifeng
Kuifeng el 9 de Abr. de 2016
  3 comentarios
Walter Roberson
Walter Roberson el 9 de Abr. de 2016
I = imread('D:\25.jpg');
BW = im2bw(I, 0.4);
manoj kumar Yadav
manoj kumar Yadav el 1 de Mzo. de 2023
whta is the 0.4

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by