help for Image Edge Detection using Sobel
Afficher commentaires plus anciens
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 commentaire
rawan alamri
le 27 Mar 2022
Réponse acceptée
Plus de réponses (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 commentaire
rawan alamri
le 29 Mar 2022
Catégories
En savoir plus sur Import, Export, and Conversion dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
