how to differentiate object in 3d image

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 个评论

Do you mean that the different objects in the image already have different colors? Are there ever two of the same color touching? Are there shadows, or is the illumination at an angle such that the (R,G,B) color triple for a given object will vary according to lighting ?
Its not the matter of color, in fact. Lets assume there is thresholded image, I need to identify the adjacent 1's which make different isolated objects, and so on
You want to do the coloring after the objects are separated out, and the data array is a 3D array of labels (and 0's) ?
I have a 3d array of 0 and 1s, I want to identify different objects (1s).
See Image Analysts answer below, its exactly what you want :)

请先登录,再进行评论。

 采纳的回答

Image Analyst
Image Analyst 2013-2-24
编辑:Image Analyst 2013-2-24
Call bwlabeln() or bwconncomp() to do connected components labeling. Then call label2rgb().

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Deep Learning for Image Processing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by