NVIDIA DeepStream SDK API Reference6.1.1 Release |
Holds a face 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 * | glasses |
Holds a pointer to the type of glasses the person is wearing, if any. More... | |
gchar * | facialhair |
Holds a pointer to the person's facial hair color. More... | |
gchar * | name |
Holds a pointer to the person's name. More... | |
gchar * | eyecolor |
Holds a pointer to the person's eye color. More... | |
guint | age |
Holds the person's age. More... | |
guint NvDsFaceObject::age |
Holds the person's age.
Definition at line 173 of file nvdsmeta_schema.h.
gchar* NvDsFaceObject::cap |
Holds a pointer to the type of cap the person is wearing, if any.
Definition at line 166 of file nvdsmeta_schema.h.
gchar* NvDsFaceObject::eyecolor |
Holds a pointer to the person's eye color.
Definition at line 172 of file nvdsmeta_schema.h.
gchar* NvDsFaceObject::facialhair |
Holds a pointer to the person's facial hair color.
Definition at line 170 of file nvdsmeta_schema.h.
gchar* NvDsFaceObject::gender |
Holds a pointer to the person's gender.
Definition at line 164 of file nvdsmeta_schema.h.
gchar* NvDsFaceObject::glasses |
Holds a pointer to the type of glasses the person is wearing, if any.
Definition at line 168 of file nvdsmeta_schema.h.
gchar* NvDsFaceObject::hair |
Holds a pointer to the person's hair color.
Definition at line 165 of file nvdsmeta_schema.h.
gchar* NvDsFaceObject::name |
Holds a pointer to the person's name.
Definition at line 171 of file nvdsmeta_schema.h.