Borrar filtros
Borrar filtros

how to compute edge from gradient in an image?

1 visualización (últimos 30 días)
rajesh
rajesh el 6 de Mayo de 2013
gradient of and image is gradient(f)=[∂f/∂x, ∂f/∂y]=[fx,fy] θ=arctan (fy / fx) ,|| f||gives the magnitude. The angle for edges is θ=arctan (-fx/ fy) We know,edges are perpendicular to gradient ,but how to calculate edges with angle and magnitude in matlab.
please help........

Respuestas (1)

Image Analyst
Image Analyst el 6 de Mayo de 2013
Did you look in the help? Do you have the Image Processing Toolbox? Did you see imgradient() and imgradientxy()?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by