NvDsCoordinate¶
- class pyds.NvDsCoordinate¶
Hold coordinate parameters.
- Variables:
x – float, Holds the coordinate’s X position.
y – float, Holds the coordinate’s Y position.
z – float, Holds the coordinate’s Z position.
- cast(*args, **kwargs)¶
Overloaded function.
cast(self: capsule) -> pyds.NvDsCoordinate
cast given object/data to
NvDsCoordinate
, call pyds.NvDsCoordinate.cast(data)cast(self: int) -> pyds.NvDsCoordinate
cast given object/data to
NvDsCoordinate
, call pyds.NvDsCoordinate.cast(data)