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 件)
Image Analyst
2014 年 11 月 24 日
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.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!