필터 지우기
필터 지우기

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