Type for cvCalcOpticalFlowPyrLK
Namespace:
Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
public enum LKFLOW_TYPE
Public Enumeration LKFLOW_TYPE
public enum class LKFLOW_TYPE
Members
Member | 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.
|