NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsPersonObjectExt Struct Reference

Detailed Description

Holds a person object's parameters.

Definition at line 206 of file nvdsmeta_schema.h.

Data Fields

gchar * gender
 Holds a pointer to the person's gender. More...
 
gchar * hair
 Holds a pointer to the person's hair color. More...
 
gchar * cap
 Holds a pointer to the type of cap the person is wearing, if any. More...
 
gchar * apparel
 Holds a pointer to a description of the person's apparel. More...
 
guint age
 Holds the person's age. More...
 
GList * mask
 Holds a list of polygons for person mask. More...
 

Field Documentation

◆ age

guint NvDsPersonObjectExt::age

Holds the person's age.

Definition at line 213 of file nvdsmeta_schema.h.

◆ apparel

gchar* NvDsPersonObjectExt::apparel

Holds a pointer to a description of the person's apparel.

Definition at line 211 of file nvdsmeta_schema.h.

◆ cap

gchar* NvDsPersonObjectExt::cap

Holds a pointer to the type of cap the person is wearing, if any.

Definition at line 209 of file nvdsmeta_schema.h.

◆ gender

gchar* NvDsPersonObjectExt::gender

Holds a pointer to the person's gender.

Definition at line 207 of file nvdsmeta_schema.h.

◆ hair

gchar* NvDsPersonObjectExt::hair

Holds a pointer to the person's hair color.

Definition at line 208 of file nvdsmeta_schema.h.

◆ mask

GList* NvDsPersonObjectExt::mask

Holds a list of polygons for person mask.

Definition at line 215 of file nvdsmeta_schema.h.


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