Edge detection : How can i get the outlines of an unfinished shapes ?
1 次查看(过去 30 天)
显示 更早的评论
Hello ! For the needed of a project I would like to know if it's possible to get the outlines of this shape :

Expected :

The quality is pretty bad but I can not have better. I have already used a Canny filter but I only get the detection of a few pixels. If anyone has an idea, I'm interested !
Thank you
1 个评论
jonas
2018-7-23
Even if you got the canny filter to work, you would probably end up with two disconnected lines on the top segment. The middle part is more or less indistinguishable from the background.
If you only had a single segment you could binarize and fit a line through the blobs.
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!