NativeMethodsvideo_calcOpticalFlowPyrLK_vector Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowPyrLK_vector(System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Int32,OpenCvSharp.CvTermCriteria,System.Int32,System.Double)"]

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

public static void video_calcOpticalFlowPyrLK_vector(
	IntPtr prevImg,
	IntPtr nextImg,
	Point2f[] prevPts,
	int prevPtsSize,
	IntPtr nextPts,
	IntPtr status,
	IntPtr err,
	CvSize winSize,
	int maxLevel,
	CvTermCriteria criteria,
	int flags,
	double minEigThreshold
)

Parameters

prevImg
Type: SystemIntPtr

[Missing <param name="prevImg"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowPyrLK_vector(System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Int32,OpenCvSharp.CvTermCriteria,System.Int32,System.Double)"]

nextImg
Type: SystemIntPtr

[Missing <param name="nextImg"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowPyrLK_vector(System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Int32,OpenCvSharp.CvTermCriteria,System.Int32,System.Double)"]

prevPts
Type: OpenCvSharp.CPlusPlusPoint2f

[Missing <param name="prevPts"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowPyrLK_vector(System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Int32,OpenCvSharp.CvTermCriteria,System.Int32,System.Double)"]

prevPtsSize
Type: SystemInt32

[Missing <param name="prevPtsSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowPyrLK_vector(System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Int32,OpenCvSharp.CvTermCriteria,System.Int32,System.Double)"]

nextPts
Type: SystemIntPtr

[Missing <param name="nextPts"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowPyrLK_vector(System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Int32,OpenCvSharp.CvTermCriteria,System.Int32,System.Double)"]

status
Type: SystemIntPtr

[Missing <param name="status"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowPyrLK_vector(System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Int32,OpenCvSharp.CvTermCriteria,System.Int32,System.Double)"]

err
Type: SystemIntPtr

[Missing <param name="err"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowPyrLK_vector(System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Int32,OpenCvSharp.CvTermCriteria,System.Int32,System.Double)"]

winSize
Type: OpenCvSharpCvSize

[Missing <param name="winSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowPyrLK_vector(System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Int32,OpenCvSharp.CvTermCriteria,System.Int32,System.Double)"]

maxLevel
Type: SystemInt32

[Missing <param name="maxLevel"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowPyrLK_vector(System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Int32,OpenCvSharp.CvTermCriteria,System.Int32,System.Double)"]

criteria
Type: OpenCvSharpCvTermCriteria

[Missing <param name="criteria"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowPyrLK_vector(System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Int32,OpenCvSharp.CvTermCriteria,System.Int32,System.Double)"]

flags
Type: SystemInt32

[Missing <param name="flags"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowPyrLK_vector(System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Int32,OpenCvSharp.CvTermCriteria,System.Int32,System.Double)"]

minEigThreshold
Type: SystemDouble

[Missing <param name="minEigThreshold"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowPyrLK_vector(System.IntPtr,System.IntPtr,OpenCvSharp.CPlusPlus.Point2f[],System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Int32,OpenCvSharp.CvTermCriteria,System.Int32,System.Double)"]

See Also

Reference