Perform functional lung segmentation using hyperpolarized gases.
elBicho( ventilationImage, mask, useCoarseSlicesOnly = TRUE, antsxnetCacheDirectory = NULL, verbose = FALSE )
ventilationImage | input ventilation image |
---|---|
mask | input mask image |
useCoarseSlicesOnly | if |
antsxnetCacheDirectory | destination directory for storing the downloaded
template and model weights. Since these can be resused, if
|
verbose | print progress. |
ventilation segmentation and corresponding probability images
https://pubmed.ncbi.nlm.nih.gov/30195415/
Tustison NJ
if (FALSE) { library( ANTsRNet ) library( keras ) image <- antsImageRead( "flair.nii.gz" ) probabilityMask <-sysuMediaWmhSegmentation( image ) }