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!
