NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsConvexHull Struct Reference

Detailed Description

Holds 2D convex hull metadata.

Definition at line 275 of file nvdsmeta_schema.h.

Data Fields

gint * points
 Holds a pointer a list of convex hull points. More...
 
guint numFilled
 Holds the number of points in the convex hull. More...
 

Field Documentation

◆ numFilled

guint NvDsConvexHull::numFilled

Holds the number of points in the convex hull.

Definition at line 279 of file nvdsmeta_schema.h.

◆ points

gint* NvDsConvexHull::points

Holds a pointer a list of convex hull points.

Definition at line 277 of file nvdsmeta_schema.h.


The documentation for this struct was generated from the following file: