
Per-pixel tonal and color adjustment on an Image, returning a corrected Image: applies contrast and brightness, then a gamma tone curve, then HSV saturation and hue_shift rotation, in that fixed order.
Normalize lighting on frames fetched over HTTP before running object detection, then publish the detections.
Correct color on a file-loaded image and publish the enhanced frame over HTTP.
contrast then brightness, then gamma, then saturation and hue_shift — so the same values applied in a different mental order will not reproduce these results.saturation and hue_shift operate in HSV and are skipped on single-channel grayscale input, while the brightness, contrast and gamma stages still apply.gamma must be positive and a value of one is a no-op; values below one lift midtones while values above one deepen them, independent of the additive brightness offset.Automated release