How to remove thin lines in binary image
显示 更早的评论
How to remove thin horizontal or verticle lines - image attached
line thinkness < 3 -- remove
lines thinkness > 5-- stay
small objects -- remove
回答(2 个)
Image=imopen(Image,ones(3));
Image Analyst
2023-10-30
outputImage = imopen(binaryImage, ones(3, 3));
类别
在 帮助中心 和 File Exchange 中查找有关 Image Preview and Device Configuration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!