我正在用 python 编写图像分析程序并尝试使用cv.CalcOpticalFlowFarneback
. 我弄清楚了大部分事情并且分析工作,但是,我想玩一点flags
参数。在 cv 文档中,它说 flags 是一个整数,描述如下:
flags –
Operation flags that can be a combination of the following:
OPTFLOW_USE_INITIAL_FLOW Use the input flow as an initial flow approximation.
OPTFLOW_FARNEBACK_GAUSSIAN ...
问题是如何设置标志以使用其中一个选项或同时使用这两个选项?