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 件)

Image Analyst
Image Analyst 2013 年 5 月 1 日

0 投票

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

2 件のコメント

ahmad
ahmad 2013 年 5 月 1 日
I need to extract some object from volume data how?
Image Analyst
Image Analyst 2013 年 5 月 1 日
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 ExchangeImage 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