NvOFFlowVector¶
- class pyds.NvOFFlowVector¶
Holds motion vector information about an element.
- Variables:
flowx – int, x component of motion vector
flowy – int, y component of motion vector
- cast(*args, **kwargs)¶
Overloaded function.
cast(self: capsule) -> pyds.NvOFFlowVector
casts to
NvOFFlowVector
, call pyds.NvOFFlowVector(data)cast(self: int) -> pyds.NvOFFlowVector
casts to
NvOFFlowVector
, call pyds.NvOFFlowVector(data)