http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
The available flags for farneback optical flow computation
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
[FlagsAttribute] public enum OPTICALFLOW_FARNEBACK_FLAG |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration OPTICALFLOW_FARNEBACK_FLAG |
Visual C++ |
---|
[FlagsAttribute] public enum class OPTICALFLOW_FARNEBACK_FLAG |
Members
Member name | Value | Description | |
---|---|---|---|
DEFAULT | 0 | Default | |
USE_INITIAL_FLOW | 4 | Use the input flow as the initial flow approximation | |
FARNEBACK_GAUSSIAN | 256 | Use a Gaussian winsize x winsizefilter instead of box filter of the same size for optical flow estimation. Usually, this option gives more accurate flow than with a box filter, at the cost of lower speed (and normally winsize for a Gaussian window should be set to a larger value to achieve the same level of robustness) |