Perform KellyKapowski cortical thickness using deepAtropos for
segmentation.  Description concerning implementaiton and evaluation:
corticalThickness(t1, antsxnetCacheDirectory = NULL, verbose = FALSE)
| t1 | input 3-D unprocessed T1-weighted brain image | 
|---|---|
| antsxnetCacheDirectory | destination directory for storing the downloaded
template and model weights.  Since these can be resused, if
 | 
| verbose | print progress. | 
Cortical thickness image and segmentation probability images.
https://www.medrxiv.org/content/10.1101/2020.10.19.20215392v1
Tustison NJ
if (FALSE) { library( ANTsRNet ) library( keras ) image <- antsImageRead( "t1w_image.nii.gz" ) kk <- corticalThickness( image ) }