how to find the gradient of pixels in angular direction?
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
i wish to find gradient of pixels which are at an angle of 30 degrees with the central pixel of the block. How can I do this? because the usual gradient operators like sobel,prewitt will allow finding gradient only in the horizontal or vertical direction and not in angular.
0 commentaires
Réponses (2)
Mehri Mehrnia
le 11 Juil 2022
Modifié(e) : Mehri Mehrnia
le 11 Juil 2022
If I want to find the norm of edge, should I replace 30 with 90 in the above formula?
Is "H*cosd(30)+V*sind(30)" a vector or point?
0 commentaires
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!