Edit labeles from superpixel function

This question is connected to this one I asked here.
I need to resolve the oversegmentation created by the superpixel function. Can I edit the labels in some convenient way?
I used:
[L,numLabels] = superpixels(anatImg,100,"NumIterations",500);
And using @Steve Eddins Visualize output of BWLABEL I get: (attached)
I need to at least add all of the boundary regions which are actually background.
Thanks!

 Respuesta aceptada

Jasvin
Jasvin el 9 de Mzo. de 2023

0 votos

Assuming that you want to easily and manually label the already labelled image, MATLAB has the Image Labeler tool built specifically for this task.
Hopefully this is able to resolve your problem.

Más respuestas (0)

Categorías

Más información sobre Computer Vision Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 2 de Mzo. de 2023

Comentada:

el 9 de Mzo. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by