NVIDIA DeepStream SDK API Reference

6.4 Release
_NvDsObjConvexHull Struct Reference

Detailed Description

Holds convex hull information.

Definition at line 141 of file nvds_tracker_meta.h.

Data Fields

int * list
 Holds a pointer to a list or array of object information blocks. More...
 
uint32_t numPointsAllocated
 Holds the number of blocks allocated for the list. More...
 
uint32_t numPoints
 Holds the number of points in the list. More...
 

Field Documentation

◆ list

int* _NvDsObjConvexHull::list

Holds a pointer to a list or array of object information blocks.

Definition at line 144 of file nvds_tracker_meta.h.

◆ numPoints

uint32_t _NvDsObjConvexHull::numPoints

Holds the number of points in the list.

Definition at line 148 of file nvds_tracker_meta.h.

◆ numPointsAllocated

uint32_t _NvDsObjConvexHull::numPointsAllocated

Holds the number of blocks allocated for the list.

Definition at line 146 of file nvds_tracker_meta.h.


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