Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
muhammad zulhelmy
muhammad zulhelmy am 26 Aug. 2016
Beantwortet: Geoff Hayes am 29 Aug. 2016
handles.axes=hObject;
A = getimage(handles.axes1);
B = ???convert binary???
imshow (B,'Parent',handles.axes2);

Antworten (1)

Geoff Hayes
Geoff Hayes am 29 Aug. 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.

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by