NvOFFlowVector¶
- class pyds.NvOFFlowVector¶
包含关于元素的运动向量信息。
- 变量:
flowx – int, 运动向量的 x 分量
flowy – int, 运动向量的 y 分量
- cast(*args, **kwargs)¶
重载函数。
cast(self: capsule) -> pyds.NvOFFlowVector
转换为
NvOFFlowVector
, 调用 pyds.NvOFFlowVector(data)cast(self: int) -> pyds.NvOFFlowVector
转换为
NvOFFlowVector
, 调用 pyds.NvOFFlowVector(data)