QMRITools`
QMRITools`
PlotContour
PlotContour[data,vox]
creates a contour of the data. The data can be 3D or 4D, when its 4D each contour is given a random color.
Details
- The following options can be given:
-
ContourColor GrayLevel[0.5] ContourColor is an option for PlotContour. It specifies the contour color and can be a single color or an array with the same dimensions as the data. ContourOpacity 0.5 ContourOpacity is an option for PlotContour and PlotSegmentations. It specifies the opacity of the contour. ContourColorRange Automatic ContourColorRange is an option for PlotContour. If the ContourColor is an array this values gives the plot range. ColorFunction "SunsetColors" ColorFunction is an option for graphics functions that specifies a function to apply to determine colors of elements. ContourSmoothRadius None ContourSmoothRadius is and option for PlotContour. It defines the smoothing radius with an integer, None or 0 does not smooth. ContourScaling "World" ContourScaling is an option for PlotCountour. The value can be "World" or "Voxel", if the value is "Wold" the segmentation is in mm else in voxel coordinates. 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.