Image segmentation using two binary masks
Show older comments
The aim of my image segmentation task is to completely extract the object of interest. I have two image segmentation methods. With the first method I get a portion of the desired object (not all of it, somewhere around 10-50% of the total object) but there are no false positives in this image segmentation mask.
With the second method I get all of my desired object along with other false positives. Now I need to use these two images to completely extract my object of interest. I was thinking along the lines of using connected component analysis or using the first image as a seed to grow the region in the second image. Any thoughts or suggestions would be welcome (pertinent to the topic, of course).
Below I've attached the two images i am referring to. the bottom one is the minimal mask and the top one is the noisy mask.


1 Comment
Accepted Answer
More Answers (0)
Categories
Find more on Morphological Operations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

