rotating and translating nifti image
古いコメントを表示
Hi!
I have a nifti image and I want to rotate the image by 10 degree and translate the image by [10, 10, 0] in matlab. The new image should have the same orientation and header information as the original image. Please help me with this task.
回答 (1 件)
Pratyush Roy
2020 年 12 月 24 日
編集済み: Pratyush Roy
2020 年 12 月 24 日
0 投票
Hi,
After reading the image, one can use imrotate3 and imtranslate commands to rotate and translate the image respectively.
Hope this helps!
カテゴリ
ヘルプ センター および File Exchange で Neuroimaging についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!