Borrar filtros
Borrar filtros

How to convert image into binary in axes at GUI MATLAB ?

1 visualización (últimos 30 días)
muhammad zulhelmy
muhammad zulhelmy el 26 de Ag. de 2016
Respondida: Geoff Hayes el 29 de Ag. de 2016
handles.axes=hObject;
A = getimage(handles.axes1);
B = ???convert binary???
imshow (B,'Parent',handles.axes2);

Respuestas (1)

Geoff Hayes
Geoff Hayes el 29 de Ag. de 2016
muhammad - see im2bw which will cover an RGB image into a binary one (subject to some threshold). Note that this function is part of the Image Processing Toolbox.

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by