Plate coordinate point.
Declaration
typedef struct
{
float x,
float y
} vitis::ai::PlateDetectResult::Point;
| Member | Description |
|---|---|
| x | x-coordinate, the value ranges from 0 to 1. |
| y | y-coordinate, the value ranges from 0 to 1. |
Declaration
typedef struct
{
float x,
float y
} vitis::ai::PlateDetectResult::Point;
| Member | Description |
|---|---|
| x | x-coordinate, the value ranges from 0 to 1. |
| y | y-coordinate, the value ranges from 0 to 1. |