![]() |
TIOVX User Guide
|
Implementation of Pyramid object. More...
Go to the source code of this file.
Data Structures | |
| struct | tivx_pyramid_t |
| Pyramid object internal state. More... | |
Functions | |
| vx_status | ownInitVirtualPyramid (vx_pyramid prmd, vx_uint32 width, vx_uint32 height, vx_df_image format) |
| function to initialize virtual pyramid's parameters More... | |
Implementation of Pyramid object.
Definition in file vx_pyramid.h.
| vx_status ownInitVirtualPyramid | ( | vx_pyramid | prmd, |
| vx_uint32 | width, | ||
| vx_uint32 | height, | ||
| vx_df_image | format | ||
| ) |
function to initialize virtual pyramid's parameters
| prmd | [in] virtual pyramid reference |
| width | [in] base width of image pyramid |
| height | [in] base height of image pyramid |
| format | [in] image format |