http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Type for cvCalcOpticalFlowPyrLK
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public enum LKFLOW_TYPE |
Visual Basic |
---|
Public Enumeration LKFLOW_TYPE |
Visual C++ |
---|
public enum class LKFLOW_TYPE |
Members
Member name | Value | Description | |
---|---|---|---|
DEFAULT | 0 | The default type | |
CV_LKFLOW_PYR_A_READY | 1 | Pyramid for the first frame is precalculated before the call | |
CV_LKFLOW_PYR_B_READY | 2 | Pyramid for the second frame is precalculated before the call | |
CV_LKFLOW_INITIAL_GUESSES | 4 | Array B contains initial coordinates of features before the function call. |