Enum FarnebackFlowFlags
Specifies available operation flags for CalcOpticalFlowFarneback(Arr, Arr, Arr, Double, Int32, Int32, Int32, Int32, Double, FarnebackFlowFlags).
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum FarnebackFlowFlags : int
Fields
Name | Description |
---|---|
Gaussian | Specifies that a Gaussian filter should be used instead of a box filter for optical flow estimation. Usually, this option gives more accurate flow than a box filter, at the cost of lower speed. The size of the Gaussian window should be set to a larger value to achieve the same level of robustness. |
InitialFlow | Specifies that output array contains the initial flow approximation. |
None | Specifies that no operation flags are active. |