help for Image Edge Detection using Sobel
Mostrar comentarios más antiguos
I wrote the code listed on this page but there was an error and I did not know the correct solution for it .
what the problem?
https://www.geeksforgeeks.org/matlab-image-edge-detection-using-sobel-operator-from-scratch/
1 comentario
rawan alamri
el 27 de Mzo. de 2022
Respuesta aceptada
Más respuestas (1)
You actually have to supply a filename to imread(). That's just a placeholder in the code.
% for example
A = imread('peppers.png');
1 comentario
rawan alamri
el 29 de Mzo. de 2022
Categorías
Más información sobre Import, Export, and Conversion en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
