How to automatically delete part of the mask like this

2 visualizaciones (últimos 30 días)
Haowei
Haowei el 14 de Mzo. de 2023
Comentada: Haowei el 17 de Mzo. de 2023
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.

Respuesta aceptada

Image Analyst
Image Analyst el 14 de Mzo. de 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 comentarios
Image Analyst
Image Analyst el 17 de Mzo. de 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 el 17 de Mzo. de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by