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