mouseBrainParcellation | R Documentation |
Perform brain extraction of mouse T2 MRI
mouseBrainParcellation(
image,
mask = NULL,
returnIsotropicOutput = FALSE,
whichParcellation = c("nick", "jay", "tct"),
verbose = FALSE
)
image |
input 3-D brain image (or list of images for multi-modal scenarios). |
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. |
whichParcellation |
Brain parcellation type:
|
verbose |
print progress. |
brain probability mask
Tustison NJ
## Not run:
library( ANTsRNet )
library( keras )
image <- antsImageRead( "brain.nii.gz" )
parcellation <- mouseBrainParcellation( image, modality = "t2" )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.