ANTS医学影像配准+Li‘s 核磁共振影像数据处理

讲解视频内容请移步Bilibili:
https://space.bilibili.com/542601735
入群讨论请加v hochzeitstorte
请注明“核磁共振学习”
公众号:美好事物中转站

ANTS配准


Advanced Normalization Tools
If you want a decent, fast registration you might run something like this:

antsRegistrationSyNQuick.sh -d 2 -f r16slice.nii.gz -m r64slice.nii.gz -o $op 

-d option denotes image dimensionality
-f option denotes the “fixed” image
-m option denotes the “moving” image
-o output prefix
-t: transform type (default = ‘s’)
t: translation (1 stage)
r: rigid (1 stage)
a: rigid + affine (2 stages)
s: rigid + affine + deformable syn (3 stages)
sr: rigid + deformable syn (2 stages)
so: deformable syn only (1 stage)
b: rigid + affine + deformable b-spline syn (3 stages)
br: rigid + deformable b-spline syn (2 stages)
bo: deformable b-spline syn only (1 stage)
Example:
antsRegistrationSyNQuick.sh -d 3 -f MNI152_T1_2mm.nii.gz -m T2Flair.nii.gz -o T2Flair_on_MNI_ -t s

在这里插入图片描述

自学内容:antsApplyTransforms

公众号:美好事物中转站
回复“ants”获取ANTS手册。

Logo

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。

更多推荐