NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvDsVehicleObject Struct Reference

Detailed Description

Holds a vehicle object's parameters.

Definition at line 131 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...
 

Field Documentation

gchar* NvDsVehicleObject::color

Holds a pointer to the color of the vehicle.

Definition at line 135 of file nvdsmeta_schema.h.

gchar* NvDsVehicleObject::license

Holds a pointer to the license number of the vehicle.

Definition at line 137 of file nvdsmeta_schema.h.

gchar* NvDsVehicleObject::make

Holds a pointer to the make of the vehicle.

Definition at line 133 of file nvdsmeta_schema.h.

gchar* NvDsVehicleObject::model

Holds a pointer to the model of the vehicle.

Definition at line 134 of file nvdsmeta_schema.h.

gchar* NvDsVehicleObject::region

Holds a pointer to the region of the vehicle.

Definition at line 136 of file nvdsmeta_schema.h.

gchar* NvDsVehicleObject::type

Holds a pointer to the type of the vehicle.

Definition at line 132 of file nvdsmeta_schema.h.


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