NVIDIA DeepStream SDK API Reference

9.0 Release
NvDsFaceObject Struct Reference

Detailed Description

Holds a face object's parameters.

Definition at line 179 of file sources/includes/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...
 

Field Documentation

◆ age

guint NvDsFaceObject::age

Holds the person's age.

Definition at line 189 of file sources/includes/nvdsmeta_schema.h.

◆ cap

gchar * NvDsFaceObject::cap

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

Definition at line 182 of file sources/includes/nvdsmeta_schema.h.

◆ eyecolor

gchar * NvDsFaceObject::eyecolor

Holds a pointer to the person's eye color.

Definition at line 188 of file sources/includes/nvdsmeta_schema.h.

◆ facialhair

gchar * NvDsFaceObject::facialhair

Holds a pointer to the person's facial hair color.

Definition at line 186 of file sources/includes/nvdsmeta_schema.h.

◆ gender

gchar * NvDsFaceObject::gender

Holds a pointer to the person's gender.

Definition at line 180 of file sources/includes/nvdsmeta_schema.h.

◆ glasses

gchar * NvDsFaceObject::glasses

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

Definition at line 184 of file sources/includes/nvdsmeta_schema.h.

◆ hair

gchar * NvDsFaceObject::hair

Holds a pointer to the person's hair color.

Definition at line 181 of file sources/includes/nvdsmeta_schema.h.

◆ name

gchar * NvDsFaceObject::name

Holds a pointer to the person's name.

Definition at line 187 of file sources/includes/nvdsmeta_schema.h.


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