Finding gradient differences in code?
古いコメントを表示
Hi,
I'm finding edges using the gradient function.
[Gx, Gy] = gradient(imgaussfilt(im, gradientsigma), 'x', 'y');
In this code, what does the 'x' and 'y' do? I've tried removing them to see if I get the same answer (I don't) but I don't understand the difference?
Many thanks!
1 件のコメント
darova
2020 年 4 月 15 日
2d and 3d inputs of gradient are steps in X and Y directions. I don't know why it's working with symbolic 'x' and 'y'
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Object Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!