NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds a vehicle object's parameters.
Definition at line 179 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... | |
GList * | mask |
Holds a list of polygons for vehicle mask. More... | |
gchar* NvDsVehicleObjectExt::color |
Holds a pointer to the color of the vehicle.
Definition at line 183 of file nvdsmeta_schema.h.
gchar* NvDsVehicleObjectExt::license |
Holds a pointer to the license number of the vehicle.
Definition at line 185 of file nvdsmeta_schema.h.
gchar* NvDsVehicleObjectExt::make |
Holds a pointer to the make of the vehicle.
Definition at line 181 of file nvdsmeta_schema.h.
GList* NvDsVehicleObjectExt::mask |
Holds a list of polygons for vehicle mask.
Definition at line 187 of file nvdsmeta_schema.h.
gchar* NvDsVehicleObjectExt::model |
Holds a pointer to the model of the vehicle.
Definition at line 182 of file nvdsmeta_schema.h.
gchar* NvDsVehicleObjectExt::region |
Holds a pointer to the region of the vehicle.
Definition at line 184 of file nvdsmeta_schema.h.
gchar* NvDsVehicleObjectExt::type |
Holds a pointer to the type of the vehicle.
Definition at line 180 of file nvdsmeta_schema.h.