help for Image Edge Detection using Sobel
Mostra commenti meno recenti
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 Commento
rawan alamri
il 27 Mar 2022
Risposta accettata
Più risposte (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 Commento
rawan alamri
il 29 Mar 2022
Categorie
Scopri di più su Import, Export, and Conversion in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
