mouseBrainExtraction | R Documentation |
Perform brain extraction of mouse MRI
mouseBrainExtraction(
image,
modality = c("t2", "ex5coronal", "ex5sagittal"),
returnIsotropicOutput = FALSE,
whichAxis = 2,
verbose = FALSE
)
image |
input 3-D brain image (or list of images for multi-modal scenarios). |
modality |
image type. Options include:
|
returnIsotropicOutput |
The network actually learns an interpolating function specific to the mouse brain. Setting this to true, the output images are returned isotropically resampled. |
whichAxis |
Specify direction for ex5 modalities.. |
verbose |
print progress. |
brain probability mask
Tustison NJ
## Not run:
library( ANTsRNet )
library( keras )
image <- antsImageRead( "brain.nii.gz" )
probabilityMask <- mouseBrainExtraction( image, modality = "t2" )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.