NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvDsPersonObjectExt Struct Reference

Detailed Description

Holds a person object's parameters.

Definition at line 193 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

guint NvDsPersonObjectExt::age

Holds the person's age.

Definition at line 200 of file nvdsmeta_schema.h.

gchar* NvDsPersonObjectExt::apparel

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

Definition at line 198 of file nvdsmeta_schema.h.

gchar* NvDsPersonObjectExt::cap

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

Definition at line 196 of file nvdsmeta_schema.h.

gchar* NvDsPersonObjectExt::gender

Holds a pointer to the person's gender.

Definition at line 194 of file nvdsmeta_schema.h.

gchar* NvDsPersonObjectExt::hair

Holds a pointer to the person's hair color.

Definition at line 195 of file nvdsmeta_schema.h.

GList* NvDsPersonObjectExt::mask

Holds a list of polygons for person mask.

Definition at line 202 of file nvdsmeta_schema.h.


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