LKFlowFlag Enumeration OpenCvSharp Class Library
Miscellaneous flags for cvCalcOpticalFlowPyrLK

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[FlagsAttribute]
public enum LKFlowFlag
Members

  Member nameValueDescription
PyrAReady1 Pyramid for the first frame is pre-calculated before the call. [CV_LKFLOW_PYR_A_READY]
PyrBReady2 Pyramid for the second frame is pre-calculated before the call. [CV_LKFLOW_PYR_B_READY]
InitialGuesses4 Array B contains initial coordinates of features before the function call. [CV_LKFLOW_INITIAL_GUESSES]
InitialFlow4 Array B contains initial coordinates of features before the function call. [cv::OPTFLOW_USE_INITIAL_FLOW]
GetMinEigenVals8 [CV_LKFLOW_GET_MIN_EIGENVALS]
See Also

Reference