How i can make a 3D segmentation for extract objects from 3D data (cube).

Hi,
I have a cube data 3D(100,200,30), I am looking to extract the objects including it. I think in segmentation but i didn't find 3D segmentation/ extraction volume shape from this cube data. could you help me, advanced thanks.

답변 (2개)

Can it be thresholded? Like
binaryImage = volumetricImage > thresholdValue;

댓글 수: 2

I need to extract some object from volume data how?
Define "extract". Do you mean like with imcrop() to make a new image from the existing image?

댓글을 달려면 로그인하십시오.

ahmad
ahmad 2013년 5월 1일

0 개 추천

can we find a function make the extraction of objects from volume data?

카테고리

도움말 센터File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

질문:

2013년 5월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by