CvCalcOpticalFlowFarneback Method OpenCvSharp Class Library
Estimate optical flow for each pixel using the two-frame G. Farneback algorithm

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

public static void CalcOpticalFlowFarneback(
	CvArr prev,
	CvArr next,
	CvArr flow,
	double pyrScale,
	int levels,
	int winsize,
	int iterations,
	int polyN,
	double polySigma,
	LKFlowFlag flags
)

Parameters

prev
Type: OpenCvSharpCvArr

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

next
Type: OpenCvSharpCvArr

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

flow
Type: OpenCvSharpCvArr

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

pyrScale
Type: SystemDouble

[Missing <param name="pyrScale"/> documentation for "M:OpenCvSharp.Cv.CalcOpticalFlowFarneback(OpenCvSharp.CvArr,OpenCvSharp.CvArr,OpenCvSharp.CvArr,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.Cv.CalcOpticalFlowFarneback(OpenCvSharp.CvArr,OpenCvSharp.CvArr,OpenCvSharp.CvArr,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.Cv.CalcOpticalFlowFarneback(OpenCvSharp.CvArr,OpenCvSharp.CvArr,OpenCvSharp.CvArr,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.Cv.CalcOpticalFlowFarneback(OpenCvSharp.CvArr,OpenCvSharp.CvArr,OpenCvSharp.CvArr,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double,OpenCvSharp.LKFlowFlag)"]

polyN
Type: SystemInt32

[Missing <param name="polyN"/> documentation for "M:OpenCvSharp.Cv.CalcOpticalFlowFarneback(OpenCvSharp.CvArr,OpenCvSharp.CvArr,OpenCvSharp.CvArr,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double,OpenCvSharp.LKFlowFlag)"]

polySigma
Type: SystemDouble

[Missing <param name="polySigma"/> documentation for "M:OpenCvSharp.Cv.CalcOpticalFlowFarneback(OpenCvSharp.CvArr,OpenCvSharp.CvArr,OpenCvSharp.CvArr,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.Cv.CalcOpticalFlowFarneback(OpenCvSharp.CvArr,OpenCvSharp.CvArr,OpenCvSharp.CvArr,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double,OpenCvSharp.LKFlowFlag)"]

See Also

Reference