View source: R/lungExtraction.R
lungExtraction | R Documentation |
Perform lung extraction.
lungExtraction(
image,
modality = c("proton", "protonLobes", "maskLobes", "ct", "ventilation", "xray"),
verbose = FALSE
)
image |
input 3-D lung image. |
modality |
image type. Options include "proton", "ct", or "ventilation". |
verbose |
print progress. |
segmentation and probability images
Tustison NJ
## Not run:
library( ANTsRNet )
library( keras )
image <- antsImageRead( "lung.nii.gz" )
output <- lungExtraction( image, modality = "proton" )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.