Edit labeles from superpixel function
Mostrar comentarios más antiguos
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!
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Computer Vision Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!