Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2
3.. _hsv-formats:
4
5***********
6HSV Formats
7***********
8
9These formats store the color information of the image
10in a geometrical representation. The colors are mapped into a
11cylinder, where the angle is the HUE, the height is the VALUE
12and the distance to the center is the SATURATION. This is a very
13useful format for image segmentation algorithms.
14
15
16.. toctree::
17 :maxdepth: 1
18
19 pixfmt-packed-hsv