How to connect two or more objects in a binary image
7 views (last 30 days)
Show older comments
Hi I have a binary image that contain two objects like the attached image and I wish to connect them together to be one object can any one help me please?
0 Comments
Answers (3)
Mudassir Rafi
on 21 Aug 2016
You can use image morphology for this purpose. first open the image and then close using the functions imopen and imclose with appropriate structuring element.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!