Feeds
提问
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 i...
11 years 前 | 1 个回答 | 0
1
个回答提问
How to estimate depth from gradient?
Hello, I have a gradient of an image: mask = fspecial('sobel'); mask2 = mask'; dX = imfilter(image, mask); dY ...
11 years 前 | 1 个回答 | 0