ColorXYZ#
Python object: phenotypic.schema._color_xyz.ColorXYZ
Measure colony color statistics across multiple perceptual color spaces.
Extract per-colony color features from CIE XYZ, chromaticity (xy), CIE Lab (perceptually uniform), and HSV color spaces. For each channel the standard statistical suite is computed (min, Q1, mean, median, Q3, max, std dev, coefficient of variation), plus Lab chroma estimates.
Covers CIE XYZ tristimulus values (X, Y, Z).
Column label |
Description |
Type |
|---|---|---|
|
The minimum X value of the object in CIE XYZ color space |
|
|
The lower quartile (Q1) X value of the object in CIE XYZ color space |
|
|
The mean X value of the object in CIE XYZ color space |
|
|
The median X value of the object in CIE XYZ color space |
|
|
The upper quartile (Q3) X value of the object in CIE XYZ color space |
|
|
The maximum X value of the object in CIE XYZ color space |
|
|
The standard deviation of the X value of the object in CIE XYZ color space |
|
|
The coefficient of variation of the X value of the object in CIE XYZ color space |
|
|
The minimum Y value of the object in CIE XYZ color space |
|
|
The lower quartile (Q1) Y value of the object in CIE XYZ color space |
|
|
The mean Y value of the object in CIE XYZ color space |
|
|
The median Y value of the object in CIE XYZ color space |
|
|
The upper quartile (Q3) Y value of the object in CIE XYZ color space |
|
|
The maximum Y value of the object in CIE XYZ color space |
|
|
The standard deviation of the Y value of the object in CIE XYZ color space |
|
|
The coefficient of variation of the Y value of the object in CIE XYZ color space |
|
|
The minimum Z value of the object in CIE XYZ color space |
|
|
The lower quartile (Q1) Z value of the object in CIE XYZ color space |
|
|
The mean Z value of the object in CIE XYZ color space |
|
|
The median Z value of the object in CIE XYZ color space |
|
|
The upper quartile (Q3) Z value of the object in CIE XYZ color space |
|
|
The maximum Z value of the object in CIE XYZ color space |
|
|
The standard deviation of the Z value of the object in CIE XYZ color space |
|
|
The coefficient of variation of the Z value of the object in CIE XYZ color space |