Borrar filtros
Borrar filtros

how to differentiate object in 3d image

2 visualizaciones (últimos 30 días)
B
B el 24 de Feb. de 2013
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
B
B el 24 de Feb. de 2013
I have a 3d array of 0 and 1s, I want to identify different objects (1s).
Shaun VanWeelden
Shaun VanWeelden el 24 de Feb. de 2013
See Image Analysts answer below, its exactly what you want :)

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
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().

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by