NVIDIA DeepStream SDK API Reference6.1.1 Release |
Holds a vehicle object's parameters.
Definition at line 138 of file nvdsmeta_schema.h.
Data Fields | |
gchar * | type |
Holds a pointer to the type of the vehicle. More... | |
gchar * | make |
Holds a pointer to the make of the vehicle. More... | |
gchar * | model |
Holds a pointer to the model of the vehicle. More... | |
gchar * | color |
Holds a pointer to the color of the vehicle. More... | |
gchar * | region |
Holds a pointer to the region of the vehicle. More... | |
gchar * | license |
Holds a pointer to the license number of the vehicle. More... | |
gchar* NvDsVehicleObject::color |
Holds a pointer to the color of the vehicle.
Definition at line 142 of file nvdsmeta_schema.h.
gchar* NvDsVehicleObject::license |
Holds a pointer to the license number of the vehicle.
Definition at line 144 of file nvdsmeta_schema.h.
gchar* NvDsVehicleObject::make |
Holds a pointer to the make of the vehicle.
Definition at line 140 of file nvdsmeta_schema.h.
gchar* NvDsVehicleObject::model |
Holds a pointer to the model of the vehicle.
Definition at line 141 of file nvdsmeta_schema.h.
gchar* NvDsVehicleObject::region |
Holds a pointer to the region of the vehicle.
Definition at line 143 of file nvdsmeta_schema.h.
gchar* NvDsVehicleObject::type |
Holds a pointer to the type of the vehicle.
Definition at line 139 of file nvdsmeta_schema.h.