NativeMethodscvCalcOpticalFlowFarneback Method OpenCvSharp Class Library

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

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

public static void cvCalcOpticalFlowFarneback(
	IntPtr prev,
	IntPtr next,
	IntPtr flow,
	double pyr_scale,
	int levels,
	int winsize,
	int iterations,
	int poly_n,
	double poly_sigma,
	LKFlowFlag flags
)

Parameters

prev
Type: SystemIntPtr

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

next
Type: SystemIntPtr

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

flow
Type: SystemIntPtr

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

pyr_scale
Type: SystemDouble

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

levels
Type: SystemInt32

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

winsize
Type: SystemInt32

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

iterations
Type: SystemInt32

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

poly_n
Type: SystemInt32

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

poly_sigma
Type: SystemDouble

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

flags
Type: OpenCvSharpLKFlowFlag

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

See Also

Reference