NVIDIA DeepStream SDK API Reference

7.0 Release
NvDsConvexHull Struct Reference

Detailed Description

Holds 2D convex hull metadata.

Definition at line 276 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 280 of file nvdsmeta_schema.h.

◆ points

gint* NvDsConvexHull::points

Holds a pointer a list of convex hull points.

Definition at line 278 of file nvdsmeta_schema.h.


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