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