NvBbox_Coords

class pyds.NvBbox_Coords

Holds unclipped bounding box coordinates of the object.

Variables:
  • leftfloat, Holds the box’s left coordinate in pixels.

  • topfloat, Holds the box’s top coordinate in pixels.

  • widthfloat, Holds the box’s width in pixels.

  • heightfloat, Holds the box’s height in pixels.

cast(*args, **kwargs)

Overloaded function.

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

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

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

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