필터 지우기
필터 지우기

centered transform when applying image registration

조회 수: 1 (최근 30일)
Isabel
Isabel 2012년 10월 24일
Hi,
I'm registering set of MR images (512x512x28) using imregister but it's not working well in my case because I want that the sets are registered based on the prostate (later I'll focus on prostate segmentation, so I need that they are aligned). So, I intend to use the center of the prostate in the fixed image as the rotation center and then use the vector between the fixed image center and the moving image center as the initial translation to be applied after the rotation. The issue is that I don't know how to do that by using imregister, can someone help me?
Thank you
  댓글 수: 7
Sean de Wolski
Sean de Wolski 2012년 10월 24일
Why not do the prostate segmentation before? This will give it more weight in the optimizer.
Isabel
Isabel 2012년 10월 24일
because if I do the segmentation before the aligment how can I be sure that point number 1 (it's an example) in the prostate MR1 correspond to the same point in prostate MR2? because having the segmentation done I only have two volumes without not reference and I don't know how to assure then that the alignment is correctly.

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

채택된 답변

Matt J
Matt J 2012년 10월 24일
편집: Matt J 2012년 10월 24일
Basically, then you're saying you want the registration algorithm to give more priority to the prostate alignment than to the rest of the anatomy? The only thing I can think of is that you might try to crop MR1 and MR2 to a smaller general region of the prostate, if you know it. If the prostate anatomy dominates the images, it will obviously get a lot of priority.
  댓글 수: 2
Isabel
Isabel 2012년 10월 24일
Exaclty Matt, this is what I pretend. Can I use imcrop for 3D images? or what is the better way for crop MR images?
Thank you very much, it's really helpful all your comments
Matt J
Matt J 2012년 10월 24일
The only way I can see to do a 3D crop is
Icrop=I(xmin:xmax,ymin:ymax,zmin:zmax)
or similar indexing schemes.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by