wholeHeadInpainting | R Documentation |
Perform in-painting for whole-head MRI
wholeHeadInpainting(
image,
roiMask,
modality = "t1",
mode = "axial",
verbose = FALSE
)
image |
input 3-D MR image. |
roiMask |
binary mask image |
modality |
Modality image type. Options include: "t1": T1-weighted MRI, "flair": FLAIR MRI. |
mode |
Options include: "sagittal": sagittal view network, "coronal": coronal view network, "axial": axial view network, "average": average of all canonical views, "meg": morphological erosion, greedy, iterative. |
verbose |
print progress. |
inpainted image
Tustison NJ
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.