![]() |
TIOVX User Guide
|
pyramid object descriptor as placed in shared memory More...
#include <tivx_obj_desc.h>
Data Fields | |
| tivx_obj_desc_t | base |
| base object descriptor | |
| volatile vx_uint32 | num_levels |
| number of pyramid levels | |
| volatile vx_uint32 | width |
| width of the level0 image | |
| volatile uint32_t | height |
| height of the level0 image | |
| volatile vx_float32 | scale |
| Scaling factor between levels of the pyramid. | |
| volatile vx_df_image | format |
| image format | |
| volatile uint16_t | obj_desc_id [TIVX_PYRAMID_MAX_LEVEL_OBJECTS] |
| array of object descriptor ids for the image object | |
pyramid object descriptor as placed in shared memory
Definition at line 617 of file tivx_obj_desc.h.