NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsVehicleObjectExt Struct Reference

Detailed Description

Holds a vehicle object's parameters.

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

Field Documentation

◆ color

gchar* NvDsVehicleObjectExt::color

Holds a pointer to the color of the vehicle.

Definition at line 196 of file nvdsmeta_schema.h.

◆ license

gchar* NvDsVehicleObjectExt::license

Holds a pointer to the license number of the vehicle.

Definition at line 198 of file nvdsmeta_schema.h.

◆ make

gchar* NvDsVehicleObjectExt::make

Holds a pointer to the make of the vehicle.

Definition at line 194 of file nvdsmeta_schema.h.

◆ mask

GList* NvDsVehicleObjectExt::mask

Holds a list of polygons for vehicle mask.

Definition at line 200 of file nvdsmeta_schema.h.

◆ model

gchar* NvDsVehicleObjectExt::model

Holds a pointer to the model of the vehicle.

Definition at line 195 of file nvdsmeta_schema.h.

◆ region

gchar* NvDsVehicleObjectExt::region

Holds a pointer to the region of the vehicle.

Definition at line 197 of file nvdsmeta_schema.h.

◆ type

gchar* NvDsVehicleObjectExt::type

Holds a pointer to the type of the vehicle.

Definition at line 193 of file nvdsmeta_schema.h.


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