Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1444363
| From | Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] Add HSV format |
| Date | 2016-07-15 17:20 +0200 |
| Message-ID | <rVd4e-8vN-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
HSV formats are extremely useful for image segmentation. This set of patches makes v4l2 aware of this kind of formats. Vivid changes have been divided in three to ease the reviewing process. We are working on patches for Gstreamer and OpenCV that will make use of these formats. Thanks! Ricardo Ribalda Delgado (6): [media] videodev2.h Add HSV formats [media] Documentation: Add HSV format [media] Documentation: Add Ricardo Ribalda as author [media] vivid: code refactor for color representation [media] vivid: Add support for HSV formats [media] vivid: Rename variable .../DocBook/media/v4l/pixfmt-packed-hsv.xml | 195 ++++++++++++ Documentation/DocBook/media/v4l/pixfmt.xml | 13 + Documentation/DocBook/media/v4l/v4l2.xml | 19 ++ drivers/media/common/v4l2-tpg/v4l2-tpg-core.c | 341 ++++++++++++++------- drivers/media/platform/vivid/vivid-core.h | 2 +- drivers/media/platform/vivid/vivid-vid-common.c | 66 ++-- drivers/media/v4l2-core/v4l2-ioctl.c | 2 + include/media/v4l2-tpg.h | 8 +- include/uapi/linux/videodev2.h | 4 + 9 files changed, 503 insertions(+), 147 deletions(-) create mode 100644 Documentation/DocBook/media/v4l/pixfmt-packed-hsv.xml -- 2.8.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] Add HSV format Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> - 2016-07-15 17:20 +0200 [PATCH 3/6] [media] Documentation: Add Ricardo Ribalda as author Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> - 2016-07-15 17:20 +0200 [PATCH 5/6] [media] vivid: Add support for HSV formats Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> - 2016-07-15 17:20 +0200 [PATCH 1/6] [media] videodev2.h Add HSV formats Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> - 2016-07-15 17:20 +0200 [PATCH 4/6] [media] vivid: code refactor for color representation Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> - 2016-07-15 17:20 +0200
csiph-web