CoreFlow 1.0.0
A modern orchestration and execution runtime
|
A structure which describes the tile's parent image. More...
#include <vx_khr_tiling.h>
Public Attributes | |
vx_uint32 | width |
Width of the image. | |
vx_uint32 | height |
Height of the image. | |
vx_df_image | format |
The vx_df_image_e of the image. | |
vx_uint32 | planes |
The number of planes in the image. | |
vx_enum | range |
The vx_channel_range_e enumeration. | |
vx_enum | space |
The vx_color_space_e enumeration. | |
A structure which describes the tile's parent image.
vx_df_image _vx_image_description_t::format |
The vx_df_image_e
of the image.
vx_uint32 _vx_image_description_t::height |
Height of the image.
vx_uint32 _vx_image_description_t::planes |
The number of planes in the image.
vx_enum _vx_image_description_t::range |
The vx_channel_range_e
enumeration.
vx_enum _vx_image_description_t::space |
The vx_color_space_e
enumeration.
vx_uint32 _vx_image_description_t::width |
Width of the image.