ANTsX / ANTs

Advanced Normalization Tools (ANTs)
Apache License 2.0
1.19k stars 380 forks source link

common ants-based approaches to labeling the brain #587

Open satra opened 6 years ago

satra commented 6 years ago

for labeling structures in the brain:

  1. joint fusion labeling (e.g., with mindboggle atlases)
  2. template/label unwarping using antsCorticalThickness outputs (e.g., with mindboggle template +jointfusion atlas)

are there other methods that you have commonly used?

gdevenyi commented 6 years ago

https://github.com/cobralab/MAGetBrain - Driven by ANTS underneath, but uses a bunch of minc tools as well https://github.com/cobralab/antsRegistration-MAGet - Rewritten version driven exclusively by ANTs tools

satra commented 6 years ago

thanks @gdevenyi

we are trying to create a pipeline that's agnostic to datasets.

gdevenyi commented 6 years ago

Yup @satra, the rewritten version is input agnostic. Though you can't currently mix types. Its integrated into openneuro already