필터 지우기
필터 지우기

Iterative Closest Point and 3D matrices

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