Click or drag to resize

NativeMethodsvideo_calcOpticalFlowPyrLK_InputArray Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void video_calcOpticalFlowPyrLK_InputArray(
	IntPtr prevImg,
	IntPtr nextImg,
	IntPtr prevPts,
	IntPtr nextPts,
	IntPtr status,
	IntPtr err,
	Size winSize,
	int maxLevel,
	TermCriteria criteria,
	int flags,
	double minEigThreshold
)

Parameters

prevImg
Type: SystemIntPtr
nextImg
Type: SystemIntPtr
prevPts
Type: SystemIntPtr
nextPts
Type: SystemIntPtr
status
Type: SystemIntPtr
err
Type: SystemIntPtr
winSize
Type: OpenCvSharpSize
maxLevel
Type: SystemInt32
criteria
Type: OpenCvSharpTermCriteria
flags
Type: SystemInt32
minEigThreshold
Type: SystemDouble
See Also