Miscellaneous flags for cvCalcOpticalFlowPyrLK
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
PyrAReady | 1 | Pyramid for the first frame is pre-calculated before the call. [CV_LKFLOW_PYR_A_READY] | |
PyrBReady | 2 | Pyramid for the second frame is pre-calculated before the call. [CV_LKFLOW_PYR_B_READY] | |
InitialGuesses | 4 | Array B contains initial coordinates of features before the function call. [CV_LKFLOW_INITIAL_GUESSES] | |
InitialFlow | 4 | Array B contains initial coordinates of features before the function call. [cv::OPTFLOW_USE_INITIAL_FLOW] | |
GetMinEigenVals | 8 | [CV_LKFLOW_GET_MIN_EIGENVALS] |
See Also