help for Image Edge Detection using Sobel
Ältere Kommentare anzeigen
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 Kommentar
rawan alamri
am 27 Mär. 2022
Akzeptierte Antwort
Weitere Antworten (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 Kommentar
rawan alamri
am 29 Mär. 2022
Kategorien
Mehr zu Import, Export, and Conversion finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
