Laplacian edge operator
Mostrar comentarios más antiguos
i coded up Laplacian edge operator using MFC c++ .. now i want to varify the result using matlab..
Laplacian Operator and Campass Gradient Operator: result is given below website: http://imm.io/626r
I used Prewitt for Compass Gradeint Operator ... How can i apply this in matlab ?
how can i apply laplacian operator in maltab.. is there any function for that ? i need a sample or example for laplacian operator in matlab.. any one can help me please ?
Thanks in Advace
Respuesta aceptada
Más respuestas (2)
Harsha Vardhan Rao Avunoori
el 30 de Mayo de 2011
0 votos
If you are interested in applying a Laplacian mask to determine the edges then you can try this
BW = edge( I,'log');
where I is your input image you can also search for edge in your MATLAB Help
1 comentario
David Young
el 30 de Mayo de 2011
This also does zero-crossing detection, so you can't compare the results directly to your C++ code.
Categorías
Más información sobre Object Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!