|
CoreFlow 1.0.0
A modern orchestration and execution runtime
|
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. | |
The tile structure declaration.
| vx_imagepatch_addressing_t _vx_tile_t::addr[VX_MAX_TILING_PLANES] |
The array of addressing structure to describe each plane.
| vx_uint8* VX_RESTRICT _vx_tile_t::base[VX_MAX_TILING_PLANES] |
The array of pointers to the tile's image plane.
| vx_image_description_t _vx_tile_t::image |
The description and attributes of the image.
| vx_neighborhood_size_t _vx_tile_t::neighborhood |
The neighborhood definition.
| vx_tile_block_size_t _vx_tile_t::tile_block |
The output block size structure.
| vx_uint32 _vx_tile_t::tile_x |
The top left X pixel index within the width dimension of the image.
| vx_uint32 _vx_tile_t::tile_y |
The top left Y pixel index within the height dimension of the image.