NvOSD_CircleParams¶
- class pyds.NvOSD_CircleParams¶
Holds the circle parameters to be overlayed.
- Variables:
xc – int, Holds start horizontal coordinate in pixels.
yc – int, Holds start vertical coordinate in pixels.
radius – int, Holds radius of circle in pixels.
circle_color –
NvOSD_ColorParams
, Holds color params of the circle.has_bg_color – int, Holds boolean value indicating whethercircle has background color.
bg_color –
NvOSD_ColorParams
, Holds the circle’s background color.reserved – int, Reserved field for future usage. For internal purpose only.
- cast(*args, **kwargs)¶
Overloaded function.
cast(self: capsule) -> pyds.NvOSD_CircleParams
cast given object/data to
NvOSD_CircleParams
, call pyds.NvOSD_CircleParams.cast(data)cast(self: int) -> pyds.NvOSD_CircleParams
cast given object/data to
NvOSD_CircleParams
, call pyds.NvOSD_CircleParams.cast(data)