TIOVX User Guide
vx_pyramid.h File Reference

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...
 

Detailed Description

Implementation of Pyramid object.

Definition in file vx_pyramid.h.

Function Documentation

◆ ownInitVirtualPyramid()

vx_status ownInitVirtualPyramid ( vx_pyramid  prmd,
vx_uint32  width,
vx_uint32  height,
vx_df_image  format 
)

function to initialize virtual pyramid's parameters

Parameters
prmd[in] virtual pyramid reference
width[in] base width of image pyramid
height[in] base height of image pyramid
format[in] image format
Returns
VX_SUCCESS on success