Quantify and export¶
You need: the reviewer dataset role or higher to export annotations and
quantification; curator to export images.
Before you start¶
- The objects you want measured are annotated and labelled.
- The images are calibrated, unless pixels are genuinely what you want.
Steps¶
- Open the dataset's quantification page.
- Choose a quantification profile — which metrics get computed. See the metric reference; computing metrics nobody will read costs time for nothing.
- Explore the results: summary cards for the dataset, distributions, and the label tree.
- Drill down to per-image and per-object values to sanity-check before you trust the aggregate.
- Export the measurements for your own analysis.
Reading the output honestly¶
Missing is not zero
The contextual metrics (nn_distance, mean_knn_distance) omit
contours that have no siblings, because a nearest-neighbour distance is
undefined for them. A missing value there is not a distance of zero. By
contrast n_children is defined for every contour, and a 0 there is a
real count.
Units follow calibration
Length metrics come out in the image's physical unit, area metrics in that unit squared, and ratio / count / colour / intensity metrics are unaffected. An uncalibrated image reports pixels.