Edge Detectors
2 次查看(过去 30 天)
显示 更早的评论
Which one is robust to detect weak edges while going unresponsive to noise? Sobel or Canny edge detectors?
0 个评论
采纳的回答
Naz
2011-12-22
I would recommend you to try out all and see which one works better in your case. I had to do it once and I applied edge enhancement algorithms before using edge detection. In the following paper http://staff.science.uva.nl/~rein/nldiffusionweb/ named nldiffusioncode.pdf you can read about three algorithms they developed. The code is free and the link is matlab.zip. I could not find the actual webpage.
I also used adapthisteq function from matlab to enhance contrast before before edge enhancement and detection
0 个评论
更多回答(2 个)
Sean de Wolski
2011-12-22
Perhaps you could try testing and comparing them for your application:
doc edge
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!