ColorHSV#
Python object: phenotypic.schema._color_hsv.ColorHSV
Robust HSV summary for a colony.
HSV hue is circular and HSV is not perceptually uniform, so the robust
center is computed as the geometric median of cone-Cartesian coordinates
(S*V*cosθ, S*V*sinθ, V) and converted back to H,S,V. HSVConeVariance is
the trace of the cone-Cartesian covariance.
Column label |
Description |
Type |
|---|---|---|
|
Hue of the cone-embedded geometric-median robust center (circular-correct) |
|
|
Saturation of the cone-embedded geometric-median robust center |
|
|
Value (brightness) of the cone-embedded geometric-median robust center |
|
|
Trace of the HSV cone-Cartesian covariance (single 3D HSV spread scalar); spread about the arithmetic mean of the cone coordinates (NOT about the reported RobustMean center) |