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!