Image Label
ome_zarr_models._v06.image_label.ImageLabel
Bases: BaseGroupv06[ImageLabelAttrs]
An OME-Zarr image label dataset.
Attributes:
| Name | Type | Description |
|---|---|---|
zarr_format |
Literal[3]
|
|
node_type |
Literal['group']
|
|
attributes |
BaseZarrAttrs[ImageLabelAttrs]
|
|
members |
Mapping[str, GroupSpec | ArraySpec] | None
|
|
ome_zarr_models._v06.image_label.ImageLabelAttrs
Bases: BaseOMEAttrs
Attributes for an image label object.
Attributes:
| Name | Type | Description |
|---|---|---|
version |
Literal['0.6']
|
|
image_label |
Label | None
|
|
multiscales |
list[Multiscale]
|
|
Other types
ome_zarr_models._v06.image_label_types.Color
ome_zarr_models._v06.image_label_types.Label
Bases: LabelBase
Metadata for a single image-label.
Attributes:
| Name | Type | Description |
|---|---|---|
colors |
tuple[Color, ...] | None
|
Colours for showing the labels. |
properties |
tuple[Property, ...] | None
|
Additional properties for each label value. |
source |
Source | None
|
Information about the source data used to create the labels. |
version |
Literal['0.6'] | None
|
Version of the image-label specification. |