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
Sketch.png
where u and v denote coordinates in corresponding matrix.

回答 (1 件)

Image Analyst
Image Analyst 2019 年 4 月 12 日

0 投票

Try this:
[Dx, Dy] = imgradientxy(grayscaleImage, 'intermediate');

質問済み:

2019 年 4 月 12 日

回答済み:

2019 年 4 月 12 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by