Type for cvCalcOpticalFlowPyrLK

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

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