CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
_vx_image_description_t Struct Reference

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.
 

Detailed Description

A structure which describes the tile's parent image.

Member Data Documentation

◆ format

vx_df_image _vx_image_description_t::format

The vx_df_image_e of the image.

◆ height

vx_uint32 _vx_image_description_t::height

Height of the image.

◆ planes

vx_uint32 _vx_image_description_t::planes

The number of planes in the image.

◆ range

vx_enum _vx_image_description_t::range

The vx_channel_range_e enumeration.

◆ space

vx_enum _vx_image_description_t::space

The vx_color_space_e enumeration.

◆ width

vx_uint32 _vx_image_description_t::width

Width of the image.