ColorLab#
Python object: phenotypic.schema._color_lab.ColorLab
Robust CIE L*a*b* colorimetric summary for a colony.
Reports two robust center colors – the ΔE76 (Euclidean) geometric median and the ΔE2000 medoid – plus ΔE2000 within-colony consistency scalars, the total Euclidean color variance, and an sRGB hex swatch (plot-only) derived from the medoid.
Column label |
Description |
Type |
|---|---|---|
|
L* of the ΔE76 (Euclidean) geometric-median center color of the object |
|
|
a* of the ΔE76 (Euclidean) geometric-median center color of the object |
|
|
b* of the ΔE76 (Euclidean) geometric-median center color of the object |
|
|
L* of the ΔE2000 medoid center color (real pixel minimizing total ΔE2000) |
|
|
a* of the ΔE2000 medoid center color (real pixel minimizing total ΔE2000) |
|
|
b* of the ΔE2000 medoid center color (real pixel minimizing total ΔE2000) |
|
|
Median ΔE2000 of object pixels from the ΔE2000 medoid center (robust perceptual MAD) |
|
|
Mean ΔE2000 of object pixels from the ΔE2000 medoid center (color-uniformity standard) |
|
|
95th-percentile ΔE2000 of object pixels from the ΔE2000 medoid center (worst-case / sectoring flag) |
|
|
Trace of the 3x3 L*a*b* covariance (var L* + var a* + var b*); mean-squared ΔE76 spread about the arithmetic mean (NOT about the reported GeoMedian/Medoid center) |
|
|
sRGB hex string of the ΔE2000 medoid color; for plot visualization only (not a numeric measurement) |