Which is the best method for edge detection in this image
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Sarvesh Kale
il 31 Gen 2023
You can run a gaussian kernel first on the image followed by canny edge detector to see if that achieves good results
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!