QMRITools`
QMRITools`

ApplySegmentationNetwork

ApplySegmentationNetwork[data,net]

segements the data using the pretrained net.

Details

  • The following options can be given:
  • TargetDevice"GPU"TargetDevice is an option for certain functions that specifies whether CPU or GPU computation should be attempted.
    DataPadding8DataPadding is an option for ApplySegmentationNetwork. Defines how much to pad the data patches in all directions.
    MaxPatchSizeAutomaticMaxPatchSize is an option for SegmentData and ApplySegmentationNetwork. Defines the patch size used when segmenting data. Bigger patches are better.
    MonitorFalseMonitor[expr,mon] generates a temporary monitor cell in which the continually updated current value of mon is displayed during the course of evaluation of expr.

Examples