Enum LKFlowFlags
Specifies available operation flags for CalcOpticalFlowPyrLK(Arr, Arr, Arr, Arr, Point2f[], Point2f[], Size, Int32, Byte[], Single[], TermCriteria, LKFlowFlags) and CalcAffineFlowPyrLK(Arr, Arr, Arr, Arr, Point2f[], Point2f[], Single[], Size, Int32, Byte[], Single[], TermCriteria, LKFlowFlags).
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum LKFlowFlags : int
Fields
Name | Description |
---|---|
GetMinEigenVals | Specifies that output error array will contain the minimum eigenvalues of detected features. |
InitialGuesses | Specifies that output array contains initial coordinate estimates of the features. |
None | Specifies that no operation flags are active. |
PyrAReady | Specifies that the pyramid for the first frame was precalculated before the call. |
PyrBReady | Specifies that the pyramid for the second frame was precalculated before the call. |