View source: R/lungSegmentation.R
elBicho | R Documentation |
Perform functional lung segmentation using hyperpolarized gases.
elBicho(ventilationImage, mask, useCoarseSlicesOnly = TRUE, verbose = FALSE)
ventilationImage |
input ventilation image |
mask |
input mask image |
useCoarseSlicesOnly |
if |
verbose |
print progress. |
https://pubmed.ncbi.nlm.nih.gov/30195415/
ventilation segmentation and corresponding probability images
Tustison NJ
## Not run:
library( ANTsRNet )
library( keras )
image <- antsImageRead( "flair.nii.gz" )
probabilityMask <-sysuMediaWmhSegmentation( image )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.