Image registration on segmented images

조회 수: 10 (최근 30일)
Claire Bruna-Rosso
Claire Bruna-Rosso 2025년 2월 10일
편집: Matt J 2025년 2월 10일
Dear all,
I try to use the new tool "Medical Registration Estimator" in order to perform image registration between end-inspiration and end-expiration CT-scan (using the tutorial available here)
It did not work so far, maybe because I have to figure out the right parameters for my registration (I am a beginner)
Anyway, I could see that the registration is performed on all the CT-scan. However, I am only interested in lung registration, for which I have segmentation masks.
My question is thus : Is it possible to perform an image registration on a segmented image?
I guess that it may speed up the procedure since the software would only consider defined region of interest instead of the whole CT slices.
Thanks a lot for all the info/tips I could get!
Claire

답변 (1개)

Matt J
Matt J 2025년 2월 10일
편집: Matt J 2025년 2월 10일
My question is thus : Is it possible to perform an image registration on a segmented image?
You could use the segmentation to form a label map (e.g. with bwlabeln) and register those as if they were images. Or, mask away the structures you don't care about.
I guess that it may speed up the procedure since the software would only consider defined region of interest instead of the whole CT slices.
I don't know about that. Registration algorithms usually cannot (and should not) make assumptions that structures will remain confined to a certain ROI. If you cropped the volumes to a region where you knwo the motion occurs, it might help, though.
  댓글 수: 1
Claire Bruna-Rosso
Claire Bruna-Rosso 2025년 2월 10일
That is a very wise suggestion, I'll try it and let you know if it works. Thanks a lot!

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

카테고리

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

제품


릴리스

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by