Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
handles.output=hObject;
A=getimage(handles.axes1);
B=???sobel???
imshow(C,'Parent',handles.axes.2);

Respuesta aceptada

Adam
Adam el 26 de Ag. de 2016
doc edge
The second argument, 'method', allows you to specify 'Sobel' or other edge detection algorithms to use.
  2 comentarios
muhammad zulhelmy
muhammad zulhelmy el 26 de Ag. de 2016
What does it mean ? Can u rewrite my program with sobel command...
Adam
Adam el 26 de Ag. de 2016
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!

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by