horizantal and vertical edge detection...
Mostrar comentarios más antiguos

Use a spatial filter to get the horizontal edge of the image. Use a spatial filter to get the vertical edge of the image (read the MATLAB documentation on fspecial). Add the horizontal edge matrix to the vertical edge matrix to yield the following results:
i donot know, how to do this....
2 comentarios
karkki Balasubramaniam
el 8 de Mzo. de 2014
saba saleem
el 29 de Oct. de 2017
how did you get this output? can you give me the MATLAB code of this image? as early as possible. please
Respuesta aceptada
Más respuestas (1)
Dishant Arora
el 8 de Mzo. de 2014
Documentation says it all,use sobel or prewitt to realize horizontal edge detecting filter. read the manual thoroughly and go through the examples to see hoe it works.
doc fspecial
2 comentarios
karkki Balasubramaniam
el 10 de Mzo. de 2014
Image Analyst
el 29 de Oct. de 2017
Yes. You're just showing the kernel. If you want to see the edge image, call imgradient() or else some other way filter the badly-named "a" with the "h" kernel. The call imshow(a).
Categorías
Más información sobre Object Analysis en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
