Vecint: Average Color
wunkolo.github.io
Vecint: Average Color
1–5 of 5 posts
Re: Vecint: Average Color
#2The cost of entry is not high because the servers are available on AWS. It allowed us to make and test a student project with ClickHouse this year: https://github.com/ClickHouse/ClickHouse/pull/60100
Re: Vecint: Average Color
#3Examples: - https://github.com/ClickHouse/ClickHouse/pull/60391/files - https://github.com/ClickHouse/ClickHouse/blob/368c06c5cbb21a...
Re: Vecint: Average Color
#4What is the average color needed for, again?
Re: Vecint: Average Color
#5The article should acknowledge that averaging is better to be performed in a perceptually uniform color space. Examples: - https://github.com/ClickHouse/ClickHouse/pull/60391/files - https://github.com/ClickHouse/ClickHouse/blob/368c06c5cbb21a...
"AverageColorRGBA8" for example bakes in the assumption of RGB order, 8-bit, and an assumed linear color space. All three assumptions are regularly violated in real-world apps. For example, HDR formats generally use 10-bit integer or 16-bit float primaries. Some formats use YUV instead of RGB.