View source: R/whiteMatterHyperintensitySegmentation.R
hyperMapp3rSegmentation | R Documentation |
Perform HyperMapp3r (white matter hyperintensity) segmentation described in
hyperMapp3rSegmentation(
t1,
flair,
doPreprocessing = TRUE,
numberOfMonteCarloIterations = 30,
verbose = FALSE
)
t1 |
input 3-D t1-weighted MR image. Assumed to be aligned with the flair. |
flair |
input 3-D flair MR image. Assumed to be aligned with the t1. |
doPreprocessing |
perform preprocessing. See description above. |
verbose |
print progress. |
https://pubmed.ncbi.nlm.nih.gov/35088930/
with models and architecture ported from
https://github.com/AICONSlab/HyperMapp3r
Additional documentation and attribution resources found at
https://hypermapp3r.readthedocs.io/en/latest/
Preprocessing consists of:
n4 bias correction and
brain extraction.
The input T1 should undergo the same steps. If the input T1 is the raw
T1, these steps can be performed by the internal preprocessing, i.e. set
doPreprocessing = TRUE
white matter hyperintensity probability mask
Tustison NJ
## Not run:
library( ANTsRNet )
library( keras )
wmh <- hyperMapp3rSegmentation( image, verbose = TRUE )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.