Enumeration: SegmentationRepresentations
Segmentations on viewports can be visualized in different ways. This enum defines the different ways of visualizing segmentations. Currently, only labelmap is supported.
Enumeration Members
Contour
Contour:
"Contour"
Defined in
tools/src/enums/SegmentationRepresentations.ts:8
Labelmap
Labelmap:
"Labelmap"
Defined in
tools/src/enums/SegmentationRepresentations.ts:7
Surface
Surface:
"Surface"