NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsPersonObject Struct Reference

Detailed Description

Holds a person object's parameters.

Definition at line 163 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...
 

Field Documentation

◆ age

guint NvDsPersonObject::age

Holds the person's age.

Definition at line 170 of file nvdsmeta_schema.h.

◆ apparel

gchar* NvDsPersonObject::apparel

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

Definition at line 168 of file nvdsmeta_schema.h.

◆ cap

gchar* NvDsPersonObject::cap

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

Definition at line 166 of file nvdsmeta_schema.h.

◆ gender

gchar* NvDsPersonObject::gender

Holds a pointer to the person's gender.

Definition at line 164 of file nvdsmeta_schema.h.

◆ hair

gchar* NvDsPersonObject::hair

Holds a pointer to the person's hair color.

Definition at line 165 of file nvdsmeta_schema.h.


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