フィルターのクリア

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

4 ビュー (過去 30 日間)
Isabel
Isabel 2012 年 10 月 23 日
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 Center および File ExchangeGeometric 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