NvBbox_Coords¶
- class pyds.NvBbox_Coords¶
Holds unclipped bounding box coordinates of the object.
- Variables:
left – float, Holds the box’s left coordinate in pixels.
top – float, Holds the box’s top coordinate in pixels.
width – float, Holds the box’s width in pixels.
height – float, Holds the box’s height in pixels.
- cast(*args, **kwargs)¶
Overloaded function.
cast(self: capsule) -> pyds.NvBbox_Coords
cast given object/data to
NvBbox_Coords
, call pyds.NvBbox_Coords.cast(data)cast(self: int) -> pyds.NvBbox_Coords
cast given object/data to
NvBbox_Coords
, call pyds.NvBbox_Coords.cast(data)