フィルターのクリア

How to do a SOBEL METHOD on image inside the axes in GUI MATLAB??

1 回表示 (過去 30 日間)
muhammad zulhelmy
muhammad zulhelmy 2016 年 8 月 26 日
コメント済み: Adam 2016 年 8 月 26 日
handles.output=hObject;
A=getimage(handles.axes1);
B=???sobel???
imshow(C,'Parent',handles.axes.2);

採用された回答

Adam
Adam 2016 年 8 月 26 日
doc edge
The second argument, 'method', allows you to specify 'Sobel' or other edge detection algorithms to use.
  2 件のコメント
muhammad zulhelmy
muhammad zulhelmy 2016 年 8 月 26 日
What does it mean ? Can u rewrite my program with sobel command...
Adam
Adam 2016 年 8 月 26 日
doc edge
just takes you to the help page. It contains examples. There's no point me wasting my time repeating them when you could just look at the help instead!

サインインしてコメントする。

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by