ANTsX / ANTsR

R interface to the ANTs biomedical image processing library
https://antsx.github.io/ANTsR
Apache License 2.0
128 stars 35 forks source link

Diffusion tensor registration #406

Open royarkaprava opened 3 months ago

royarkaprava commented 3 months ago

Hi, I am trying to register longitudinally collected diffusion tensors obtained by applying dti() on dwi image. The fixed image will be the baseline and the register the rest on that. The main ANTs do allow that. Does this R version also allow it? If it does, how it should be applied.

-Arkaprava