NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds a face object's parameters.
Definition at line 208 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... | |
GList * | mask |
Holds a list of polygons for face mask. More... | |
guint NvDsFaceObjectWithExt::age |
Holds the person's age.
Definition at line 218 of file nvdsmeta_schema.h.
gchar* NvDsFaceObjectWithExt::cap |
Holds a pointer to the type of cap the person is wearing, if any.
Definition at line 211 of file nvdsmeta_schema.h.
gchar* NvDsFaceObjectWithExt::eyecolor |
Holds a pointer to the person's eye color.
Definition at line 217 of file nvdsmeta_schema.h.
gchar* NvDsFaceObjectWithExt::facialhair |
Holds a pointer to the person's facial hair color.
Definition at line 215 of file nvdsmeta_schema.h.
gchar* NvDsFaceObjectWithExt::gender |
Holds a pointer to the person's gender.
Definition at line 209 of file nvdsmeta_schema.h.
gchar* NvDsFaceObjectWithExt::glasses |
Holds a pointer to the type of glasses the person is wearing, if any.
Definition at line 213 of file nvdsmeta_schema.h.
gchar* NvDsFaceObjectWithExt::hair |
Holds a pointer to the person's hair color.
Definition at line 210 of file nvdsmeta_schema.h.
GList* NvDsFaceObjectWithExt::mask |
Holds a list of polygons for face mask.
Definition at line 220 of file nvdsmeta_schema.h.
gchar* NvDsFaceObjectWithExt::name |
Holds a pointer to the person's name.
Definition at line 216 of file nvdsmeta_schema.h.