NativeMethodsvideo_calcOpticalFlowFarneback Method OpenCvSharp Class Library

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

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

public static void video_calcOpticalFlowFarneback(
	IntPtr prev,
	IntPtr next,
	IntPtr flow,
	double pyrScale,
	int levels,
	int winSize,
	int iterations,
	int polyN,
	double polySigma,
	int flags
)

Parameters

prev
Type: SystemIntPtr

[Missing <param name="prev"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowFarneback(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]

next
Type: SystemIntPtr

[Missing <param name="next"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowFarneback(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]

flow
Type: SystemIntPtr

[Missing <param name="flow"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowFarneback(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]

pyrScale
Type: SystemDouble

[Missing <param name="pyrScale"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowFarneback(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]

levels
Type: SystemInt32

[Missing <param name="levels"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowFarneback(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]

winSize
Type: SystemInt32

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

iterations
Type: SystemInt32

[Missing <param name="iterations"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowFarneback(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]

polyN
Type: SystemInt32

[Missing <param name="polyN"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowFarneback(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]

polySigma
Type: SystemDouble

[Missing <param name="polySigma"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_calcOpticalFlowFarneback(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]

flags
Type: SystemInt32

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

See Also

Reference