help for Image Edge Detection using Sobel
显示 更早的评论
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 个)
You actually have to supply a filename to imread(). That's just a placeholder in the code.
% for example
A = imread('peppers.png');
类别
在 帮助中心 和 File Exchange 中查找有关 Import, Export, and Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
