how to differentiate object in 3d image

1 回表示 (過去 30 日間)
B
B 2013 年 2 月 24 日
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 件のコメント
B
B 2013 年 2 月 24 日
I have a 3d array of 0 and 1s, I want to identify different objects (1s).
Shaun VanWeelden
Shaun VanWeelden 2013 年 2 月 24 日
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 件)

Community Treasure Hunt

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

Start Hunting!

Translated by