CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches

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>

Public Attributes

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

Member Data Documentation

◆ end_x

vx_uint32 _vx_rectangle_t::end_x

The End X coordinate.

Examples
bubble_pop.cpp, canny.cpp, optical_flow.cpp, orb.cpp, and skinToneDetector.cpp.

◆ end_y

vx_uint32 _vx_rectangle_t::end_y

The End Y coordinate.

Examples
bubble_pop.cpp, canny.cpp, optical_flow.cpp, orb.cpp, and skinToneDetector.cpp.

◆ start_x

vx_uint32 _vx_rectangle_t::start_x

The Start X coordinate.

Examples
bubble_pop.cpp, canny.cpp, optical_flow.cpp, orb.cpp, and skinToneDetector.cpp.

◆ start_y

vx_uint32 _vx_rectangle_t::start_y

The Start Y coordinate.

Examples
bubble_pop.cpp, canny.cpp, optical_flow.cpp, orb.cpp, and skinToneDetector.cpp.