Edit labeles from superpixel function

1 vue (au cours des 30 derniers jours)
Zinoviy
Zinoviy le 2 Mar 2023
Commenté : Zinoviy le 9 Mar 2023
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!

Réponse acceptée

Jasvin
Jasvin le 9 Mar 2023
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.
  1 commentaire
Zinoviy
Zinoviy le 9 Mar 2023
Not really.
But thanks for the reply.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Red dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by