NVIDIA DeepStream SDK API Reference5.0 Release |
Holds a person object's parameters.
Definition at line 143 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... | |
guint NvDsPersonObject::age |
Holds the person's age.
Definition at line 150 of file nvdsmeta_schema.h.
gchar* NvDsPersonObject::apparel |
Holds a pointer to a description of the person's apparel.
Definition at line 148 of file nvdsmeta_schema.h.
gchar* NvDsPersonObject::cap |
Holds a pointer to the type of cap the person is wearing, if any.
Definition at line 146 of file nvdsmeta_schema.h.
gchar* NvDsPersonObject::gender |
Holds a pointer to the person's gender.
Definition at line 144 of file nvdsmeta_schema.h.
gchar* NvDsPersonObject::hair |
Holds a pointer to the person's hair color.
Definition at line 145 of file nvdsmeta_schema.h.