View source: R/corticalThickness.R
corticalThickness | R Documentation |
Perform KellyKapowski cortical thickness using deepAtropos
for
segmentation. Description concerning implementaiton and evaluation:
corticalThickness(t1, verbose = FALSE)
t1 |
input 3-D unprocessed T1-weighted brain image |
verbose |
print progress. |
https://www.medrxiv.org/content/10.1101/2020.10.19.20215392v1
Cortical thickness image and segmentation probability images.
Tustison NJ
## Not run:
library( ANTsRNet )
library( keras )
image <- antsImageRead( "t1w_image.nii.gz" )
kk <- corticalThickness( image )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.