horizontal and vertical difference array
古いコメントを表示
can any one help me to find the (horizontal and vertical difference array) of an image using this formulas in the image below

where u and v denote coordinates in corresponding matrix.
回答 (1 件)
Image Analyst
2019 年 4 月 12 日
Try this:
[Dx, Dy] = imgradientxy(grayscaleImage, 'intermediate');
カテゴリ
ヘルプ センター および File Exchange で Image Arithmetic についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!