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 件のコメント
Walter Roberson
2013 年 2 月 24 日
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 ?
B
2013 年 2 月 24 日
Walter Roberson
2013 年 2 月 24 日
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) ?
B
2013 年 2 月 24 日
Shaun VanWeelden
2013 年 2 月 24 日
See Image Analysts answer below, its exactly what you want :)
採用された回答
その他の回答 (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!