TIOVX User Guide
|
Implementation of Raw Image object. More...
Go to the source code of this file.
Data Structures | |
struct | tivx_raw_image_map_info_t |
Information about a raw image mapping. More... | |
struct | tivx_raw_image_t |
Image object internal state. More... | |
Functions | |
vx_status | ownDeriveRawImageBufferPointers (vx_reference ref) |
Function to derive raw image pointers such as pixel buffer, meta before, meta after from alloc pointer. This function should be called after freshly allocating raw image buffer or after importing an external buffer. More... | |
Implementation of Raw Image object.
Definition in file tivx_raw_image.h.
vx_status ownDeriveRawImageBufferPointers | ( | vx_reference | ref | ) |
Function to derive raw image pointers such as pixel buffer, meta before, meta after from alloc pointer. This function should be called after freshly allocating raw image buffer or after importing an external buffer.
ref | [in] reference to tivx_raw_image |