how to compute the gradient response for an image
Show older comments
Hello everyone, In the research I'm working on, I need to know how to compute the gradient response of an image in order to complete the next steps.
I searched about it but a didn't find a clear steps to do it. That's way I need your help
Thank you
1 Comment
Image Analyst
on 5 Apr 2016
Whatever you did to edit it, didn't help. I still don't know what you mean.
Answers (1)
Image Analyst
on 5 Apr 2016
1 vote
What do you mean by gradient "response"? Response to what? If you want the plain gradient, you can use imgradient() or imgradientxy(). Clear steps for those functions should be in the example section of the help.
3 Comments
Geek 2100
on 5 Apr 2016
Image Analyst
on 5 Apr 2016
That means that you call imgradientxy() and get two images returned, one for the horizontal gradient, and one for the vertical gradient. See the help.
Categories
Find more on Object Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!