Which is the best method for edge detection in this image
1 次查看(过去 30 天)
显示 更早的评论
I have the following image but the methods that exist in MATLAB (Sobel,Canny etc) don't give something acceptable. Does anyone have an idea on what should I do? I think the problem is that there is noise outside the interface but no matter how much I tried to eliminate it either the noise remain or the method affects the interface. The image is obtained with a correct procedure and what I'm asking is what I can furtherly do.
Thank you very much in advance

0 个评论
回答(1 个)
Sarvesh Kale
2023-1-31
You can run a gaussian kernel first on the image followed by canny edge detector to see if that achieves good results
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!