How to do a SOBEL METHOD on image inside the axes in GUI MATLAB??
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
handles.output=hObject;
A=getimage(handles.axes1);
B=???sobel???
imshow(C,'Parent',handles.axes.2);
0 commentaires
Réponse acceptée
Adam
le 26 Août 2016
doc edge
The second argument, 'method', allows you to specify 'Sobel' or other edge detection algorithms to use.
2 commentaires
Adam
le 26 Août 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!
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!