label_strict Examples#
This document contains JSON examples for label_strict metadata layouts.
colors_properties#
1{
2 "zarr_format": 3,
3 "node_type": "group",
4 "attributes": {
5 "ome": {
6 "version": "0.6.dev3",
7 "image-label": {
8 "colors": [
9 {
10 "label-value": 0,
11 "rgba": [0, 0, 128, 128]
12 },
13 {
14 "label-value": 1,
15 "rgba": [0, 128, 0, 128]
16 }
17 ],
18 "properties": [
19 {
20 "label-value": 0,
21 "area (pixels)": 1200,
22 "class": "intercellular space"
23 },
24 {
25 "label-value": 1,
26 "area (pixels)": 1650,
27 "class": "cell",
28 "cell type": "neuron"
29 }
30 ],
31 "source": {
32 "image": "../../"
33 }
34 }
35 }
36 }
37}