필터 지우기
필터 지우기

how to validate the registration after use imregister with 3D images

조회 수: 4 (최근 30일)
Hi!
I'm using imregister for register sets of MR images (512x512x28). After use imregister I'd like to check how good is the registration, but I can't do it graphically because imshowpair only allow 2D input images. My question is, does someone knows another equivalent function as imshowpair valid for 3D images? or if not, how can check that my registratios is good enough?
Thank you in advance

채택된 답변

Matt J
Matt J 2012년 10월 23일
편집: Matt J 2012년 10월 23일
Why not apply imshow() to the difference image in some slice
imshow(registeredImage(:,:,slice)-targetImage(slice(:,:,slice)
You can do this for different slices (you don't have that many). There are also a number of 3D image viewers offered the File Exchange

추가 답변 (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