Iterative Closest Point and 3D matrices

2 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 3-D Volumetric Image Processing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by