rockverse.viz.OrthogonalViewer.segmentation#

property OrthogonalViewer.segmentation#

Get or set the segmentation image.

Examples

>>> viewer = rockverse.OrthogonalViewer(<your parameters here...>)
>>> segmentation = viewer.segmentation     # Get the current segmentation image
>>> viewer.segmentation = new_segmentation # Set a new image for segmentation
>>> viewer.segmentation = None             # Remove the segmentation