[This is preliminary documentation and is subject to change.]

Type for cvCalcOpticalFlowPyrLK

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum LKFLOW_TYPE
Public Enumeration LKFLOW_TYPE
public enum class LKFLOW_TYPE

Members

MemberDescription
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.

See Also