INTENSITY#
Python object: phenotypic.schema._intensity.INTENSITY
Measure grayscale intensity statistics of detected colonies.
Compute per-colony intensity metrics from the grayscale channel: integrated intensity, percentiles (min, Q1, median, Q3, max), standard deviation, coefficient of variation, and area-normalized density. These statistics reflect colony optical density, biomass accumulation, and internal heterogeneity.
Column label |
Description |
Type |
|---|---|---|
|
The sum of the object’s pixels |
|
|
The ratio of the object’s intensity to the max possible intensity of the object |
|
|
The ratio of the objects intensity to the max possible intensity of the object’s convex hull |
|
|
The minimum intensity of the object |
|
|
The maximum intensity of the object |
|
|
The mean intensity of the object |
|
|
The median intensity of the object |
|
|
The standard deviation of the object |
|
|
The coefficient of variation of the object |
|
|
The lower quartile intensity of the object |
|
|
The upper quartile intensity of the object |
|
|
The interquartile range of the object |