diff options
author | Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> | 2016-08-18 17:33:28 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-21 20:46:17 +0300 |
commit | 9bef7546b09fdefe56918f1d1aba55e08870cdad (patch) | |
tree | 334d4d147fa70f140f097354aed8286e1d62781c /Documentation/media/uapi/v4l/hsv-formats.rst | |
parent | 66b2ab271afc0888b87a44dc946cc68067ba0985 (diff) | |
download | linux-9bef7546b09fdefe56918f1d1aba55e08870cdad.tar.xz |
[media] Documentation: Add HSV format
Describe the HSV formats
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/v4l/hsv-formats.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/hsv-formats.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/media/uapi/v4l/hsv-formats.rst b/Documentation/media/uapi/v4l/hsv-formats.rst new file mode 100644 index 000000000000..f0f2615eaa95 --- /dev/null +++ b/Documentation/media/uapi/v4l/hsv-formats.rst @@ -0,0 +1,19 @@ +.. -*- coding: utf-8; mode: rst -*- + +.. _hsv-formats: + +*********** +HSV Formats +*********** + +These formats store the color information of the image +in a geometrical representation. The colors are mapped into a +cylinder, where the angle is the HUE, the height is the VALUE +and the distance to the center is the SATURATION. This is a very +useful format for image segmentation algorithms. + + +.. toctree:: + :maxdepth: 1 + + pixfmt-packed-hsv |