How to compute image global gradient?
显示 更早的评论
I know that imgradient computes image local gradient. Is there a way to compute the global gradient?
For example, for this image:

Here is the global gradient:

回答(1 个)
Image Analyst
2014-11-24
0 个投票
Talya, I have no idea what that means. Gradients by definition are local - they're the slope of the function at some location. And you don't have a single number for the whole image - you have a 2D image, so presumably you have different gradient values for each pixel location. However your gradient does not look like the expected, which would be like an edge detection image. You're going to have to give some formula for turning your color image into this grayscale image, otherwise I have no idea.
类别
在 帮助中心 和 File Exchange 中查找有关 Images 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!