Edit labeles from superpixel function
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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);
I need to at least add all of the boundary regions which are actually background.
Thanks!
0 Commenti
Risposta accettata
Jasvin
il 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.
Learn how to use it here, https://www.mathworks.com/help/vision/ug/get-started-with-the-image-labeler.html
Hopefully this is able to resolve your problem.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Red in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!