Measure features
Measure region-properties features from OME-Zarr label images.
| FUNCTION | DESCRIPTION |
|---|---|
default_features |
Return the default list of features to measure. |
measure_features |
Extract region-properties features from an OME-Zarr image and save as a table. |
Classes¶
Functions:¶
default_features()
¶
measure_features(*, zarr_url, input_label_name, output_table_name='region_props_features', features=Field(default_factory=default_features), input_roi_table=None, advanced_options=Field(default_factory=AdvancedOptions), overwrite=False)
¶
Extract region-properties features from an OME-Zarr image and save as a table.
This task requires a label image to be present in the OME-Zarr container.
| PARAMETER | DESCRIPTION |
|---|---|
|
URL to the OME-Zarr container.
TYPE:
|
|
Name of the segmentation label image to measure (must already exist in the OME-Zarr).
TYPE:
|
|
Name for the output feature table.
TYPE:
|
|
List of feature configurations describing which properties to extract.
TYPE:
|
|
Name of the ROI table to condition the feature extraction on. If None, features will be extracted for the whole label image (2D) or volume (3D).
TYPE:
|
|
Advanced options for feature measurement.
TYPE:
|
|
Whether to overwrite an existing feature table. Defaults to False.
TYPE:
|