필터 지우기
필터 지우기

how to differentiate object in 3d image

조회 수: 2 (최근 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개)

카테고리

Help CenterFile Exchange에서 Build Interactive Tools에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by