Clear Filters
Clear Filters

How to automatically delete part of the mask like this

5 views (last 30 days)
Hi dear all,
I am working on a segmentation methods using region growing. The segmented results always leak out a little bit (marked as red). I do know the starting seeds location and looking for a way that can help me get rid of the rest of the mask. They do have some features but I cannot come up with a good way to do the task.

Accepted Answer

Image Analyst
Image Analyst on 14 Mar 2023
It would help to see the original gray scale images to know why your segmentation was not successful. It might be easier to prevent the "overflow" than to remove it once it's there.
Anyway I'd experiment around with imopen or watershed to try to separate the blobs. You might also need bwdist and/or imreconstruct
  3 Comments
Image Analyst
Image Analyst on 17 Mar 2023
For deep learning, like SegNet or Unet you'd need to provide hundreds of images where you've manually outlined ("labeled") the regions you want it to find. If you're going to do that and spend the time to write a training program and program to apply the network, you might as well just hand draw the regions you want. Either way you're hand-drawing regions.
I'm attaching some hand drawing masking demos.
Haowei
Haowei on 17 Mar 2023
Thank you so much. I agree that making labels is a pain but region growing is hard to disconnect those parts (that is also a pain). Sincerely appreciate your help, thanks again for your support.

Sign in to comment.

More Answers (0)

Products


Release

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!