how to connect pixels of a binary image as shown in picture?
2 views (last 30 days)
Show older comments
0 Comments
Accepted Answer
Guillaume
on 20 Jan 2019
img = imread('image.png');
newimg = imclose(img, strel('disk', 3));
results in:
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!