NvDsVehicleObjectExt¶
- class pyds.NvDsVehicleObjectExt¶
Holds a vehicle object’s parameters.
- Variables:
type – str, Type of the vehicle.
make – str, Make of the vehicle.
model – str, Model of the vehicle.
color – str, Color of the vehicle.
region – str, Region of the vehicle.
license – str, License number of the vehicle.
mask – Glist of polygons for vehicle mask.
- cast(*args, **kwargs)¶
Overloaded function.
cast(self: capsule) -> pyds.NvDsVehicleObjectExt
cast given object/data to
NvDsVehicleObjectExt
, call pyds.NvDsVehicleObjectExt.cast(data)cast(self: int) -> pyds.NvDsVehicleObjectExt
cast given object/data to
NvDsVehicleObjectExt
, call pyds.NvDsVehicleObjectExt.cast(data)