CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
_vx_pixel_value_t Union Reference

Union that describes the value of a pixel for any image format. Use the field corresponding to the image format. More...

#include <vx_types.h>

Public Attributes

vx_uint8 RGB [3]
 VX_DF_IMAGE_RGB format in the R,G,B order
 
vx_uint8 RGBX [4]
 VX_DF_IMAGE_RGBX format in the R,G,B,X order
 
vx_uint8 YUV [3]
 All YUV formats in the Y,U,V order.
 
vx_bool U1
 VX_DF_IMAGE_U1
 
vx_uint8 U8
 VX_DF_IMAGE_U8
 
vx_uint16 U16
 VX_DF_IMAGE_U16
 
vx_int16 S16
 VX_DF_IMAGE_S16
 
vx_uint32 U32
 VX_DF_IMAGE_U32
 
vx_int32 S32
 VX_DF_IMAGE_S32
 
vx_uint8 reserved [16]
 

Detailed Description

Union that describes the value of a pixel for any image format. Use the field corresponding to the image format.

Member Data Documentation

◆ reserved

vx_uint8 _vx_pixel_value_t::reserved[16]

◆ RGB

vx_uint8 _vx_pixel_value_t::RGB[3]

VX_DF_IMAGE_RGB format in the R,G,B order

◆ RGBX

vx_uint8 _vx_pixel_value_t::RGBX[4]

VX_DF_IMAGE_RGBX format in the R,G,B,X order

◆ S16

vx_int16 _vx_pixel_value_t::S16

◆ S32

vx_int32 _vx_pixel_value_t::S32

◆ U1

vx_bool _vx_pixel_value_t::U1

◆ U16

vx_uint16 _vx_pixel_value_t::U16

◆ U32

vx_uint32 _vx_pixel_value_t::U32

◆ U8

vx_uint8 _vx_pixel_value_t::U8

◆ YUV

vx_uint8 _vx_pixel_value_t::YUV[3]

All YUV formats in the Y,U,V order.