Click or drag to resize
CudaFarnebackOpticalFlow Constructor
http://www.emgu.com
Initializes a new instance of the CudaFarnebackOpticalFlow class

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public CudaFarnebackOpticalFlow(
	int numLevels = 5,
	double pyrScale = 0.5,
	bool fastPyramids = false,
	int winSize = 13,
	int numIters = 10,
	int polyN = 5,
	double polySigma = 1.1,
	int flags = 0
)

Parameters

numLevels (Optional)
Type: SystemInt32

[Missing <param name="numLevels"/> documentation for "M:Emgu.CV.Cuda.CudaFarnebackOpticalFlow.#ctor(System.Int32,System.Double,System.Boolean,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]

pyrScale (Optional)
Type: SystemDouble

[Missing <param name="pyrScale"/> documentation for "M:Emgu.CV.Cuda.CudaFarnebackOpticalFlow.#ctor(System.Int32,System.Double,System.Boolean,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]

fastPyramids (Optional)
Type: SystemBoolean

[Missing <param name="fastPyramids"/> documentation for "M:Emgu.CV.Cuda.CudaFarnebackOpticalFlow.#ctor(System.Int32,System.Double,System.Boolean,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]

winSize (Optional)
Type: SystemInt32

[Missing <param name="winSize"/> documentation for "M:Emgu.CV.Cuda.CudaFarnebackOpticalFlow.#ctor(System.Int32,System.Double,System.Boolean,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]

numIters (Optional)
Type: SystemInt32

[Missing <param name="numIters"/> documentation for "M:Emgu.CV.Cuda.CudaFarnebackOpticalFlow.#ctor(System.Int32,System.Double,System.Boolean,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]

polyN (Optional)
Type: SystemInt32

[Missing <param name="polyN"/> documentation for "M:Emgu.CV.Cuda.CudaFarnebackOpticalFlow.#ctor(System.Int32,System.Double,System.Boolean,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]

polySigma (Optional)
Type: SystemDouble

[Missing <param name="polySigma"/> documentation for "M:Emgu.CV.Cuda.CudaFarnebackOpticalFlow.#ctor(System.Int32,System.Double,System.Boolean,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]

flags (Optional)
Type: SystemInt32

[Missing <param name="flags"/> documentation for "M:Emgu.CV.Cuda.CudaFarnebackOpticalFlow.#ctor(System.Int32,System.Double,System.Boolean,System.Int32,System.Int32,System.Int32,System.Double,System.Int32)"]

See Also