how to differentiate object in 3d image
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
there is 3d image with random objects (stack of 2d images). How is it possible to identify different objects with different color and assign different indices for isolated objects with different colors in 3d
5 comentarios
Shaun VanWeelden
el 24 de Feb. de 2013
See Image Analysts answer below, its exactly what you want :)
Respuesta aceptada
Image Analyst
el 24 de Feb. de 2013
Editada: Image Analyst
el 24 de Feb. de 2013
Call bwlabeln() or bwconncomp() to do connected components labeling. Then call label2rgb().
0 comentarios
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!