brainMraVesselSegmentation: MRA-TOF vessel segmentation.

View source: R/brainMraVesselSegmentation.R

brainMraVesselSegmentationR Documentation

MRA-TOF vessel segmentation.

Description

Perform MRA-TOF vessel segmentation. Training data taken from the (https://data.kitware.com/#item/58a372e48d777f0721a64dc9).

Usage

brainMraVesselSegmentation(
  mra,
  mask = NULL,
  predictionBatchSize = 16,
  patchStrideLength = 32,
  verbose = FALSE
)

Arguments

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.

Value

Probability image.

Author(s)

Tustison NJ

Examples

## Not run: 
library( ANTsRNet )
library( keras )


## End(Not run)

ANTsX/ANTsRNet documentation built on Nov. 21, 2024, 4:07 a.m.