View source: R/brainMraVesselSegmentation.R
brainMraVesselSegmentation | R Documentation |
Perform MRA-TOF vessel segmentation. Training data taken from the (https://data.kitware.com/#item/58a372e48d777f0721a64dc9).
brainMraVesselSegmentation(
mra,
mask = NULL,
predictionBatchSize = 16,
patchStrideLength = 32,
verbose = FALSE
)
mra |
input mra image. |
mask |
input binary mask which defines the patch extraction. 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.