Struct of a coordinate point and the point type.
Declaration
typedef struct
{
int type;
cv::Point2f point;
} vitis::ai::HourglassResult::PosePoint;
| Member | Description |
|---|---|
| type | Point type.
|
| point | Coordinate point. |