NvDsCoordinate

class pyds.NvDsCoordinate

Hold coordinate parameters.

Variables
  • xfloat, Holds the coordinate’s X position.

  • yfloat, Holds the coordinate’s Y position.

  • zfloat, Holds the coordinate’s Z position.

cast(*args, **kwargs)

Overloaded function.

  1. cast(self: capsule) -> pyds.NvDsCoordinate

cast given object/data to NvDsCoordinate, call pyds.NvDsCoordinate.cast(data)

  1. cast(self: int) -> pyds.NvDsCoordinate

cast given object/data to NvDsCoordinate, call pyds.NvDsCoordinate.cast(data)