Laplacian edge operator
이전 댓글 표시
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
채택된 답변
추가 답변 (2개)
Harsha Vardhan Rao Avunoori
2011년 5월 30일
0 개 추천
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
David Young
2011년 5월 30일
This also does zero-crossing detection, so you can't compare the results directly to your C++ code.
카테고리
도움말 센터 및 File Exchange에서 Object Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!