View source: R/lungSegmentation.R
lungAirwaySegmentation | R Documentation |
Perform pulmonary artery segmentation. Training data taken from the EXACT09 challenge (Lo, Pechin, et al. "Extraction of airways from CT (EXACT'09)." https://pubmed.ncbi.nlm.nih.gov/22855226/)
lungAirwaySegmentation(
ct,
lungMask = NULL,
predictionBatchSize = 16,
patchStrideLength = 32,
verbose = FALSE
)
ct |
input 3-D ct image. |
lungMask |
input binary lung mask which defines the patch extraction (label 1 = left lung, label 2 = right lung, label 3 = main airway). If not supplied, one is estimated. |
predictionBatchSize |
Control memory usage for prediction. More consequential for GPU-usage. |
patchStrideLength |
3-D vector or int. Dictates the stride length for accumulating predicting patches. |
verbose |
print progress. |
Probability image.
Tustison NJ
## Not run:
library( ANTsRNet )
library( keras )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.