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:
-
ImageSize 400 ImageSize is an option that specifies the overall size of an image to display for an object. ContourOpacity 0.6 ContourOpacity 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. ContourSmoothRadius 2 ContourSmoothRadius is and option for PlotContour. It defines the smoothing radius with an integer, None or 0 does not smooth. RandomizeColor True RandomizeColor is an option for PlotSegmentations. If True the colors are randomly assigened to each segmentation. ContourResolution Automatic ContourResolution is an option for PlotContour. It defines the mesh resolution used, can be a singel number or a list of 3 numbers.