how to compute the gradient response for an image
Afficher commentaires plus anciens
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 commentaire
Image Analyst
le 5 Avr 2016
Whatever you did to edit it, didn't help. I still don't know what you mean.
Réponses (1)
Image Analyst
le 5 Avr 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 commentaires
Geek 2100
le 5 Avr 2016
Image Analyst
le 5 Avr 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.
Catégories
En savoir plus sur Object Analysis dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!