_vx_rectangle_t Struct Reference#
_vx_rectangle_t Struct Reference
The rectangle data structure that is shared with the users. The area of the rectangle can be computed as (end_x-start_x)*(end_y-start_y). More...
#include <vx_types.h>
Data Fields | |
vx_uint32 | start_x |
The Start X coordinate. | |
vx_uint32 | start_y |
The Start Y coordinate. | |
vx_uint32 | end_x |
The End X coordinate. | |
vx_uint32 | end_y |
The End Y coordinate. | |
Detailed Description
The rectangle data structure that is shared with the users. The area of the rectangle can be computed as (end_x-start_x)*(end_y-start_y).
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-mivisionx/checkouts/docs-5.7.1/amd_openvx/openvx/include/VX/vx_types.h