]> asedeno.scripts.mit.edu Git - linux.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)
commit66b2ab271afc0888b87a44dc946cc68067ba0985
tree3323407010884ada4b385f10195eb1244162351c
parent93bef23024983d707248c25a849f5860119cd5e4
[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