フィルターのクリア

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

1 回表示 (過去 30 日間)
muhammad zulhelmy
muhammad zulhelmy 2016 年 8 月 26 日
回答済み: Geoff Hayes 2016 年 8 月 29 日
handles.axes=hObject;
A = getimage(handles.axes1);
B = ???convert binary???
imshow (B,'Parent',handles.axes2);

回答 (1 件)

Geoff Hayes
Geoff Hayes 2016 年 8 月 29 日
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.

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by