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.
How to compute image global gradient?
4 次查看(过去 30 天)
显示 更早的评论
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:

0 个评论
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!