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

The tile structure declaration. More...

#include <vx_khr_tiling.h>

Public Attributes

vx_uint8 *VX_RESTRICT base [VX_MAX_TILING_PLANES]
 The array of pointers to the tile's image plane.
 
vx_uint32 tile_x
 The top left X pixel index within the width dimension of the image.
 
vx_uint32 tile_y
 The top left Y pixel index within the height dimension of the image.
 
vx_imagepatch_addressing_t addr [VX_MAX_TILING_PLANES]
 The array of addressing structure to describe each plane.
 
vx_tile_block_size_t tile_block
 The output block size structure.
 
vx_neighborhood_size_t neighborhood
 The neighborhood definition.
 
vx_image_description_t image
 The description and attributes of the image.
 

Detailed Description

The tile structure declaration.

Member Data Documentation

◆ addr

The array of addressing structure to describe each plane.

◆ base

The array of pointers to the tile's image plane.

◆ image

vx_image_description_t _vx_tile_t::image

The description and attributes of the image.

◆ neighborhood

vx_neighborhood_size_t _vx_tile_t::neighborhood

The neighborhood definition.

◆ tile_block

vx_tile_block_size_t _vx_tile_t::tile_block

The output block size structure.

◆ tile_x

vx_uint32 _vx_tile_t::tile_x

The top left X pixel index within the width dimension of the image.

◆ tile_y

vx_uint32 _vx_tile_t::tile_y

The top left Y pixel index within the height dimension of the image.