TIOVX User Guide
|
Implementation of Image object. More...
Go to the source code of this file.
Data Structures | |
struct | tivx_image_map_info_t |
Information about a image mapping. More... | |
struct | tivx_image_t |
Image object internal state. More... | |
Functions | |
void | ownPrintImageAddressing (const vx_imagepatch_addressing_t *addr) |
Print image patch addressing info. More... | |
void | ownPrintImage (vx_image image) |
Print image info. More... | |
vx_status | ownInitVirtualImage (vx_image img, vx_uint32 width, vx_uint32 height, vx_df_image format) |
function to initialize virtual image's parameters More... | |
Implementation of Image object.
Definition in file vx_image.h.
vx_status ownInitVirtualImage | ( | vx_image | img, |
vx_uint32 | width, | ||
vx_uint32 | height, | ||
vx_df_image | format | ||
) |
function to initialize virtual image's parameters
img | [in] virtual image reference |
width | [in] image width |
height | [in] image height |
format | [in] image format |