QMRITools`
QMRITools`

PlotSegmentations

PlotSegmentations[seg,vox]

crates a contour of each of the segementations in seg. Uses PlotContour.

PlotSegmentations[seg,bone,vox]

same but also generates an extra contour with the bones in gray.

Details

  • The following options can be given:
  • ImageSize400ImageSize is an option that specifies the overall size of an image to display for an object.
    ContourOpacity0.6ContourOpacity is an option for PlotContour and PlotSegmentations. It specifies the opacity of the contour.
    ColorFunction"DarkRainbow"ColorFunction is an option for graphics functions that specifies a function to apply to determine colors of elements.
    RandomizeColorTrueRandomizeColor is an option for PlotSegmentations. If True the colors are randomly assigened to each segmentation.

Examples