mouseCorticalThickness | R Documentation |
Perform KellyKapowski cortical thickness
mouseCorticalThickness(
t2,
mask = NULL,
returnIsotropicOutput = FALSE,
verbose = FALSE
)
t2 |
input 3-D unprocessed T2-weighted mouse brain image |
mask |
Brain mask. If not specified, one is estimated using ANTsXNet mouse brain extraction. |
returnIsotropicOutput |
The network actually learns an interpolating function specific to the mouse brain. Setting this to true, the output images are returned isotropically resampled. |
verbose |
print progress. |
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.