Data layers#
The table below summarizes the available data layers in Imaging Server Kit.
In Python, you can use help() on a data layer object to access its detailed documentation.
Type |
Description |
|---|---|
|
An n-D image object represented as a Numpy array. Can validate array dimensionality. |
|
A segmentation mask as a Numpy array of integers. Can validates array dimensionality. |
|
A choice of |
|
A decimal value. Validates |
|
An integer value. Validates |
|
A boolean value. Represented as a checkbox in user interfaces. |
|
A string of text. |
|
A collection of point coordinates (n-D, can validate dimensionality). |
|
A collection of vectors (n-D, can validate dimensionality) |
|
A collection of bounding boxes. |
|
A collection of paths, for example spline curves. |
|
Tracking data. |
|
A text notification (with levels |
|
Represents |