Iterative Closest Point and 3D matrices

3 ビュー (過去 30 日間)
ocelote
ocelote 2012 年 11 月 23 日
Hi,
Unfortunately, my matrices created form a stack of dicom files dont work with ICP . My matrices are 500*500*80 of vertices while the demo provided works with vectors 3*6400. Do you know how to pass from vertices to vectors or more generally how I could reach my goal namely re-positioning a 3d volume ?
Regards.
  2 件のコメント
Matt J
Matt J 2012 年 11 月 23 日
編集済み: Matt J 2012 年 11 月 23 日
My matrices are 500*500*80 of vertices
Are you sure you don't mean your image volumes are 500x500x80? ICP doesn't seem appropriate if you only have image intensity data, rather than a list of coordinates.
ocelote
ocelote 2012 年 11 月 23 日
編集済み: ocelote 2012 年 11 月 23 日
Thank you. Is there any way for me to get coordinate from my "volume" of intensity points ?
Would you know any appropriate methodology ?

サインインしてコメントする。

回答 (1 件)

Matt J
Matt J 2012 年 11 月 23 日
編集済み: Matt J 2012 年 11 月 23 日
That's a surface segmentation problem. Maybe use BWPERIM in conjunction with FIND/IND2SUB.
  6 件のコメント
ocelote
ocelote 2012 年 11 月 27 日
M is the model (AB) and D is the data (A), a part of AB. Unfortunately the result is http://hpics.li/304865b where the red part (A) becomes twice bigger whereas it should be half. No I dont have the background either I put 1 or 0 in isosurface.
Matt J
Matt J 2012 年 11 月 27 日
Have you verified that the isosurface() output identifies the surface that you want?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeScalar Volume Data についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by