]> git.baikalelectronics.ru Git - kernel.git/commit
[media] videodev2.h Add HSV formats
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Thu, 18 Aug 2016 14:33:27 +0000 (11:33 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 21 Oct 2016 17:44:54 +0000 (15:44 -0200)
commit79bef2361e50a27eac6cdef46e6c6ee17a102ebd
tree3323407010884ada4b385f10195eb1244162351c
parent926de73fdac6a422dcb16eced3642af09e68922f
[media] videodev2.h Add 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.

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>
drivers/media/v4l2-core/v4l2-ioctl.c
include/uapi/linux/videodev2.h