View source: R/claustrumSegmentation.R
claustrumSegmentation | R Documentation |
Described here:
claustrumSegmentation(
t1,
doPreprocessing = TRUE,
useEnsemble = TRUE,
verbose = FALSE
)
t1 |
input 3-D T1-weighted brain image. |
doPreprocessing |
perform n4 bias correction, denoising? |
useEnsemble |
boolean to check whether to use all 3 sets of weights. |
verbose |
print progress. |
\url{https://pubmed.ncbi.nlm.nih.gov/34520080/}
with the implementation available at:
\url{https://github.com/hongweilibran/claustrum_multi_view}
claustrum probability image
Tustison NJ
## Not run:
library( ANTsRNet )
library( keras )
image <- antsImageRead( "t1.nii.gz" )
probabilityMask <- claustrumSegmentation( image )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.