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.

  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)