_vx_rectangle_t Struct Reference#

MIVisionX: _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 <docs-6.2.0/amd_openvx/openvx/include/VX/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:
  • docs-6.2.0/amd_openvx/openvx/include/VX/vx_types.h