Image Label
Warning
The implementation of OME-Zarr 0.6 is not final, and subject to change. It is provided so users can test and evaluate ome-zarr-models and the specification before it becomes final. Please report issues and provide feedback!
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.dev4']
|
|
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. |